C# Класс Amazon.EC2.Model.CreateImageRequest

Container for the parameters to the CreateImage operation.

Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that is either running or stopped.

If you customized your instance with instance store volumes or EBS volumes in addition to the root device volume, the new AMI contains block device mapping information for those volumes. When you launch an instance from this new AMI, the instance automatically launches with those additional volumes.

For more information, see Creating Amazon EBS-Backed Linux AMIs in the Amazon Elastic Compute Cloud User Guide .

Наследование: AmazonEC2Request
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

CreateImageRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public CreateImageRequest ( ) : System
Результат System

CreateImageRequest() публичный Метод

Instantiates CreateImageRequest with the parameterized properties
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