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 arg1) |
A |
withNewLocation(StringBuffer arg1) |
A |
withNewLocation(StringBuilder arg1) |
A |
withNewProviderType(String arg1) |
A |
withNewProviderType(StringBuffer arg1) |
A |
withNewProviderType(StringBuilder arg1) |
A |
withNewResourceGroupName(String arg1) |
A |
withNewResourceGroupName(StringBuffer arg1) |
A |
withNewResourceGroupName(StringBuilder arg1) |
A |
withProviderType(String providerType) |
A |
withResourceGroupName(String resourceGroupName) |
String getLocation()
Boolean hasLocation()
A withNewLocation(StringBuilder arg1)
A withNewLocation(StringBuffer arg1)
String getProviderType()
Boolean hasProviderType()
A withNewProviderType(StringBuilder arg1)
A withNewProviderType(StringBuffer arg1)
String getResourceGroupName()
Boolean hasResourceGroupName()
A withNewResourceGroupName(StringBuilder arg1)
A withNewResourceGroupName(StringBuffer arg1)
Copyright © 2015–2021 Red Hat. All rights reserved.