Method | Description | |
---|---|---|
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
|
Method | Description | |
---|---|---|
IsSetAvailabilityZone ( ) : bool | ||
IsSetCidrBlock ( ) : bool | ||
IsSetIpv6CidrBlock ( ) : bool | ||
IsSetVpcId ( ) : bool |
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 . |
return | System |