C# Class Amazon.OpsWorks.DeploymentCommandName

Deployment Command Name
Inheritance: ConstantClass
Datei anzeigen Open project: scopely/aws-sdk-net Class Usage Examples

Public Properties

Property Type Description
Deploy DeploymentCommandName
Execute_recipes DeploymentCommandName
Install_dependencies DeploymentCommandName
Restart DeploymentCommandName
Rollback DeploymentCommandName
Start DeploymentCommandName
Stop DeploymentCommandName
Undeploy DeploymentCommandName
Update_custom_cookbooks DeploymentCommandName
Update_dependencies DeploymentCommandName

Public Methods

Method Description
DeploymentCommandName ( string value ) : System

Default Constructor

FindValue ( string value ) : DeploymentCommandName

Finds the constant for the unique value.

Method Details

DeploymentCommandName() public method

Default Constructor
public DeploymentCommandName ( string value ) : System
value string
return System

FindValue() public static method

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

Property Details

Deploy public_oe static_oe property

Constant Deploy for DeploymentCommandName
public static DeploymentCommandName,Amazon.OpsWorks Deploy
return DeploymentCommandName

Execute_recipes public_oe static_oe property

Constant Execute_recipes for DeploymentCommandName
public static DeploymentCommandName,Amazon.OpsWorks Execute_recipes
return DeploymentCommandName

Install_dependencies public_oe static_oe property

Constant Install_dependencies for DeploymentCommandName
public static DeploymentCommandName,Amazon.OpsWorks Install_dependencies
return DeploymentCommandName

Restart public_oe static_oe property

Constant Restart for DeploymentCommandName
public static DeploymentCommandName,Amazon.OpsWorks Restart
return DeploymentCommandName

Rollback public_oe static_oe property

Constant Rollback for DeploymentCommandName
public static DeploymentCommandName,Amazon.OpsWorks Rollback
return DeploymentCommandName

Start public_oe static_oe property

Constant Start for DeploymentCommandName
public static DeploymentCommandName,Amazon.OpsWorks Start
return DeploymentCommandName

Stop public_oe static_oe property

Constant Stop for DeploymentCommandName
public static DeploymentCommandName,Amazon.OpsWorks Stop
return DeploymentCommandName

Undeploy public_oe static_oe property

Constant Undeploy for DeploymentCommandName
public static DeploymentCommandName,Amazon.OpsWorks Undeploy
return DeploymentCommandName

Update_custom_cookbooks public_oe static_oe property

Constant Update_custom_cookbooks for DeploymentCommandName
public static DeploymentCommandName,Amazon.OpsWorks Update_custom_cookbooks
return DeploymentCommandName

Update_dependencies public_oe static_oe property

Constant Update_dependencies for DeploymentCommandName
public static DeploymentCommandName,Amazon.OpsWorks Update_dependencies
return DeploymentCommandName