public class InstanceExportDetails extends Object implements Serializable, Cloneable
Describes an instance to export.
Constructor and Description |
---|
InstanceExportDetails() |
Modifier and Type | Method and Description |
---|---|
InstanceExportDetails |
clone() |
boolean |
equals(Object obj) |
String |
getInstanceId()
The ID of the resource being exported.
|
String |
getTargetEnvironment()
The target virtualization environment.
|
int |
hashCode() |
void |
setInstanceId(String instanceId)
The ID of the resource being exported.
|
void |
setTargetEnvironment(ExportEnvironment targetEnvironment)
The target virtualization environment.
|
void |
setTargetEnvironment(String targetEnvironment)
The target virtualization environment.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
InstanceExportDetails |
withInstanceId(String instanceId)
The ID of the resource being exported.
|
InstanceExportDetails |
withTargetEnvironment(ExportEnvironment targetEnvironment)
The target virtualization environment.
|
InstanceExportDetails |
withTargetEnvironment(String targetEnvironment)
The target virtualization environment.
|
public String getInstanceId()
public void setInstanceId(String instanceId)
instanceId
- The ID of the resource being exported.public InstanceExportDetails withInstanceId(String instanceId)
Returns a reference to this object so that method calls can be chained together.
instanceId
- The ID of the resource being exported.public String getTargetEnvironment()
Constraints:
Allowed Values: citrix, vmware, microsoft
ExportEnvironment
public void setTargetEnvironment(String targetEnvironment)
Constraints:
Allowed Values: citrix, vmware, microsoft
targetEnvironment
- The target virtualization environment.ExportEnvironment
public InstanceExportDetails withTargetEnvironment(String targetEnvironment)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: citrix, vmware, microsoft
targetEnvironment
- The target virtualization environment.ExportEnvironment
public void setTargetEnvironment(ExportEnvironment targetEnvironment)
Constraints:
Allowed Values: citrix, vmware, microsoft
targetEnvironment
- The target virtualization environment.ExportEnvironment
public InstanceExportDetails withTargetEnvironment(ExportEnvironment targetEnvironment)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: citrix, vmware, microsoft
targetEnvironment
- The target virtualization environment.ExportEnvironment
public String toString()
toString
in class Object
Object.toString()
public InstanceExportDetails clone()
Copyright © 2015. All rights reserved.