C# Class Amazon.Lightsail.OperationType

Constants used for properties of type OperationType.
Inheritance: ConstantClass
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Свойство Type Description
AllocateStaticIp OperationType
AttachStaticIp OperationType
CloseInstancePublicPorts OperationType
CreateDomain OperationType
CreateInstance OperationType
CreateInstanceSnapshot OperationType
CreateInstancesFromSnapshot OperationType
DeleteDomain OperationType
DeleteDomainEntry OperationType
DeleteInstance OperationType
DeleteInstanceSnapshot OperationType
DetachStaticIp OperationType
OpenInstancePublicPorts OperationType
RebootInstance OperationType
ReleaseStaticIp OperationType
StartInstance OperationType
StopInstance OperationType
UpdateDomainEntry OperationType

Méthodes publiques

Méthode Description
FindValue ( string value ) : OperationType

Finds the constant for the unique value.

OperationType ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

Method Details

FindValue() public static méthode

Finds the constant for the unique value.
public static FindValue ( string value ) : OperationType
value string The unique value for the constant
Résultat OperationType

OperationType() public méthode

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public OperationType ( string value ) : System
value string
Résultat System

Property Details

AllocateStaticIp public_oe static_oe property

Constant AllocateStaticIp for OperationType
public static OperationType,Amazon.Lightsail AllocateStaticIp
Résultat OperationType

AttachStaticIp public_oe static_oe property

Constant AttachStaticIp for OperationType
public static OperationType,Amazon.Lightsail AttachStaticIp
Résultat OperationType

CloseInstancePublicPorts public_oe static_oe property

Constant CloseInstancePublicPorts for OperationType
public static OperationType,Amazon.Lightsail CloseInstancePublicPorts
Résultat OperationType

CreateDomain public_oe static_oe property

Constant CreateDomain for OperationType
public static OperationType,Amazon.Lightsail CreateDomain
Résultat OperationType

CreateInstance public_oe static_oe property

Constant CreateInstance for OperationType
public static OperationType,Amazon.Lightsail CreateInstance
Résultat OperationType

CreateInstanceSnapshot public_oe static_oe property

Constant CreateInstanceSnapshot for OperationType
public static OperationType,Amazon.Lightsail CreateInstanceSnapshot
Résultat OperationType

CreateInstancesFromSnapshot public_oe static_oe property

Constant CreateInstancesFromSnapshot for OperationType
public static OperationType,Amazon.Lightsail CreateInstancesFromSnapshot
Résultat OperationType

DeleteDomain public_oe static_oe property

Constant DeleteDomain for OperationType
public static OperationType,Amazon.Lightsail DeleteDomain
Résultat OperationType

DeleteDomainEntry public_oe static_oe property

Constant DeleteDomainEntry for OperationType
public static OperationType,Amazon.Lightsail DeleteDomainEntry
Résultat OperationType

DeleteInstance public_oe static_oe property

Constant DeleteInstance for OperationType
public static OperationType,Amazon.Lightsail DeleteInstance
Résultat OperationType

DeleteInstanceSnapshot public_oe static_oe property

Constant DeleteInstanceSnapshot for OperationType
public static OperationType,Amazon.Lightsail DeleteInstanceSnapshot
Résultat OperationType

DetachStaticIp public_oe static_oe property

Constant DetachStaticIp for OperationType
public static OperationType,Amazon.Lightsail DetachStaticIp
Résultat OperationType

OpenInstancePublicPorts public_oe static_oe property

Constant OpenInstancePublicPorts for OperationType
public static OperationType,Amazon.Lightsail OpenInstancePublicPorts
Résultat OperationType

RebootInstance public_oe static_oe property

Constant RebootInstance for OperationType
public static OperationType,Amazon.Lightsail RebootInstance
Résultat OperationType

ReleaseStaticIp public_oe static_oe property

Constant ReleaseStaticIp for OperationType
public static OperationType,Amazon.Lightsail ReleaseStaticIp
Résultat OperationType

StartInstance public_oe static_oe property

Constant StartInstance for OperationType
public static OperationType,Amazon.Lightsail StartInstance
Résultat OperationType

StopInstance public_oe static_oe property

Constant StopInstance for OperationType
public static OperationType,Amazon.Lightsail StopInstance
Résultat OperationType

UpdateDomainEntry public_oe static_oe property

Constant UpdateDomainEntry for OperationType
public static OperationType,Amazon.Lightsail UpdateDomainEntry
Résultat OperationType