C# Class Amazon.EC2.Model.CreateDhcpOptionsRequest

Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
CreateDhcpOptionsRequest ( ) : System

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

CreateDhcpOptionsRequest ( List dhcpConfigurations ) : System

Instantiates CreateDhcpOptionsRequest with the parameterized properties

Private Methods

Méthode Description
IsSetDhcpConfigurations ( ) : bool

Method Details

CreateDhcpOptionsRequest() public méthode

Empty constructor used to set properties independently even when a simple constructor is available
public CreateDhcpOptionsRequest ( ) : System
Résultat System

CreateDhcpOptionsRequest() public méthode

Instantiates CreateDhcpOptionsRequest with the parameterized properties
public CreateDhcpOptionsRequest ( List dhcpConfigurations ) : System
dhcpConfigurations List A DHCP configuration option.
Résultat System