Class Credential
- java.lang.Object
-
- io.fabric8.openshift.api.model.installer.v1.Credential
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<CredentialBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class Credential extends Object implements io.fabric8.kubernetes.api.builder.Editable<CredentialBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
Credential stores the information about a baremetal host's management controller.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Credential()No args constructor for use in serializationCredential(String address, String hostName, String password, String username)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CredentialBuilderedit()Map<String,Object>getAdditionalProperties()StringgetAddress()Credential stores the information about a baremetal host's management controller.StringgetHostName()Credential stores the information about a baremetal host's management controller.StringgetPassword()Credential stores the information about a baremetal host's management controller.StringgetUsername()Credential stores the information about a baremetal host's management controller.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetAddress(String address)Credential stores the information about a baremetal host's management controller.voidsetHostName(String hostName)Credential stores the information about a baremetal host's management controller.voidsetPassword(String password)Credential stores the information about a baremetal host's management controller.voidsetUsername(String username)Credential stores the information about a baremetal host's management controller.CredentialBuildertoBuilder()
-
-
-
Method Detail
-
getAddress
public String getAddress()
Credential stores the information about a baremetal host's management controller.
-
setAddress
public void setAddress(String address)
Credential stores the information about a baremetal host's management controller.
-
getHostName
public String getHostName()
Credential stores the information about a baremetal host's management controller.
-
setHostName
public void setHostName(String hostName)
Credential stores the information about a baremetal host's management controller.
-
getPassword
public String getPassword()
Credential stores the information about a baremetal host's management controller.
-
setPassword
public void setPassword(String password)
Credential stores the information about a baremetal host's management controller.
-
getUsername
public String getUsername()
Credential stores the information about a baremetal host's management controller.
-
setUsername
public void setUsername(String username)
Credential stores the information about a baremetal host's management controller.
-
edit
public CredentialBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<CredentialBuilder>
-
toBuilder
public CredentialBuilder toBuilder()
-
-