Class VMWareCredentialInformationImpl
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.vapp.credentials.VMWareCredentialInformationImpl
-
- All Implemented Interfaces:
Referenceable,CredentialInformation,VMWareCredentialInformation
public final class VMWareCredentialInformationImpl extends ProjectObject implements VMWareCredentialInformation
Denotes the VMWare Credential Information associated with an Amazon Account Project Automation users need to only set the nickname associated with the credential stored in the credstore.
-
-
Constructor Summary
Constructors Constructor Description VMWareCredentialInformationImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAssociatedESXiDatacenter()The Datacenter of the associated VMWare ESXi machinejava.lang.StringgetAssociatedESXiDatastore()The Datastore of the associated VMWare ESXi machinejava.lang.StringgetAssociatedESXiPassword()The Password of the associated VMWare ESXi machinejava.lang.StringgetAssociatedESXiServer()The Host name of the associated VMWare ESXi machinejava.lang.StringgetAssociatedESXiUsername()The User Name of the associated VMWare ESXi machinejava.lang.StringgetAssociatedResourcePoolName()The ResourcePool of the associated VMWare ESXi machineCredentialTypegetCredentialType()credential typejava.lang.StringgetDatacenterName()The Datacenter of the VMWare ESXi / vCenter machine.java.lang.StringgetDatastoreName()The Datastore of the VMWare ESXi / vCenter machine.java.lang.StringgetHostName()The Host name of the VMWare ESXi / vCenter machine.java.lang.StringgetNickname()Nickname of this credentialjava.lang.StringgetPassword()The Password of the VMWare ESXi / vCenter machine.java.lang.StringgetProtocol()The protocol whether it isjava.lang.StringgetResourcePoolName()The ResourcePool of the VMWare ESXi / vCenter machine.java.lang.StringgetUserName()The User Name of the VMWare ESXi / vCenter machine.booleangetVcenter()Whether this is a VMWare ESXi / vCenter machinevoidsetAssociatedESXiDatacenter(java.lang.String AssociatedESXiDatacenter)The Datacenter of the associated VMWare ESXi machinevoidsetAssociatedESXiDatastore(java.lang.String AssociatedESXiDatastore)The Datastore of the associated VMWare ESXi machinevoidsetAssociatedESXiPassword(java.lang.String AssociatedESXiPassword)The Password of the associated VMWare ESXi machinevoidsetAssociatedESXiServer(java.lang.String AssociatedESXiServer)The Host name of the associated VMWare ESXi machinevoidsetAssociatedESXiUsername(java.lang.String AssociatedESXiUsername)The User Name of the associated VMWare ESXi machinevoidsetAssociatedResourcePoolName(java.lang.String AssociatedResourcePoolName)The ResourcePool of the associated VMWare ESXi machinevoidsetCredentialType(CredentialType CredentialType)credential typevoidsetDatacenterName(java.lang.String DatacenterName)The Datacenter of the VMWare ESXi / vCenter machine.voidsetDatastoreName(java.lang.String DatastoreName)The Datastore of the VMWare ESXi / vCenter machine.voidsetHostName(java.lang.String HostName)The Host name of the VMWare ESXi / vCenter machine.voidsetNickname(java.lang.String Nickname)Nickname of this credentialvoidsetPassword(java.lang.String Password)The Password of the VMWare ESXi / vCenter machine.voidsetProtocol(java.lang.String Protocol)The protocol whether it isvoidsetResourcePoolName(java.lang.String ResourcePoolName)The ResourcePool of the VMWare ESXi / vCenter machine.voidsetUserName(java.lang.String UserName)The User Name of the VMWare ESXi / vCenter machine.voidsetVcenter(boolean Vcenter)Whether this is a VMWare ESXi / vCenter machine-
Methods inherited from class com.zerog.ia.auto.project.ProjectObject
equals, getReferenceID, hashCode, setReferenceID
-
-
-
-
Method Detail
-
getHostName
public java.lang.String getHostName()
The Host name of the VMWare ESXi / vCenter machine. If a vCenter is specified, set vcenter accordingly and also set the associated ESXi server information
-
setHostName
public void setHostName(java.lang.String HostName)
The Host name of the VMWare ESXi / vCenter machine. If a vCenter is specified, set vcenter accordingly and also set the associated ESXi server information
-
getUserName
public java.lang.String getUserName()
The User Name of the VMWare ESXi / vCenter machine. If a vCenter is specified, set vcenter accordingly and also set the associated ESXi server information
-
setUserName
public void setUserName(java.lang.String UserName)
The User Name of the VMWare ESXi / vCenter machine. If a vCenter is specified, set vcenter accordingly and also set the associated ESXi server information
-
getPassword
public java.lang.String getPassword()
The Password of the VMWare ESXi / vCenter machine. If a vCenter is specified, set vcenter accordingly and also set the associated ESXi server information
-
setPassword
public void setPassword(java.lang.String Password)
The Password of the VMWare ESXi / vCenter machine. If a vCenter is specified, set vcenter accordingly and also set the associated ESXi server information
-
getVcenter
public boolean getVcenter()
Whether this is a VMWare ESXi / vCenter machine
-
setVcenter
public void setVcenter(boolean Vcenter)
Whether this is a VMWare ESXi / vCenter machine
-
getCredentialType
public CredentialType getCredentialType()
credential type
-
setCredentialType
public void setCredentialType(CredentialType CredentialType)
credential type
-
getDatacenterName
public java.lang.String getDatacenterName()
The Datacenter of the VMWare ESXi / vCenter machine. If a vCenter is specified, set vcenter accordingly and also set the associated ESXi server information
-
setDatacenterName
public void setDatacenterName(java.lang.String DatacenterName)
The Datacenter of the VMWare ESXi / vCenter machine. If a vCenter is specified, set vcenter accordingly and also set the associated ESXi server information
-
getDatastoreName
public java.lang.String getDatastoreName()
The Datastore of the VMWare ESXi / vCenter machine. If a vCenter is specified, set vcenter accordingly and also set the associated ESXi server information
-
setDatastoreName
public void setDatastoreName(java.lang.String DatastoreName)
The Datastore of the VMWare ESXi / vCenter machine. If a vCenter is specified, set vcenter accordingly and also set the associated ESXi server information
-
getAssociatedESXiServer
public java.lang.String getAssociatedESXiServer()
The Host name of the associated VMWare ESXi machine
-
setAssociatedESXiServer
public void setAssociatedESXiServer(java.lang.String AssociatedESXiServer)
The Host name of the associated VMWare ESXi machine
-
getAssociatedESXiUsername
public java.lang.String getAssociatedESXiUsername()
The User Name of the associated VMWare ESXi machine
-
setAssociatedESXiUsername
public void setAssociatedESXiUsername(java.lang.String AssociatedESXiUsername)
The User Name of the associated VMWare ESXi machine
-
getAssociatedESXiPassword
public java.lang.String getAssociatedESXiPassword()
The Password of the associated VMWare ESXi machine
-
setAssociatedESXiPassword
public void setAssociatedESXiPassword(java.lang.String AssociatedESXiPassword)
The Password of the associated VMWare ESXi machine
-
getAssociatedESXiDatacenter
public java.lang.String getAssociatedESXiDatacenter()
The Datacenter of the associated VMWare ESXi machine
-
setAssociatedESXiDatacenter
public void setAssociatedESXiDatacenter(java.lang.String AssociatedESXiDatacenter)
The Datacenter of the associated VMWare ESXi machine
-
getAssociatedESXiDatastore
public java.lang.String getAssociatedESXiDatastore()
The Datastore of the associated VMWare ESXi machine
-
setAssociatedESXiDatastore
public void setAssociatedESXiDatastore(java.lang.String AssociatedESXiDatastore)
The Datastore of the associated VMWare ESXi machine
-
getResourcePoolName
public java.lang.String getResourcePoolName()
The ResourcePool of the VMWare ESXi / vCenter machine. If a vCenter is specified, set vcenter accordingly and also set the associated ESXi server information
-
setResourcePoolName
public void setResourcePoolName(java.lang.String ResourcePoolName)
The ResourcePool of the VMWare ESXi / vCenter machine. If a vCenter is specified, set vcenter accordingly and also set the associated ESXi server information
-
getAssociatedResourcePoolName
public java.lang.String getAssociatedResourcePoolName()
The ResourcePool of the associated VMWare ESXi machine
-
setAssociatedResourcePoolName
public void setAssociatedResourcePoolName(java.lang.String AssociatedResourcePoolName)
The ResourcePool of the associated VMWare ESXi machine
-
getProtocol
public java.lang.String getProtocol()
The protocol whether it is
-
setProtocol
public void setProtocol(java.lang.String Protocol)
The protocol whether it is
-
getNickname
public java.lang.String getNickname()
Nickname of this credential
-
setNickname
public void setNickname(java.lang.String Nickname)
Nickname of this credential
-
-