C# Класс Amazon.EC2.Model.CreateSubnetRequest

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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