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

Container for the parameters to the GetPasswordData operation. Retrieves the encrypted administrator password for an instance running Windows.

The Windows password is generated at boot if the EC2Config service plugin, Ec2SetPassword, is enabled. This usually only happens the first time an AMI is launched, and then Ec2SetPassword is automatically disabled. The password is not generated for rebundled AMIs unless Ec2SetPassword is enabled before bundling.

The password is encrypted using the key pair that you specified when you launched the instance. You must provide the corresponding key pair file.

Password generation and encryption takes a few moments. We recommend that you wait up to 15 minutes after launching an instance before trying to retrieve the generated password.

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

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

Метод Описание
GetPasswordDataRequest ( ) : System

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

GetPasswordDataRequest ( string instanceId ) : System

Instantiates GetPasswordDataRequest with the parameterized properties

Приватные методы

Метод Описание
IsSetInstanceId ( ) : bool

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

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

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

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

Instantiates GetPasswordDataRequest with the parameterized properties
public GetPasswordDataRequest ( string instanceId ) : System
instanceId string The ID of the Windows instance.
Результат System