Class VCentersFluent<A extends VCentersFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.installer.vsphere.v1.VCentersFluent<A>
-
- Direct Known Subclasses:
MetadataFluent.VCentersNested,VCentersBuilder
public class VCentersFluent<A extends VCentersFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description VCentersFluent()VCentersFluent(VCenters instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)protected voidcopyInstance(VCenters instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()StringgetPassword()StringgetUsername()StringgetVCenter()booleanhasAdditionalProperties()inthashCode()booleanhasPassword()booleanhasUsername()booleanhasVCenter()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithPassword(String password)AwithUsername(String username)AwithVCenter(String vCenter)
-
-
-
Constructor Detail
-
VCentersFluent
public VCentersFluent()
-
VCentersFluent
public VCentersFluent(VCenters instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(VCenters instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends VCentersFluent<A>>
-
getPassword
public String getPassword()
-
getUsername
public String getUsername()
-
getVCenter
public String getVCenter()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasPassword
public boolean hasPassword()
-
hasUsername
public boolean hasUsername()
-
hasVCenter
public boolean hasVCenter()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends VCentersFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
-