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

Describes a placement group.
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
PlacementGroup ( ) : System

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

PlacementGroup ( string groupName ) : System

Instantiates PlacementGroup with the parameterized properties

비공개 메소드들

메소드 설명
IsSetGroupName ( ) : bool
IsSetState ( ) : bool
IsSetStrategy ( ) : bool

메소드 상세

PlacementGroup() 공개 메소드

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

PlacementGroup() 공개 메소드

Instantiates PlacementGroup with the parameterized properties
public PlacementGroup ( string groupName ) : System
groupName string The name of the placement group.
리턴 System