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

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

공개 메소드들

메소드 설명
ModifyInstanceAttributeRequest ( ) : System

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

ModifyInstanceAttributeRequest ( string instanceId, InstanceAttributeName attribute ) : System

Instantiates ModifyInstanceAttributeRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetAttribute ( ) : bool
IsSetBlockDeviceMappings ( ) : bool
IsSetDisableApiTermination ( ) : bool
IsSetEbsOptimized ( ) : bool
IsSetEnaSupport ( ) : bool
IsSetGroups ( ) : bool
IsSetInstanceId ( ) : bool
IsSetInstanceInitiatedShutdownBehavior ( ) : bool
IsSetInstanceType ( ) : bool
IsSetKernel ( ) : bool
IsSetRamdisk ( ) : bool
IsSetSourceDestCheck ( ) : bool
IsSetSriovNetSupport ( ) : bool
IsSetUserData ( ) : bool
IsSetValue ( ) : bool

메소드 상세

ModifyInstanceAttributeRequest() 공개 메소드

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

ModifyInstanceAttributeRequest() 공개 메소드

Instantiates ModifyInstanceAttributeRequest with the parameterized properties
public ModifyInstanceAttributeRequest ( string instanceId, InstanceAttributeName attribute ) : System
instanceId string The ID of the instance.
attribute InstanceAttributeName The name of the attribute.
리턴 System