public interface AzurePlatformStatusFluent<A extends AzurePlatformStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
String |
getArmEndpoint() |
String |
getCloudName() |
String |
getNetworkResourceGroupName() |
String |
getResourceGroupName() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasArmEndpoint() |
Boolean |
hasCloudName() |
Boolean |
hasNetworkResourceGroupName() |
Boolean |
hasResourceGroupName() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withArmEndpoint(String armEndpoint) |
A |
withCloudName(String cloudName) |
A |
withNetworkResourceGroupName(String networkResourceGroupName) |
A |
withResourceGroupName(String resourceGroupName) |
String getArmEndpoint()
Boolean hasArmEndpoint()
String getCloudName()
Boolean hasCloudName()
String getNetworkResourceGroupName()
Boolean hasNetworkResourceGroupName()
String getResourceGroupName()
Boolean hasResourceGroupName()
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.