@Generated(value="org.jsonschema2pojo") public class GCPPlatformStatus extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
GCPPlatformStatus()
No args constructor for use in serialization
|
GCPPlatformStatus(String projectID,
String region) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getProjectID() |
String |
getRegion() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setProjectID(String projectID) |
void |
setRegion(String region) |
public GCPPlatformStatus()
public String getProjectID()
public void setProjectID(String projectID)
projectID - The projectIDpublic String getRegion()
public void setRegion(String region)
region - The regionCopyright © 2015–2021 Red Hat. All rights reserved.