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

Container for the parameters to the AssociateDhcpOptions operation.

Associates a set of DHCP options (that you've previously created) with the specified VPC, or associates no DHCP options with the VPC.

After you associate the options with the VPC, any existing instances and all new instances that you launch in that VPC use the options. You don't need to restart or relaunch the instances. They automatically pick up the changes within a few hours, depending on how frequently the instance renews its DHCP lease. You can explicitly renew the lease using the operating system on the instance.

For more information, see DHCP Options Sets in the Amazon Virtual Private Cloud User Guide .

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

공개 메소드들

메소드 설명
AssociateDhcpOptionsRequest ( ) : System

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

AssociateDhcpOptionsRequest ( string vpcId ) : System

Instantiates AssociateDhcpOptionsRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetDhcpOptionsId ( ) : bool
IsSetVpcId ( ) : bool

메소드 상세

AssociateDhcpOptionsRequest() 공개 메소드

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

AssociateDhcpOptionsRequest() 공개 메소드

Instantiates AssociateDhcpOptionsRequest with the parameterized properties
public AssociateDhcpOptionsRequest ( string vpcId ) : System
vpcId string The ID of the VPC.
리턴 System