C# Class Amazon.Lightsail.OperationType

Constants used for properties of type OperationType.
Inheritance: ConstantClass
Mostrar archivo Open project: aws/aws-sdk-net

Public Properties

Property 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

Public Methods

Method 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 method

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

OperationType() public method

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
return System

Property Details

AllocateStaticIp public_oe static_oe property

Constant AllocateStaticIp for OperationType
public static OperationType,Amazon.Lightsail AllocateStaticIp
return OperationType

AttachStaticIp public_oe static_oe property

Constant AttachStaticIp for OperationType
public static OperationType,Amazon.Lightsail AttachStaticIp
return OperationType

CloseInstancePublicPorts public_oe static_oe property

Constant CloseInstancePublicPorts for OperationType
public static OperationType,Amazon.Lightsail CloseInstancePublicPorts
return OperationType

CreateDomain public_oe static_oe property

Constant CreateDomain for OperationType
public static OperationType,Amazon.Lightsail CreateDomain
return OperationType

CreateInstance public_oe static_oe property

Constant CreateInstance for OperationType
public static OperationType,Amazon.Lightsail CreateInstance
return OperationType

CreateInstanceSnapshot public_oe static_oe property

Constant CreateInstanceSnapshot for OperationType
public static OperationType,Amazon.Lightsail CreateInstanceSnapshot
return OperationType

CreateInstancesFromSnapshot public_oe static_oe property

Constant CreateInstancesFromSnapshot for OperationType
public static OperationType,Amazon.Lightsail CreateInstancesFromSnapshot
return OperationType

DeleteDomain public_oe static_oe property

Constant DeleteDomain for OperationType
public static OperationType,Amazon.Lightsail DeleteDomain
return OperationType

DeleteDomainEntry public_oe static_oe property

Constant DeleteDomainEntry for OperationType
public static OperationType,Amazon.Lightsail DeleteDomainEntry
return OperationType

DeleteInstance public_oe static_oe property

Constant DeleteInstance for OperationType
public static OperationType,Amazon.Lightsail DeleteInstance
return OperationType

DeleteInstanceSnapshot public_oe static_oe property

Constant DeleteInstanceSnapshot for OperationType
public static OperationType,Amazon.Lightsail DeleteInstanceSnapshot
return OperationType

DetachStaticIp public_oe static_oe property

Constant DetachStaticIp for OperationType
public static OperationType,Amazon.Lightsail DetachStaticIp
return OperationType

OpenInstancePublicPorts public_oe static_oe property

Constant OpenInstancePublicPorts for OperationType
public static OperationType,Amazon.Lightsail OpenInstancePublicPorts
return OperationType

RebootInstance public_oe static_oe property

Constant RebootInstance for OperationType
public static OperationType,Amazon.Lightsail RebootInstance
return OperationType

ReleaseStaticIp public_oe static_oe property

Constant ReleaseStaticIp for OperationType
public static OperationType,Amazon.Lightsail ReleaseStaticIp
return OperationType

StartInstance public_oe static_oe property

Constant StartInstance for OperationType
public static OperationType,Amazon.Lightsail StartInstance
return OperationType

StopInstance public_oe static_oe property

Constant StopInstance for OperationType
public static OperationType,Amazon.Lightsail StopInstance
return OperationType

UpdateDomainEntry public_oe static_oe property

Constant UpdateDomainEntry for OperationType
public static OperationType,Amazon.Lightsail UpdateDomainEntry
return OperationType