Class VSpherePlatformVCenterSpecFluent<A extends VSpherePlatformVCenterSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.VSpherePlatformVCenterSpecFluent<A>
-
- Direct Known Subclasses:
VSpherePlatformSpecFluent.VcentersNested,VSpherePlatformVCenterSpecBuilder
public class VSpherePlatformVCenterSpecFluent<A extends VSpherePlatformVCenterSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description VSpherePlatformVCenterSpecFluent()VSpherePlatformVCenterSpecFluent(VSpherePlatformVCenterSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
VSpherePlatformVCenterSpecFluent
public VSpherePlatformVCenterSpecFluent()
-
VSpherePlatformVCenterSpecFluent
public VSpherePlatformVCenterSpecFluent(VSpherePlatformVCenterSpec instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(VSpherePlatformVCenterSpec instance)
-
addAllToDatacenters
public A addAllToDatacenters(Collection<String> items)
-
removeAllFromDatacenters
public A removeAllFromDatacenters(Collection<String> items)
-
getDatacenter
public String getDatacenter(int index)
-
getFirstDatacenter
public String getFirstDatacenter()
-
getLastDatacenter
public String getLastDatacenter()
-
hasDatacenters
public boolean hasDatacenters()
-
getPort
public Integer getPort()
-
hasPort
public boolean hasPort()
-
getServer
public String getServer()
-
hasServer
public boolean hasServer()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends VSpherePlatformVCenterSpecFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends VSpherePlatformVCenterSpecFluent<A>>
-
-