All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToApiVIPs(Collection<String> items) |
A |
addAllToIngressVIPs(Collection<String> items) |
A |
addAllToPrismElements(Collection<PrismElement> items) |
A |
addAllToSubnetUUIDs(Collection<String> items) |
PlatformFluent.PrismElementsNested<A> |
addNewPrismElement() |
PlatformFluent.PrismElementsNested<A> |
addNewPrismElementLike(PrismElement item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToApiVIPs(int index,
String item) |
A |
addToApiVIPs(String... items) |
A |
addToIngressVIPs(int index,
String item) |
A |
addToIngressVIPs(String... items) |
A |
addToPrismElements(int index,
PrismElement item) |
A |
addToPrismElements(PrismElement... items) |
A |
addToSubnetUUIDs(int index,
String item) |
A |
addToSubnetUUIDs(String... items) |
MachinePool |
buildDefaultMachinePlatform() |
PrismElement |
buildFirstPrismElement() |
PrismElement |
buildLastPrismElement() |
PrismElement |
buildMatchingPrismElement(Predicate<PrismElementBuilder> predicate) |
PrismCentral |
buildPrismCentral() |
PrismElement |
buildPrismElement(int index) |
List<PrismElement> |
buildPrismElements() |
protected void |
copyInstance(Platform instance) |
PlatformFluent.DefaultMachinePlatformNested<A> |
editDefaultMachinePlatform() |
PlatformFluent.PrismElementsNested<A> |
editFirstPrismElement() |
PlatformFluent.PrismElementsNested<A> |
editLastPrismElement() |
PlatformFluent.PrismElementsNested<A> |
editMatchingPrismElement(Predicate<PrismElementBuilder> predicate) |
PlatformFluent.DefaultMachinePlatformNested<A> |
editOrNewDefaultMachinePlatform() |
PlatformFluent.DefaultMachinePlatformNested<A> |
editOrNewDefaultMachinePlatformLike(MachinePool item) |
PlatformFluent.PrismCentralNested<A> |
editOrNewPrismCentral() |
PlatformFluent.PrismCentralNested<A> |
editOrNewPrismCentralLike(PrismCentral item) |
PlatformFluent.PrismCentralNested<A> |
editPrismCentral() |
PlatformFluent.PrismElementsNested<A> |
editPrismElement(int index) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getApiVIP() |
String |
getApiVIP(int index) |
List<String> |
getApiVIPs() |
String |
getClusterOSImage() |
String |
getFirstApiVIP() |
String |
getFirstIngressVIP() |
String |
getFirstSubnetUUID() |
String |
getIngressVIP() |
String |
getIngressVIP(int index) |
List<String> |
getIngressVIPs() |
String |
getLastApiVIP() |
String |
getLastIngressVIP() |
String |
getLastSubnetUUID() |
io.fabric8.openshift.api.model.config.v1.NutanixPlatformLoadBalancer |
getLoadBalancer() |
String |
getMatchingApiVIP(Predicate<String> predicate) |
String |
getMatchingIngressVIP(Predicate<String> predicate) |
String |
getMatchingSubnetUUID(Predicate<String> predicate) |
String |
getSubnetUUID(int index) |
List<String> |
getSubnetUUIDs() |
boolean |
hasAdditionalProperties() |
boolean |
hasApiVIP() |
boolean |
hasApiVIPs() |
boolean |
hasClusterOSImage() |
boolean |
hasDefaultMachinePlatform() |
int |
hashCode() |
boolean |
hasIngressVIP() |
boolean |
hasIngressVIPs() |
boolean |
hasLoadBalancer() |
boolean |
hasMatchingApiVIP(Predicate<String> predicate) |
boolean |
hasMatchingIngressVIP(Predicate<String> predicate) |
boolean |
hasMatchingPrismElement(Predicate<PrismElementBuilder> predicate) |
boolean |
hasMatchingSubnetUUID(Predicate<String> predicate) |
boolean |
hasPrismCentral() |
boolean |
hasPrismElements() |
boolean |
hasSubnetUUIDs() |
A |
removeAllFromApiVIPs(Collection<String> items) |
A |
removeAllFromIngressVIPs(Collection<String> items) |
A |
removeAllFromPrismElements(Collection<PrismElement> items) |
A |
removeAllFromSubnetUUIDs(Collection<String> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromApiVIPs(String... items) |
A |
removeFromIngressVIPs(String... items) |
A |
removeFromPrismElements(PrismElement... items) |
A |
removeFromSubnetUUIDs(String... items) |
A |
removeMatchingFromPrismElements(Predicate<PrismElementBuilder> predicate) |
PlatformFluent.PrismElementsNested<A> |
setNewPrismElementLike(int index,
PrismElement item) |
A |
setToApiVIPs(int index,
String item) |
A |
setToIngressVIPs(int index,
String item) |
A |
setToPrismElements(int index,
PrismElement item) |
A |
setToSubnetUUIDs(int index,
String item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withApiVIP(String apiVIP) |
A |
withApiVIPs(List<String> apiVIPs) |
A |
withApiVIPs(String... apiVIPs) |
A |
withClusterOSImage(String clusterOSImage) |
A |
withDefaultMachinePlatform(MachinePool defaultMachinePlatform) |
A |
withIngressVIP(String ingressVIP) |
A |
withIngressVIPs(List<String> ingressVIPs) |
A |
withIngressVIPs(String... ingressVIPs) |
A |
withLoadBalancer(io.fabric8.openshift.api.model.config.v1.NutanixPlatformLoadBalancer loadBalancer) |
PlatformFluent.DefaultMachinePlatformNested<A> |
withNewDefaultMachinePlatform() |
PlatformFluent.DefaultMachinePlatformNested<A> |
withNewDefaultMachinePlatformLike(MachinePool item) |
A |
withNewLoadBalancer(String type) |
PlatformFluent.PrismCentralNested<A> |
withNewPrismCentral() |
PlatformFluent.PrismCentralNested<A> |
withNewPrismCentralLike(PrismCentral item) |
A |
withPrismCentral(PrismCentral prismCentral) |
A |
withPrismElements(List<PrismElement> prismElements) |
A |
withPrismElements(PrismElement... prismElements) |
A |
withSubnetUUIDs(List<String> subnetUUIDs) |
A |
withSubnetUUIDs(String... subnetUUIDs) |