|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.Placement
public class Placement
Describes the placement for the instance.
Constructor Summary | |
---|---|
Placement()
Default constructor for a new Placement object. |
|
Placement(String availabilityZone)
Constructs a new Placement object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getAvailabilityZone()
The Availability Zone of the instance. |
String |
getGroupName()
The name of the placement group the instance is in (for cluster compute instances). |
String |
getTenancy()
The tenancy of the instance (if the instance is running in a VPC). |
int |
hashCode()
|
void |
setAvailabilityZone(String availabilityZone)
The Availability Zone of the instance. |
void |
setGroupName(String groupName)
The name of the placement group the instance is in (for cluster compute instances). |
void |
setTenancy(String tenancy)
The tenancy of the instance (if the instance is running in a VPC). |
void |
setTenancy(Tenancy tenancy)
The tenancy of the instance (if the instance is running in a VPC). |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Placement |
withAvailabilityZone(String availabilityZone)
The Availability Zone of the instance. |
Placement |
withGroupName(String groupName)
The name of the placement group the instance is in (for cluster compute instances). |
Placement |
withTenancy(String tenancy)
The tenancy of the instance (if the instance is running in a VPC). |
Placement |
withTenancy(Tenancy tenancy)
The tenancy of the instance (if the instance is running in a VPC). |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Placement()
public Placement(String availabilityZone)
availabilityZone
- The Availability Zone of the instance.Method Detail |
---|
public String getAvailabilityZone()
public void setAvailabilityZone(String availabilityZone)
availabilityZone
- The Availability Zone of the instance.public Placement withAvailabilityZone(String availabilityZone)
Returns a reference to this object so that method calls can be chained together.
availabilityZone
- The Availability Zone of the instance.
public String getGroupName()
public void setGroupName(String groupName)
groupName
- The name of the placement group the instance is in (for cluster
compute instances).public Placement withGroupName(String groupName)
Returns a reference to this object so that method calls can be chained together.
groupName
- The name of the placement group the instance is in (for cluster
compute instances).
public String getTenancy()
dedicated
runs on
single-tenant hardware.
Constraints:
Allowed Values: default, dedicated
dedicated
runs on
single-tenant hardware.Tenancy
public void setTenancy(String tenancy)
dedicated
runs on
single-tenant hardware.
Constraints:
Allowed Values: default, dedicated
tenancy
- The tenancy of the instance (if the instance is running in a VPC). An
instance with a tenancy of dedicated
runs on
single-tenant hardware.Tenancy
public Placement withTenancy(String tenancy)
dedicated
runs on
single-tenant hardware.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: default, dedicated
tenancy
- The tenancy of the instance (if the instance is running in a VPC). An
instance with a tenancy of dedicated
runs on
single-tenant hardware.
Tenancy
public void setTenancy(Tenancy tenancy)
dedicated
runs on
single-tenant hardware.
Constraints:
Allowed Values: default, dedicated
tenancy
- The tenancy of the instance (if the instance is running in a VPC). An
instance with a tenancy of dedicated
runs on
single-tenant hardware.Tenancy
public Placement withTenancy(Tenancy tenancy)
dedicated
runs on
single-tenant hardware.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: default, dedicated
tenancy
- The tenancy of the instance (if the instance is running in a VPC). An
instance with a tenancy of dedicated
runs on
single-tenant hardware.
Tenancy
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |