C# 클래스 Amazon.EC2.Model.Placement

파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
Placement ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

Placement ( string availabilityZone ) : System

Instantiates Placement with the parameterized properties

비공개 메소드들

메소드 설명
IsSetAffinity ( ) : bool
IsSetAvailabilityZone ( ) : bool
IsSetGroupName ( ) : bool
IsSetHostId ( ) : bool
IsSetTenancy ( ) : bool

메소드 상세

Placement() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public Placement ( ) : System
리턴 System

Placement() 공개 메소드

Instantiates Placement with the parameterized properties
public Placement ( string availabilityZone ) : System
availabilityZone string The Availability Zone of the instance.
리턴 System