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

Container for the parameters to the ResetSnapshotAttribute operation.

Resets permission settings for the specified snapshot.

For more information on modifying snapshot permissions, see Sharing Snapshots in the Amazon Elastic Compute Cloud User Guide .

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

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

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

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

ResetSnapshotAttributeRequest ( string snapshotId, SnapshotAttributeName attribute ) : System

Instantiates ResetSnapshotAttributeRequest with the parameterized properties

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

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

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

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

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

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

Instantiates ResetSnapshotAttributeRequest with the parameterized properties
public ResetSnapshotAttributeRequest ( string snapshotId, SnapshotAttributeName attribute ) : System
snapshotId string The ID of the snapshot.
attribute SnapshotAttributeName The attribute to reset. Currently, only the attribute for permission to create volumes can be reset.
Результат System