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

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

공개 메소드들

메소드 설명
AttachVolumeRequest ( ) : System

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

AttachVolumeRequest ( string volumeId, string instanceId, string device ) : System

Instantiates AttachVolumeRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetDevice ( ) : bool
IsSetInstanceId ( ) : bool
IsSetVolumeId ( ) : bool

메소드 상세

AttachVolumeRequest() 공개 메소드

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

AttachVolumeRequest() 공개 메소드

Instantiates AttachVolumeRequest with the parameterized properties
public AttachVolumeRequest ( string volumeId, string instanceId, string device ) : System
volumeId string The ID of the EBS volume. The volume and instance must be within the same Availability Zone.
instanceId string The ID of the instance.
device string The device name to expose to the instance (for example, /dev/sdh or xvdh).
리턴 System