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

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

공개 메소드들

메소드 설명
BundleInstanceRequest ( ) : System

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

BundleInstanceRequest ( string instanceId, Storage storage ) : System

Instantiates BundleInstanceRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetInstanceId ( ) : bool
IsSetStorage ( ) : bool

메소드 상세

BundleInstanceRequest() 공개 메소드

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

BundleInstanceRequest() 공개 메소드

Instantiates BundleInstanceRequest with the parameterized properties
public BundleInstanceRequest ( string instanceId, Storage storage ) : System
instanceId string The ID of the instance to bundle. Type: String Default: None Required: Yes
storage Storage The bucket in which to store the AMI. You can specify a bucket that you already own or a new bucket that Amazon EC2 creates on your behalf. If you specify a bucket that belongs to someone else, Amazon EC2 returns an error.
리턴 System