@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()
Information about 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)
Information about 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)
Information about the VM server location.
|
public void setVmServerAddress(VmServerAddress vmServerAddress)
Information about the VM server location.
vmServerAddress
- Information about the VM server location.public VmServerAddress getVmServerAddress()
Information about the VM server location.
public VmServer withVmServerAddress(VmServerAddress vmServerAddress)
Information about the VM server location.
vmServerAddress
- Information about 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.VmManagerType
public String getVmManagerType()
The type of VM management product.
VmManagerType
public VmServer withVmManagerType(String vmManagerType)
The type of VM management product.
vmManagerType
- The type of VM management product.VmManagerType
public void setVmManagerType(VmManagerType vmManagerType)
The type of VM management product.
vmManagerType
- The type of VM management product.VmManagerType
public VmServer withVmManagerType(VmManagerType vmManagerType)
The type of VM management product.
vmManagerType
- The type of VM management product.VmManagerType
public 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 Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.