public class IBMCloudPlatformStatus extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
IBMCloudPlatformStatus()
No args constructor for use in serialization
|
IBMCloudPlatformStatus(String location,
String providerType,
String resourceGroupName) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getLocation() |
String |
getProviderType() |
String |
getResourceGroupName() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setLocation(String location) |
void |
setProviderType(String providerType) |
void |
setResourceGroupName(String resourceGroupName) |
public IBMCloudPlatformStatus()
public String getLocation()
public void setLocation(String location)
public String getProviderType()
public void setProviderType(String providerType)
public String getResourceGroupName()
public void setResourceGroupName(String resourceGroupName)
Copyright © 2015–2022 Red Hat. All rights reserved.