@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VmServer extends Object implements Serializable, Cloneable, StructuredPojo
Represents a VM server.
| Constructor and Description |
|---|
VmServer() |
| Modifier and Type | Method and Description |
|---|---|
VmServer |
clone() |
boolean |
equals(Object obj) |
String |
getVmManagerName()
The name of the VM manager.
|
String |
getVmManagerType()
The type of VM management product.
|
String |
getVmName()
The name of the VM.
|
String |
getVmPath()
The VM folder path in the vCenter Server virtual machine inventory tree.
|
VmServerAddress |
getVmServerAddress()
The VM server location.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setVmManagerName(String vmManagerName)
The name of the VM manager.
|
void |
setVmManagerType(String vmManagerType)
The type of VM management product.
|
void |
setVmManagerType(VmManagerType vmManagerType)
The type of VM management product.
|
void |
setVmName(String vmName)
The name of the VM.
|
void |
setVmPath(String vmPath)
The VM folder path in the vCenter Server virtual machine inventory tree.
|
void |
setVmServerAddress(VmServerAddress vmServerAddress)
The VM server location.
|
String |
toString()
Returns a string representation of this object.
|
VmServer |
withVmManagerName(String vmManagerName)
The name of the VM manager.
|
VmServer |
withVmManagerType(String vmManagerType)
The type of VM management product.
|
VmServer |
withVmManagerType(VmManagerType vmManagerType)
The type of VM management product.
|
VmServer |
withVmName(String vmName)
The name of the VM.
|
VmServer |
withVmPath(String vmPath)
The VM folder path in the vCenter Server virtual machine inventory tree.
|
VmServer |
withVmServerAddress(VmServerAddress vmServerAddress)
The VM server location.
|
public void setVmServerAddress(VmServerAddress vmServerAddress)
The VM server location.
vmServerAddress - The VM server location.public VmServerAddress getVmServerAddress()
The VM server location.
public VmServer withVmServerAddress(VmServerAddress vmServerAddress)
The VM server location.
vmServerAddress - The VM server location.public void setVmName(String vmName)
The name of the VM.
vmName - The name of the VM.public String getVmName()
The name of the VM.
public VmServer withVmName(String vmName)
The name of the VM.
vmName - The name of the VM.public void setVmManagerName(String vmManagerName)
The name of the VM manager.
vmManagerName - The name of the VM manager.public String getVmManagerName()
The name of the VM manager.
public VmServer withVmManagerName(String vmManagerName)
The name of the VM manager.
vmManagerName - The name of the VM manager.public void setVmManagerType(String vmManagerType)
The type of VM management product.
vmManagerType - The type of VM management product.VmManagerTypepublic String getVmManagerType()
The type of VM management product.
VmManagerTypepublic VmServer withVmManagerType(String vmManagerType)
The type of VM management product.
vmManagerType - The type of VM management product.VmManagerTypepublic void setVmManagerType(VmManagerType vmManagerType)
The type of VM management product.
vmManagerType - The type of VM management product.VmManagerTypepublic VmServer withVmManagerType(VmManagerType vmManagerType)
The type of VM management product.
vmManagerType - The type of VM management product.VmManagerTypepublic void setVmPath(String vmPath)
The VM folder path in the vCenter Server virtual machine inventory tree.
vmPath - The VM folder path in the vCenter Server virtual machine inventory tree.public String getVmPath()
The VM folder path in the vCenter Server virtual machine inventory tree.
public VmServer withVmPath(String vmPath)
The VM folder path in the vCenter Server virtual machine inventory tree.
vmPath - The VM folder path in the vCenter Server virtual machine inventory tree.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.