public interface AzurePlatformStatusFluent<A extends AzurePlatformStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getCloudName() |
String |
getNetworkResourceGroupName() |
String |
getResourceGroupName() |
Boolean |
hasCloudName() |
Boolean |
hasNetworkResourceGroupName() |
Boolean |
hasResourceGroupName() |
A |
withCloudName(String cloudName) |
A |
withNetworkResourceGroupName(String networkResourceGroupName) |
A |
withNewCloudName(String arg0)
Deprecated.
|
A |
withNewNetworkResourceGroupName(String arg0)
Deprecated.
|
A |
withNewResourceGroupName(String arg0)
Deprecated.
|
A |
withResourceGroupName(String resourceGroupName) |
String getCloudName()
Boolean hasCloudName()
@Deprecated A withNewCloudName(String arg0)
String getNetworkResourceGroupName()
Boolean hasNetworkResourceGroupName()
@Deprecated A withNewNetworkResourceGroupName(String arg0)
String getResourceGroupName()
Boolean hasResourceGroupName()
@Deprecated A withNewResourceGroupName(String arg0)
Copyright © 2015–2021 Red Hat. All rights reserved.