All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToServiceEndpoints(Collection<PowerVSServiceEndpoint> items) |
PowerVSPlatformStatusFluent.ServiceEndpointsNested<A> |
addNewServiceEndpoint() |
A |
addNewServiceEndpoint(String name,
String url) |
PowerVSPlatformStatusFluent.ServiceEndpointsNested<A> |
addNewServiceEndpointLike(PowerVSServiceEndpoint item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToServiceEndpoints(int index,
PowerVSServiceEndpoint item) |
A |
addToServiceEndpoints(PowerVSServiceEndpoint... items) |
PowerVSServiceEndpoint |
buildFirstServiceEndpoint() |
PowerVSServiceEndpoint |
buildLastServiceEndpoint() |
PowerVSServiceEndpoint |
buildMatchingServiceEndpoint(Predicate<PowerVSServiceEndpointBuilder> predicate) |
PowerVSServiceEndpoint |
buildServiceEndpoint(int index) |
List<PowerVSServiceEndpoint> |
buildServiceEndpoints() |
protected void |
copyInstance(PowerVSPlatformStatus instance) |
PowerVSPlatformStatusFluent.ServiceEndpointsNested<A> |
editFirstServiceEndpoint() |
PowerVSPlatformStatusFluent.ServiceEndpointsNested<A> |
editLastServiceEndpoint() |
PowerVSPlatformStatusFluent.ServiceEndpointsNested<A> |
editMatchingServiceEndpoint(Predicate<PowerVSServiceEndpointBuilder> predicate) |
PowerVSPlatformStatusFluent.ServiceEndpointsNested<A> |
editServiceEndpoint(int index) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getCisInstanceCRN() |
String |
getDnsInstanceCRN() |
String |
getRegion() |
String |
getResourceGroup() |
String |
getZone() |
boolean |
hasAdditionalProperties() |
boolean |
hasCisInstanceCRN() |
boolean |
hasDnsInstanceCRN() |
int |
hashCode() |
boolean |
hasMatchingServiceEndpoint(Predicate<PowerVSServiceEndpointBuilder> predicate) |
boolean |
hasRegion() |
boolean |
hasResourceGroup() |
boolean |
hasServiceEndpoints() |
boolean |
hasZone() |
A |
removeAllFromServiceEndpoints(Collection<PowerVSServiceEndpoint> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromServiceEndpoints(PowerVSServiceEndpoint... items) |
A |
removeMatchingFromServiceEndpoints(Predicate<PowerVSServiceEndpointBuilder> predicate) |
PowerVSPlatformStatusFluent.ServiceEndpointsNested<A> |
setNewServiceEndpointLike(int index,
PowerVSServiceEndpoint item) |
A |
setToServiceEndpoints(int index,
PowerVSServiceEndpoint item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withCisInstanceCRN(String cisInstanceCRN) |
A |
withDnsInstanceCRN(String dnsInstanceCRN) |
A |
withRegion(String region) |
A |
withResourceGroup(String resourceGroup) |
A |
withServiceEndpoints(List<PowerVSServiceEndpoint> serviceEndpoints) |
A |
withServiceEndpoints(PowerVSServiceEndpoint... serviceEndpoints) |
A |
withZone(String zone) |