public interface IBMCloudPlatformStatusFluent<A extends IBMCloudPlatformStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getLocation() |
String |
getProviderType() |
String |
getResourceGroupName() |
Boolean |
hasLocation() |
Boolean |
hasProviderType() |
Boolean |
hasResourceGroupName() |
A |
withLocation(String location) |
A |
withNewLocation(String arg0)
Deprecated.
|
A |
withNewProviderType(String arg0)
Deprecated.
|
A |
withNewResourceGroupName(String arg0)
Deprecated.
|
A |
withProviderType(String providerType) |
A |
withResourceGroupName(String resourceGroupName) |
String getLocation()
Boolean hasLocation()
@Deprecated A withNewLocation(String arg0)
String getProviderType()
Boolean hasProviderType()
@Deprecated A withNewProviderType(String arg0)
String getResourceGroupName()
Boolean hasResourceGroupName()
@Deprecated A withNewResourceGroupName(String arg0)
Copyright © 2015–2021 Red Hat. All rights reserved.