메소드 | 설명 | |
---|---|---|
CreateImageRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
CreateImageRequest ( string instanceId, string name ) : System |
Instantiates CreateImageRequest with the parameterized properties
|
메소드 | 설명 | |
---|---|---|
IsSetBlockDeviceMappings ( ) : bool | ||
IsSetDescription ( ) : bool | ||
IsSetInstanceId ( ) : bool | ||
IsSetName ( ) : bool | ||
IsSetNoReboot ( ) : bool |
public CreateImageRequest ( string instanceId, string name ) : System | ||
instanceId | string | The ID of the instance. |
name | string | A name for the new image. Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces ( ), periods (.), slashes (/), dashes (-), single quotes ('), at-signs (@), or underscores(_) |
리턴 | System |