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.String
getAssociatedESXiDatacenter()
The Datacenter of the associated VMWare ESXi machinejava.lang.String
getAssociatedESXiDatastore()
The Datastore of the associated VMWare ESXi machinejava.lang.String
getAssociatedESXiPassword()
The Password of the associated VMWare ESXi machinejava.lang.String
getAssociatedESXiServer()
The Host name of the associated VMWare ESXi machinejava.lang.String
getAssociatedESXiUsername()
The User Name of the associated VMWare ESXi machinejava.lang.String
getAssociatedResourcePoolName()
The ResourcePool of the associated VMWare ESXi machineCredentialType
getCredentialType()
credential typejava.lang.String
getDatacenterName()
The Datacenter of the VMWare ESXi / vCenter machine.java.lang.String
getDatastoreName()
The Datastore of the VMWare ESXi / vCenter machine.java.lang.String
getHostName()
The Host name of the VMWare ESXi / vCenter machine.java.lang.String
getNickname()
Nickname of this credentialjava.lang.String
getPassword()
The Password of the VMWare ESXi / vCenter machine.java.lang.String
getProtocol()
The protocol whether it isjava.lang.String
getResourcePoolName()
The ResourcePool of the VMWare ESXi / vCenter machine.java.lang.String
getUserName()
The User Name of the VMWare ESXi / vCenter machine.boolean
getVcenter()
Whether this is a VMWare ESXi / vCenter machinevoid
setAssociatedESXiDatacenter(java.lang.String AssociatedESXiDatacenter)
The Datacenter of the associated VMWare ESXi machinevoid
setAssociatedESXiDatastore(java.lang.String AssociatedESXiDatastore)
The Datastore of the associated VMWare ESXi machinevoid
setAssociatedESXiPassword(java.lang.String AssociatedESXiPassword)
The Password of the associated VMWare ESXi machinevoid
setAssociatedESXiServer(java.lang.String AssociatedESXiServer)
The Host name of the associated VMWare ESXi machinevoid
setAssociatedESXiUsername(java.lang.String AssociatedESXiUsername)
The User Name of the associated VMWare ESXi machinevoid
setAssociatedResourcePoolName(java.lang.String AssociatedResourcePoolName)
The ResourcePool of the associated VMWare ESXi machinevoid
setCredentialType(CredentialType CredentialType)
credential typevoid
setDatacenterName(java.lang.String DatacenterName)
The Datacenter of the VMWare ESXi / vCenter machine.void
setDatastoreName(java.lang.String DatastoreName)
The Datastore of the VMWare ESXi / vCenter machine.void
setHostName(java.lang.String HostName)
The Host name of the VMWare ESXi / vCenter machine.void
setNickname(java.lang.String Nickname)
Nickname of this credentialvoid
setPassword(java.lang.String Password)
The Password of the VMWare ESXi / vCenter machine.void
setProtocol(java.lang.String Protocol)
The protocol whether it isvoid
setResourcePoolName(java.lang.String ResourcePoolName)
The ResourcePool of the VMWare ESXi / vCenter machine.void
setUserName(java.lang.String UserName)
The User Name of the VMWare ESXi / vCenter machine.void
setVcenter(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
-
-