Class PrismCentral
- java.lang.Object
-
- io.fabric8.openshift.api.model.installer.nutanix.v1.PrismCentral
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<PrismCentralBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class PrismCentral extends Object implements io.fabric8.kubernetes.api.builder.Editable<PrismCentralBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
PrismCentral holds the endpoint and credentials data used to connect to the Prism Central- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PrismCentral()No args constructor for use in serializationPrismCentral(PrismEndpoint endpoint, String password, String username)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismCentralBuilderedit()Map<String,Object>getAdditionalProperties()PrismEndpointgetEndpoint()PrismCentral holds the endpoint and credentials data used to connect to the Prism CentralStringgetPassword()Password is the password for the user to connect to the Prism CentralStringgetUsername()Username is the name of the user to connect to the Prism CentralvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetEndpoint(PrismEndpoint endpoint)PrismCentral holds the endpoint and credentials data used to connect to the Prism CentralvoidsetPassword(String password)Password is the password for the user to connect to the Prism CentralvoidsetUsername(String username)Username is the name of the user to connect to the Prism CentralPrismCentralBuildertoBuilder()
-
-
-
Constructor Detail
-
PrismCentral
public PrismCentral()
No args constructor for use in serialization
-
PrismCentral
public PrismCentral(PrismEndpoint endpoint, String password, String username)
-
-
Method Detail
-
getEndpoint
public PrismEndpoint getEndpoint()
PrismCentral holds the endpoint and credentials data used to connect to the Prism Central
-
setEndpoint
public void setEndpoint(PrismEndpoint endpoint)
PrismCentral holds the endpoint and credentials data used to connect to the Prism Central
-
getPassword
public String getPassword()
Password is the password for the user to connect to the Prism Central
-
setPassword
public void setPassword(String password)
Password is the password for the user to connect to the Prism Central
-
getUsername
public String getUsername()
Username is the name of the user to connect to the Prism Central
-
setUsername
public void setUsername(String username)
Username is the name of the user to connect to the Prism Central
-
edit
public PrismCentralBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<PrismCentralBuilder>
-
toBuilder
public PrismCentralBuilder toBuilder()
-
-