All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToFailureDomains(Collection<VSpherePlatformFailureDomainSpec> items) |
A |
addAllToVcenters(Collection<VSpherePlatformVCenterSpec> items) |
VSpherePlatformSpecFluent.FailureDomainsNested<A> |
addNewFailureDomain() |
VSpherePlatformSpecFluent.FailureDomainsNested<A> |
addNewFailureDomainLike(VSpherePlatformFailureDomainSpec item) |
VSpherePlatformSpecFluent.VcentersNested<A> |
addNewVcenter() |
VSpherePlatformSpecFluent.VcentersNested<A> |
addNewVcenterLike(VSpherePlatformVCenterSpec item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToFailureDomains(int index,
VSpherePlatformFailureDomainSpec item) |
A |
addToFailureDomains(VSpherePlatformFailureDomainSpec... items) |
A |
addToVcenters(int index,
VSpherePlatformVCenterSpec item) |
A |
addToVcenters(VSpherePlatformVCenterSpec... items) |
VSpherePlatformFailureDomainSpec |
buildFailureDomain(int index) |
List<VSpherePlatformFailureDomainSpec> |
buildFailureDomains() |
VSpherePlatformFailureDomainSpec |
buildFirstFailureDomain() |
VSpherePlatformVCenterSpec |
buildFirstVcenter() |
VSpherePlatformFailureDomainSpec |
buildLastFailureDomain() |
VSpherePlatformVCenterSpec |
buildLastVcenter() |
VSpherePlatformFailureDomainSpec |
buildMatchingFailureDomain(Predicate<VSpherePlatformFailureDomainSpecBuilder> predicate) |
VSpherePlatformVCenterSpec |
buildMatchingVcenter(Predicate<VSpherePlatformVCenterSpecBuilder> predicate) |
VSpherePlatformNodeNetworking |
buildNodeNetworking() |
VSpherePlatformVCenterSpec |
buildVcenter(int index) |
List<VSpherePlatformVCenterSpec> |
buildVcenters() |
protected void |
copyInstance(VSpherePlatformSpec instance) |
VSpherePlatformSpecFluent.FailureDomainsNested<A> |
editFailureDomain(int index) |
VSpherePlatformSpecFluent.FailureDomainsNested<A> |
editFirstFailureDomain() |
VSpherePlatformSpecFluent.VcentersNested<A> |
editFirstVcenter() |
VSpherePlatformSpecFluent.FailureDomainsNested<A> |
editLastFailureDomain() |
VSpherePlatformSpecFluent.VcentersNested<A> |
editLastVcenter() |
VSpherePlatformSpecFluent.FailureDomainsNested<A> |
editMatchingFailureDomain(Predicate<VSpherePlatformFailureDomainSpecBuilder> predicate) |
VSpherePlatformSpecFluent.VcentersNested<A> |
editMatchingVcenter(Predicate<VSpherePlatformVCenterSpecBuilder> predicate) |
VSpherePlatformSpecFluent.NodeNetworkingNested<A> |
editNodeNetworking() |
VSpherePlatformSpecFluent.NodeNetworkingNested<A> |
editOrNewNodeNetworking() |
VSpherePlatformSpecFluent.NodeNetworkingNested<A> |
editOrNewNodeNetworkingLike(VSpherePlatformNodeNetworking item) |
VSpherePlatformSpecFluent.VcentersNested<A> |
editVcenter(int index) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
boolean |
hasAdditionalProperties() |
boolean |
hasFailureDomains() |
int |
hashCode() |
boolean |
hasMatchingFailureDomain(Predicate<VSpherePlatformFailureDomainSpecBuilder> predicate) |
boolean |
hasMatchingVcenter(Predicate<VSpherePlatformVCenterSpecBuilder> predicate) |
boolean |
hasNodeNetworking() |
boolean |
hasVcenters() |
A |
removeAllFromFailureDomains(Collection<VSpherePlatformFailureDomainSpec> items) |
A |
removeAllFromVcenters(Collection<VSpherePlatformVCenterSpec> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromFailureDomains(VSpherePlatformFailureDomainSpec... items) |
A |
removeFromVcenters(VSpherePlatformVCenterSpec... items) |
A |
removeMatchingFromFailureDomains(Predicate<VSpherePlatformFailureDomainSpecBuilder> predicate) |
A |
removeMatchingFromVcenters(Predicate<VSpherePlatformVCenterSpecBuilder> predicate) |
VSpherePlatformSpecFluent.FailureDomainsNested<A> |
setNewFailureDomainLike(int index,
VSpherePlatformFailureDomainSpec item) |
VSpherePlatformSpecFluent.VcentersNested<A> |
setNewVcenterLike(int index,
VSpherePlatformVCenterSpec item) |
A |
setToFailureDomains(int index,
VSpherePlatformFailureDomainSpec item) |
A |
setToVcenters(int index,
VSpherePlatformVCenterSpec item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withFailureDomains(List<VSpherePlatformFailureDomainSpec> failureDomains) |
A |
withFailureDomains(VSpherePlatformFailureDomainSpec... failureDomains) |
VSpherePlatformSpecFluent.NodeNetworkingNested<A> |
withNewNodeNetworking() |
VSpherePlatformSpecFluent.NodeNetworkingNested<A> |
withNewNodeNetworkingLike(VSpherePlatformNodeNetworking item) |
A |
withNodeNetworking(VSpherePlatformNodeNetworking nodeNetworking) |
A |
withVcenters(List<VSpherePlatformVCenterSpec> vcenters) |
A |
withVcenters(VSpherePlatformVCenterSpec... vcenters) |