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

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

공개 메소드들

메소드 설명
CreateSubnetRequest ( ) : System

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

CreateSubnetRequest ( string vpcId, string cidrBlock ) : System

Instantiates CreateSubnetRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetAvailabilityZone ( ) : bool
IsSetCidrBlock ( ) : bool
IsSetIpv6CidrBlock ( ) : bool
IsSetVpcId ( ) : bool

메소드 상세

CreateSubnetRequest() 공개 메소드

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

CreateSubnetRequest() 공개 메소드

Instantiates CreateSubnetRequest with the parameterized properties
public CreateSubnetRequest ( string vpcId, string cidrBlock ) : System
vpcId string The ID of the VPC.
cidrBlock string The IPv4 network range for the subnet, in CIDR notation. For example, 10.0.0.0/24.
리턴 System