/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the cloudformation-2010-05-15.normal.json service model.
*/
using System;
using Amazon.Runtime;
namespace Amazon.CloudFormation
{
///
/// Constants used for properties of type AccountFilterType.
///
public class AccountFilterType : ConstantClass
{
///
/// Constant DIFFERENCE for AccountFilterType
///
public static readonly AccountFilterType DIFFERENCE = new AccountFilterType("DIFFERENCE");
///
/// Constant INTERSECTION for AccountFilterType
///
public static readonly AccountFilterType INTERSECTION = new AccountFilterType("INTERSECTION");
///
/// Constant NONE for AccountFilterType
///
public static readonly AccountFilterType NONE = new AccountFilterType("NONE");
///
/// Constant UNION for AccountFilterType
///
public static readonly AccountFilterType UNION = new AccountFilterType("UNION");
///
/// 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 AccountFilterType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static AccountFilterType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator AccountFilterType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type AccountGateStatus.
///
public class AccountGateStatus : ConstantClass
{
///
/// Constant FAILED for AccountGateStatus
///
public static readonly AccountGateStatus FAILED = new AccountGateStatus("FAILED");
///
/// Constant SKIPPED for AccountGateStatus
///
public static readonly AccountGateStatus SKIPPED = new AccountGateStatus("SKIPPED");
///
/// Constant SUCCEEDED for AccountGateStatus
///
public static readonly AccountGateStatus SUCCEEDED = new AccountGateStatus("SUCCEEDED");
///
/// 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 AccountGateStatus(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static AccountGateStatus FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator AccountGateStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type CallAs.
///
public class CallAs : ConstantClass
{
///
/// Constant DELEGATED_ADMIN for CallAs
///
public static readonly CallAs DELEGATED_ADMIN = new CallAs("DELEGATED_ADMIN");
///
/// Constant SELF for CallAs
///
public static readonly CallAs SELF = new CallAs("SELF");
///
/// 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 CallAs(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static CallAs FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator CallAs(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Capability.
///
public class Capability : ConstantClass
{
///
/// Constant CAPABILITY_AUTO_EXPAND for Capability
///
public static readonly Capability CAPABILITY_AUTO_EXPAND = new Capability("CAPABILITY_AUTO_EXPAND");
///
/// Constant CAPABILITY_IAM for Capability
///
public static readonly Capability CAPABILITY_IAM = new Capability("CAPABILITY_IAM");
///
/// Constant CAPABILITY_NAMED_IAM for Capability
///
public static readonly Capability CAPABILITY_NAMED_IAM = new Capability("CAPABILITY_NAMED_IAM");
///
/// 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 Capability(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Capability FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Capability(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Category.
///
public class Category : ConstantClass
{
///
/// Constant ACTIVATED for Category
///
public static readonly Category ACTIVATED = new Category("ACTIVATED");
///
/// Constant AWS_TYPES for Category
///
public static readonly Category AWS_TYPES = new Category("AWS_TYPES");
///
/// Constant REGISTERED for Category
///
public static readonly Category REGISTERED = new Category("REGISTERED");
///
/// Constant THIRD_PARTY for Category
///
public static readonly Category THIRD_PARTY = new Category("THIRD_PARTY");
///
/// 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 Category(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Category FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Category(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ChangeAction.
///
public class ChangeAction : ConstantClass
{
///
/// Constant Add for ChangeAction
///
public static readonly ChangeAction Add = new ChangeAction("Add");
///
/// Constant Dynamic for ChangeAction
///
public static readonly ChangeAction Dynamic = new ChangeAction("Dynamic");
///
/// Constant Import for ChangeAction
///
public static readonly ChangeAction Import = new ChangeAction("Import");
///
/// Constant Modify for ChangeAction
///
public static readonly ChangeAction Modify = new ChangeAction("Modify");
///
/// Constant Remove for ChangeAction
///
public static readonly ChangeAction Remove = new ChangeAction("Remove");
///
/// 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 ChangeAction(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static ChangeAction FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator ChangeAction(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ChangeSetHooksStatus.
///
public class ChangeSetHooksStatus : ConstantClass
{
///
/// Constant PLANNED for ChangeSetHooksStatus
///
public static readonly ChangeSetHooksStatus PLANNED = new ChangeSetHooksStatus("PLANNED");
///
/// Constant PLANNING for ChangeSetHooksStatus
///
public static readonly ChangeSetHooksStatus PLANNING = new ChangeSetHooksStatus("PLANNING");
///
/// Constant UNAVAILABLE for ChangeSetHooksStatus
///
public static readonly ChangeSetHooksStatus UNAVAILABLE = new ChangeSetHooksStatus("UNAVAILABLE");
///
/// 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 ChangeSetHooksStatus(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static ChangeSetHooksStatus FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator ChangeSetHooksStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ChangeSetStatus.
///
public class ChangeSetStatus : ConstantClass
{
///
/// Constant CREATE_COMPLETE for ChangeSetStatus
///
public static readonly ChangeSetStatus CREATE_COMPLETE = new ChangeSetStatus("CREATE_COMPLETE");
///
/// Constant CREATE_IN_PROGRESS for ChangeSetStatus
///
public static readonly ChangeSetStatus CREATE_IN_PROGRESS = new ChangeSetStatus("CREATE_IN_PROGRESS");
///
/// Constant CREATE_PENDING for ChangeSetStatus
///
public static readonly ChangeSetStatus CREATE_PENDING = new ChangeSetStatus("CREATE_PENDING");
///
/// Constant DELETE_COMPLETE for ChangeSetStatus
///
public static readonly ChangeSetStatus DELETE_COMPLETE = new ChangeSetStatus("DELETE_COMPLETE");
///
/// Constant DELETE_FAILED for ChangeSetStatus
///
public static readonly ChangeSetStatus DELETE_FAILED = new ChangeSetStatus("DELETE_FAILED");
///
/// Constant DELETE_IN_PROGRESS for ChangeSetStatus
///
public static readonly ChangeSetStatus DELETE_IN_PROGRESS = new ChangeSetStatus("DELETE_IN_PROGRESS");
///
/// Constant DELETE_PENDING for ChangeSetStatus
///
public static readonly ChangeSetStatus DELETE_PENDING = new ChangeSetStatus("DELETE_PENDING");
///
/// Constant FAILED for ChangeSetStatus
///
public static readonly ChangeSetStatus FAILED = new ChangeSetStatus("FAILED");
///
/// 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 ChangeSetStatus(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static ChangeSetStatus FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator ChangeSetStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ChangeSetType.
///
public class ChangeSetType : ConstantClass
{
///
/// Constant CREATE for ChangeSetType
///
public static readonly ChangeSetType CREATE = new ChangeSetType("CREATE");
///
/// Constant IMPORT for ChangeSetType
///
public static readonly ChangeSetType IMPORT = new ChangeSetType("IMPORT");
///
/// Constant UPDATE for ChangeSetType
///
public static readonly ChangeSetType UPDATE = new ChangeSetType("UPDATE");
///
/// 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 ChangeSetType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static ChangeSetType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator ChangeSetType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ChangeSource.
///
public class ChangeSource : ConstantClass
{
///
/// Constant Automatic for ChangeSource
///
public static readonly ChangeSource Automatic = new ChangeSource("Automatic");
///
/// Constant DirectModification for ChangeSource
///
public static readonly ChangeSource DirectModification = new ChangeSource("DirectModification");
///
/// Constant ParameterReference for ChangeSource
///
public static readonly ChangeSource ParameterReference = new ChangeSource("ParameterReference");
///
/// Constant ResourceAttribute for ChangeSource
///
public static readonly ChangeSource ResourceAttribute = new ChangeSource("ResourceAttribute");
///
/// Constant ResourceReference for ChangeSource
///
public static readonly ChangeSource ResourceReference = new ChangeSource("ResourceReference");
///
/// 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 ChangeSource(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static ChangeSource FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator ChangeSource(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ChangeType.
///
public class ChangeType : ConstantClass
{
///
/// Constant Resource for ChangeType
///
public static readonly ChangeType Resource = new ChangeType("Resource");
///
/// 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 ChangeType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static ChangeType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator ChangeType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type DeprecatedStatus.
///
public class DeprecatedStatus : ConstantClass
{
///
/// Constant DEPRECATED for DeprecatedStatus
///
public static readonly DeprecatedStatus DEPRECATED = new DeprecatedStatus("DEPRECATED");
///
/// Constant LIVE for DeprecatedStatus
///
public static readonly DeprecatedStatus LIVE = new DeprecatedStatus("LIVE");
///
/// 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 DeprecatedStatus(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static DeprecatedStatus FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator DeprecatedStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type DifferenceType.
///
public class DifferenceType : ConstantClass
{
///
/// Constant ADD for DifferenceType
///
public static readonly DifferenceType ADD = new DifferenceType("ADD");
///
/// Constant NOT_EQUAL for DifferenceType
///
public static readonly DifferenceType NOT_EQUAL = new DifferenceType("NOT_EQUAL");
///
/// Constant REMOVE for DifferenceType
///
public static readonly DifferenceType REMOVE = new DifferenceType("REMOVE");
///
/// 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 DifferenceType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static DifferenceType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator DifferenceType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type EvaluationType.
///
public class EvaluationType : ConstantClass
{
///
/// Constant Dynamic for EvaluationType
///
public static readonly EvaluationType Dynamic = new EvaluationType("Dynamic");
///
/// Constant Static for EvaluationType
///
public static readonly EvaluationType Static = new EvaluationType("Static");
///
/// 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 EvaluationType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static EvaluationType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator EvaluationType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ExecutionStatus.
///
public class ExecutionStatus : ConstantClass
{
///
/// Constant AVAILABLE for ExecutionStatus
///
public static readonly ExecutionStatus AVAILABLE = new ExecutionStatus("AVAILABLE");
///
/// Constant EXECUTE_COMPLETE for ExecutionStatus
///
public static readonly ExecutionStatus EXECUTE_COMPLETE = new ExecutionStatus("EXECUTE_COMPLETE");
///
/// Constant EXECUTE_FAILED for ExecutionStatus
///
public static readonly ExecutionStatus EXECUTE_FAILED = new ExecutionStatus("EXECUTE_FAILED");
///
/// Constant EXECUTE_IN_PROGRESS for ExecutionStatus
///
public static readonly ExecutionStatus EXECUTE_IN_PROGRESS = new ExecutionStatus("EXECUTE_IN_PROGRESS");
///
/// Constant OBSOLETE for ExecutionStatus
///
public static readonly ExecutionStatus OBSOLETE = new ExecutionStatus("OBSOLETE");
///
/// Constant UNAVAILABLE for ExecutionStatus
///
public static readonly ExecutionStatus UNAVAILABLE = new ExecutionStatus("UNAVAILABLE");
///
/// 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 ExecutionStatus(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static ExecutionStatus FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator ExecutionStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type HandlerErrorCode.
///
public class HandlerErrorCode : ConstantClass
{
///
/// Constant AccessDenied for HandlerErrorCode
///
public static readonly HandlerErrorCode AccessDenied = new HandlerErrorCode("AccessDenied");
///
/// Constant AlreadyExists for HandlerErrorCode
///
public static readonly HandlerErrorCode AlreadyExists = new HandlerErrorCode("AlreadyExists");
///
/// Constant GeneralServiceException for HandlerErrorCode
///
public static readonly HandlerErrorCode GeneralServiceException = new HandlerErrorCode("GeneralServiceException");
///
/// Constant HandlerInternalFailure for HandlerErrorCode
///
public static readonly HandlerErrorCode HandlerInternalFailure = new HandlerErrorCode("HandlerInternalFailure");
///
/// Constant InternalFailure for HandlerErrorCode
///
public static readonly HandlerErrorCode InternalFailure = new HandlerErrorCode("InternalFailure");
///
/// Constant InvalidCredentials for HandlerErrorCode
///
public static readonly HandlerErrorCode InvalidCredentials = new HandlerErrorCode("InvalidCredentials");
///
/// Constant InvalidRequest for HandlerErrorCode
///
public static readonly HandlerErrorCode InvalidRequest = new HandlerErrorCode("InvalidRequest");
///
/// Constant InvalidTypeConfiguration for HandlerErrorCode
///
public static readonly HandlerErrorCode InvalidTypeConfiguration = new HandlerErrorCode("InvalidTypeConfiguration");
///
/// Constant NetworkFailure for HandlerErrorCode
///
public static readonly HandlerErrorCode NetworkFailure = new HandlerErrorCode("NetworkFailure");
///
/// Constant NonCompliant for HandlerErrorCode
///
public static readonly HandlerErrorCode NonCompliant = new HandlerErrorCode("NonCompliant");
///
/// Constant NotFound for HandlerErrorCode
///
public static readonly HandlerErrorCode NotFound = new HandlerErrorCode("NotFound");
///
/// Constant NotStabilized for HandlerErrorCode
///
public static readonly HandlerErrorCode NotStabilized = new HandlerErrorCode("NotStabilized");
///
/// Constant NotUpdatable for HandlerErrorCode
///
public static readonly HandlerErrorCode NotUpdatable = new HandlerErrorCode("NotUpdatable");
///
/// Constant ResourceConflict for HandlerErrorCode
///
public static readonly HandlerErrorCode ResourceConflict = new HandlerErrorCode("ResourceConflict");
///
/// Constant ServiceInternalError for HandlerErrorCode
///
public static readonly HandlerErrorCode ServiceInternalError = new HandlerErrorCode("ServiceInternalError");
///
/// Constant ServiceLimitExceeded for HandlerErrorCode
///
public static readonly HandlerErrorCode ServiceLimitExceeded = new HandlerErrorCode("ServiceLimitExceeded");
///
/// Constant Throttling for HandlerErrorCode
///
public static readonly HandlerErrorCode Throttling = new HandlerErrorCode("Throttling");
///
/// Constant Unknown for HandlerErrorCode
///
public static readonly HandlerErrorCode Unknown = new HandlerErrorCode("Unknown");
///
/// Constant UnsupportedTarget for HandlerErrorCode
///
public static readonly HandlerErrorCode UnsupportedTarget = new HandlerErrorCode("UnsupportedTarget");
///
/// 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 HandlerErrorCode(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static HandlerErrorCode FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator HandlerErrorCode(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type HookFailureMode.
///
public class HookFailureMode : ConstantClass
{
///
/// Constant FAIL for HookFailureMode
///
public static readonly HookFailureMode FAIL = new HookFailureMode("FAIL");
///
/// Constant WARN for HookFailureMode
///
public static readonly HookFailureMode WARN = new HookFailureMode("WARN");
///
/// 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 HookFailureMode(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static HookFailureMode FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator HookFailureMode(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type HookInvocationPoint.
///
public class HookInvocationPoint : ConstantClass
{
///
/// Constant PRE_PROVISION for HookInvocationPoint
///
public static readonly HookInvocationPoint PRE_PROVISION = new HookInvocationPoint("PRE_PROVISION");
///
/// 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 HookInvocationPoint(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static HookInvocationPoint FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator HookInvocationPoint(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type HookStatus.
///
public class HookStatus : ConstantClass
{
///
/// Constant HOOK_COMPLETE_FAILED for HookStatus
///
public static readonly HookStatus HOOK_COMPLETE_FAILED = new HookStatus("HOOK_COMPLETE_FAILED");
///
/// Constant HOOK_COMPLETE_SUCCEEDED for HookStatus
///
public static readonly HookStatus HOOK_COMPLETE_SUCCEEDED = new HookStatus("HOOK_COMPLETE_SUCCEEDED");
///
/// Constant HOOK_FAILED for HookStatus
///
public static readonly HookStatus HOOK_FAILED = new HookStatus("HOOK_FAILED");
///
/// Constant HOOK_IN_PROGRESS for HookStatus
///
public static readonly HookStatus HOOK_IN_PROGRESS = new HookStatus("HOOK_IN_PROGRESS");
///
/// 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 HookStatus(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static HookStatus FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator HookStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type HookTargetType.
///
public class HookTargetType : ConstantClass
{
///
/// Constant RESOURCE for HookTargetType
///
public static readonly HookTargetType RESOURCE = new HookTargetType("RESOURCE");
///
/// 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 HookTargetType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static HookTargetType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator HookTargetType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type IdentityProvider.
///
public class IdentityProvider : ConstantClass
{
///
/// Constant AWS_Marketplace for IdentityProvider
///
public static readonly IdentityProvider AWS_Marketplace = new IdentityProvider("AWS_Marketplace");
///
/// Constant Bitbucket for IdentityProvider
///
public static readonly IdentityProvider Bitbucket = new IdentityProvider("Bitbucket");
///
/// Constant GitHub for IdentityProvider
///
public static readonly IdentityProvider GitHub = new IdentityProvider("GitHub");
///
/// 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 IdentityProvider(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static IdentityProvider FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator IdentityProvider(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type OnFailure.
///
public class OnFailure : ConstantClass
{
///
/// Constant DELETE for OnFailure
///
public static readonly OnFailure DELETE = new OnFailure("DELETE");
///
/// Constant DO_NOTHING for OnFailure
///
public static readonly OnFailure DO_NOTHING = new OnFailure("DO_NOTHING");
///
/// Constant ROLLBACK for OnFailure
///
public static readonly OnFailure ROLLBACK = new OnFailure("ROLLBACK");
///
/// 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 OnFailure(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static OnFailure FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator OnFailure(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type OnStackFailure.
///
public class OnStackFailure : ConstantClass
{
///
/// Constant DELETE for OnStackFailure
///
public static readonly OnStackFailure DELETE = new OnStackFailure("DELETE");
///
/// Constant DO_NOTHING for OnStackFailure
///
public static readonly OnStackFailure DO_NOTHING = new OnStackFailure("DO_NOTHING");
///
/// Constant ROLLBACK for OnStackFailure
///
public static readonly OnStackFailure ROLLBACK = new OnStackFailure("ROLLBACK");
///
/// 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 OnStackFailure(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static OnStackFailure FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator OnStackFailure(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type OperationResultFilterName.
///
public class OperationResultFilterName : ConstantClass
{
///
/// Constant OPERATION_RESULT_STATUS for OperationResultFilterName
///
public static readonly OperationResultFilterName OPERATION_RESULT_STATUS = new OperationResultFilterName("OPERATION_RESULT_STATUS");
///
/// 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 OperationResultFilterName(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static OperationResultFilterName FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator OperationResultFilterName(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type OperationStatus.
///
public class OperationStatus : ConstantClass
{
///
/// Constant FAILED for OperationStatus
///
public static readonly OperationStatus FAILED = new OperationStatus("FAILED");
///
/// Constant IN_PROGRESS for OperationStatus
///
public static readonly OperationStatus IN_PROGRESS = new OperationStatus("IN_PROGRESS");
///
/// Constant PENDING for OperationStatus
///
public static readonly OperationStatus PENDING = new OperationStatus("PENDING");
///
/// Constant SUCCESS for OperationStatus
///
public static readonly OperationStatus SUCCESS = new OperationStatus("SUCCESS");
///
/// 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 OperationStatus(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static OperationStatus FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator OperationStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type OrganizationStatus.
///
public class OrganizationStatus : ConstantClass
{
///
/// Constant DISABLED for OrganizationStatus
///
public static readonly OrganizationStatus DISABLED = new OrganizationStatus("DISABLED");
///
/// Constant DISABLED_PERMANENTLY for OrganizationStatus
///
public static readonly OrganizationStatus DISABLED_PERMANENTLY = new OrganizationStatus("DISABLED_PERMANENTLY");
///
/// Constant ENABLED for OrganizationStatus
///
public static readonly OrganizationStatus ENABLED = new OrganizationStatus("ENABLED");
///
/// 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 OrganizationStatus(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static OrganizationStatus FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator OrganizationStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type PermissionModels.
///
public class PermissionModels : ConstantClass
{
///
/// Constant SELF_MANAGED for PermissionModels
///
public static readonly PermissionModels SELF_MANAGED = new PermissionModels("SELF_MANAGED");
///
/// Constant SERVICE_MANAGED for PermissionModels
///
public static readonly PermissionModels SERVICE_MANAGED = new PermissionModels("SERVICE_MANAGED");
///
/// 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 PermissionModels(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static PermissionModels FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator PermissionModels(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ProvisioningType.
///
public class ProvisioningType : ConstantClass
{
///
/// Constant FULLY_MUTABLE for ProvisioningType
///
public static readonly ProvisioningType FULLY_MUTABLE = new ProvisioningType("FULLY_MUTABLE");
///
/// Constant IMMUTABLE for ProvisioningType
///
public static readonly ProvisioningType IMMUTABLE = new ProvisioningType("IMMUTABLE");
///
/// Constant NON_PROVISIONABLE for ProvisioningType
///
public static readonly ProvisioningType NON_PROVISIONABLE = new ProvisioningType("NON_PROVISIONABLE");
///
/// 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 ProvisioningType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static ProvisioningType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator ProvisioningType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type PublisherStatus.
///
public class PublisherStatus : ConstantClass
{
///
/// Constant UNVERIFIED for PublisherStatus
///
public static readonly PublisherStatus UNVERIFIED = new PublisherStatus("UNVERIFIED");
///
/// Constant VERIFIED for PublisherStatus
///
public static readonly PublisherStatus VERIFIED = new PublisherStatus("VERIFIED");
///
/// 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 PublisherStatus(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static PublisherStatus FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator PublisherStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type RegionConcurrencyType.
///
public class RegionConcurrencyType : ConstantClass
{
///
/// Constant PARALLEL for RegionConcurrencyType
///
public static readonly RegionConcurrencyType PARALLEL = new RegionConcurrencyType("PARALLEL");
///
/// Constant SEQUENTIAL for RegionConcurrencyType
///
public static readonly RegionConcurrencyType SEQUENTIAL = new RegionConcurrencyType("SEQUENTIAL");
///
/// 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 RegionConcurrencyType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static RegionConcurrencyType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator RegionConcurrencyType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type RegistrationStatus.
///
public class RegistrationStatus : ConstantClass
{
///
/// Constant COMPLETE for RegistrationStatus
///
public static readonly RegistrationStatus COMPLETE = new RegistrationStatus("COMPLETE");
///
/// Constant FAILED for RegistrationStatus
///
public static readonly RegistrationStatus FAILED = new RegistrationStatus("FAILED");
///
/// Constant IN_PROGRESS for RegistrationStatus
///
public static readonly RegistrationStatus IN_PROGRESS = new RegistrationStatus("IN_PROGRESS");
///
/// 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 RegistrationStatus(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static RegistrationStatus FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator RegistrationStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type RegistryType.
///
public class RegistryType : ConstantClass
{
///
/// Constant HOOK for RegistryType
///
public static readonly RegistryType HOOK = new RegistryType("HOOK");
///
/// Constant MODULE for RegistryType
///
public static readonly RegistryType MODULE = new RegistryType("MODULE");
///
/// Constant RESOURCE for RegistryType
///
public static readonly RegistryType RESOURCE = new RegistryType("RESOURCE");
///
/// 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 RegistryType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static RegistryType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator RegistryType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Replacement.
///
public class Replacement : ConstantClass
{
///
/// Constant Conditional for Replacement
///
public static readonly Replacement Conditional = new Replacement("Conditional");
///
/// Constant False for Replacement
///
public static readonly Replacement False = new Replacement("False");
///
/// Constant True for Replacement
///
public static readonly Replacement True = new Replacement("True");
///
/// 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 Replacement(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Replacement FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Replacement(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type RequiresRecreation.
///
public class RequiresRecreation : ConstantClass
{
///
/// Constant Always for RequiresRecreation
///
public static readonly RequiresRecreation Always = new RequiresRecreation("Always");
///
/// Constant Conditionally for RequiresRecreation
///
public static readonly RequiresRecreation Conditionally = new RequiresRecreation("Conditionally");
///
/// Constant Never for RequiresRecreation
///
public static readonly RequiresRecreation Never = new RequiresRecreation("Never");
///
/// 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 RequiresRecreation(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static RequiresRecreation FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator RequiresRecreation(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ResourceAttribute.
///
public class ResourceAttribute : ConstantClass
{
///
/// Constant CreationPolicy for ResourceAttribute
///
public static readonly ResourceAttribute CreationPolicy = new ResourceAttribute("CreationPolicy");
///
/// Constant DeletionPolicy for ResourceAttribute
///
public static readonly ResourceAttribute DeletionPolicy = new ResourceAttribute("DeletionPolicy");
///
/// Constant Metadata for ResourceAttribute
///
public static readonly ResourceAttribute Metadata = new ResourceAttribute("Metadata");
///
/// Constant Properties for ResourceAttribute
///
public static readonly ResourceAttribute Properties = new ResourceAttribute("Properties");
///
/// Constant Tags for ResourceAttribute
///
public static readonly ResourceAttribute Tags = new ResourceAttribute("Tags");
///
/// Constant UpdatePolicy for ResourceAttribute
///
public static readonly ResourceAttribute UpdatePolicy = new ResourceAttribute("UpdatePolicy");
///
/// 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 ResourceAttribute(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static ResourceAttribute FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator ResourceAttribute(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ResourceSignalStatus.
///
public class ResourceSignalStatus : ConstantClass
{
///
/// Constant FAILURE for ResourceSignalStatus
///
public static readonly ResourceSignalStatus FAILURE = new ResourceSignalStatus("FAILURE");
///
/// Constant SUCCESS for ResourceSignalStatus
///
public static readonly ResourceSignalStatus SUCCESS = new ResourceSignalStatus("SUCCESS");
///
/// 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 ResourceSignalStatus(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static ResourceSignalStatus FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator ResourceSignalStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ResourceStatus.
///
public class ResourceStatus : ConstantClass
{
///
/// Constant CREATE_COMPLETE for ResourceStatus
///
public static readonly ResourceStatus CREATE_COMPLETE = new ResourceStatus("CREATE_COMPLETE");
///
/// Constant CREATE_FAILED for ResourceStatus
///
public static readonly ResourceStatus CREATE_FAILED = new ResourceStatus("CREATE_FAILED");
///
/// Constant CREATE_IN_PROGRESS for ResourceStatus
///
public static readonly ResourceStatus CREATE_IN_PROGRESS = new ResourceStatus("CREATE_IN_PROGRESS");
///
/// Constant DELETE_COMPLETE for ResourceStatus
///
public static readonly ResourceStatus DELETE_COMPLETE = new ResourceStatus("DELETE_COMPLETE");
///
/// Constant DELETE_FAILED for ResourceStatus
///
public static readonly ResourceStatus DELETE_FAILED = new ResourceStatus("DELETE_FAILED");
///
/// Constant DELETE_IN_PROGRESS for ResourceStatus
///
public static readonly ResourceStatus DELETE_IN_PROGRESS = new ResourceStatus("DELETE_IN_PROGRESS");
///
/// Constant DELETE_SKIPPED for ResourceStatus
///
public static readonly ResourceStatus DELETE_SKIPPED = new ResourceStatus("DELETE_SKIPPED");
///
/// Constant IMPORT_COMPLETE for ResourceStatus
///
public static readonly ResourceStatus IMPORT_COMPLETE = new ResourceStatus("IMPORT_COMPLETE");
///
/// Constant IMPORT_FAILED for ResourceStatus
///
public static readonly ResourceStatus IMPORT_FAILED = new ResourceStatus("IMPORT_FAILED");
///
/// Constant IMPORT_IN_PROGRESS for ResourceStatus
///
public static readonly ResourceStatus IMPORT_IN_PROGRESS = new ResourceStatus("IMPORT_IN_PROGRESS");
///
/// Constant IMPORT_ROLLBACK_COMPLETE for ResourceStatus
///
public static readonly ResourceStatus IMPORT_ROLLBACK_COMPLETE = new ResourceStatus("IMPORT_ROLLBACK_COMPLETE");
///
/// Constant IMPORT_ROLLBACK_FAILED for ResourceStatus
///
public static readonly ResourceStatus IMPORT_ROLLBACK_FAILED = new ResourceStatus("IMPORT_ROLLBACK_FAILED");
///
/// Constant IMPORT_ROLLBACK_IN_PROGRESS for ResourceStatus
///
public static readonly ResourceStatus IMPORT_ROLLBACK_IN_PROGRESS = new ResourceStatus("IMPORT_ROLLBACK_IN_PROGRESS");
///
/// Constant ROLLBACK_COMPLETE for ResourceStatus
///
public static readonly ResourceStatus ROLLBACK_COMPLETE = new ResourceStatus("ROLLBACK_COMPLETE");
///
/// Constant ROLLBACK_FAILED for ResourceStatus
///
public static readonly ResourceStatus ROLLBACK_FAILED = new ResourceStatus("ROLLBACK_FAILED");
///
/// Constant ROLLBACK_IN_PROGRESS for ResourceStatus
///
public static readonly ResourceStatus ROLLBACK_IN_PROGRESS = new ResourceStatus("ROLLBACK_IN_PROGRESS");
///
/// Constant UPDATE_COMPLETE for ResourceStatus
///
public static readonly ResourceStatus UPDATE_COMPLETE = new ResourceStatus("UPDATE_COMPLETE");
///
/// Constant UPDATE_FAILED for ResourceStatus
///
public static readonly ResourceStatus UPDATE_FAILED = new ResourceStatus("UPDATE_FAILED");
///
/// Constant UPDATE_IN_PROGRESS for ResourceStatus
///
public static readonly ResourceStatus UPDATE_IN_PROGRESS = new ResourceStatus("UPDATE_IN_PROGRESS");
///
/// Constant UPDATE_ROLLBACK_COMPLETE for ResourceStatus
///
public static readonly ResourceStatus UPDATE_ROLLBACK_COMPLETE = new ResourceStatus("UPDATE_ROLLBACK_COMPLETE");
///
/// Constant UPDATE_ROLLBACK_FAILED for ResourceStatus
///
public static readonly ResourceStatus UPDATE_ROLLBACK_FAILED = new ResourceStatus("UPDATE_ROLLBACK_FAILED");
///
/// Constant UPDATE_ROLLBACK_IN_PROGRESS for ResourceStatus
///
public static readonly ResourceStatus UPDATE_ROLLBACK_IN_PROGRESS = new ResourceStatus("UPDATE_ROLLBACK_IN_PROGRESS");
///
/// 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 ResourceStatus(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static ResourceStatus FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator ResourceStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type StackDriftDetectionStatus.
///
public class StackDriftDetectionStatus : ConstantClass
{
///
/// Constant DETECTION_COMPLETE for StackDriftDetectionStatus
///
public static readonly StackDriftDetectionStatus DETECTION_COMPLETE = new StackDriftDetectionStatus("DETECTION_COMPLETE");
///
/// Constant DETECTION_FAILED for StackDriftDetectionStatus
///
public static readonly StackDriftDetectionStatus DETECTION_FAILED = new StackDriftDetectionStatus("DETECTION_FAILED");
///
/// Constant DETECTION_IN_PROGRESS for StackDriftDetectionStatus
///
public static readonly StackDriftDetectionStatus DETECTION_IN_PROGRESS = new StackDriftDetectionStatus("DETECTION_IN_PROGRESS");
///
/// 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 StackDriftDetectionStatus(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static StackDriftDetectionStatus FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator StackDriftDetectionStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type StackDriftStatus.
///
public class StackDriftStatus : ConstantClass
{
///
/// Constant DRIFTED for StackDriftStatus
///
public static readonly StackDriftStatus DRIFTED = new StackDriftStatus("DRIFTED");
///
/// Constant IN_SYNC for StackDriftStatus
///
public static readonly StackDriftStatus IN_SYNC = new StackDriftStatus("IN_SYNC");
///
/// Constant NOT_CHECKED for StackDriftStatus
///
public static readonly StackDriftStatus NOT_CHECKED = new StackDriftStatus("NOT_CHECKED");
///
/// Constant UNKNOWN for StackDriftStatus
///
public static readonly StackDriftStatus UNKNOWN = new StackDriftStatus("UNKNOWN");
///
/// 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 StackDriftStatus(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static StackDriftStatus FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator StackDriftStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type StackInstanceDetailedStatus.
///
public class StackInstanceDetailedStatus : ConstantClass
{
///
/// Constant CANCELLED for StackInstanceDetailedStatus
///
public static readonly StackInstanceDetailedStatus CANCELLED = new StackInstanceDetailedStatus("CANCELLED");
///
/// Constant FAILED for StackInstanceDetailedStatus
///
public static readonly StackInstanceDetailedStatus FAILED = new StackInstanceDetailedStatus("FAILED");
///
/// Constant INOPERABLE for StackInstanceDetailedStatus
///
public static readonly StackInstanceDetailedStatus INOPERABLE = new StackInstanceDetailedStatus("INOPERABLE");
///
/// Constant PENDING for StackInstanceDetailedStatus
///
public static readonly StackInstanceDetailedStatus PENDING = new StackInstanceDetailedStatus("PENDING");
///
/// Constant RUNNING for StackInstanceDetailedStatus
///
public static readonly StackInstanceDetailedStatus RUNNING = new StackInstanceDetailedStatus("RUNNING");
///
/// Constant SKIPPED_SUSPENDED_ACCOUNT for StackInstanceDetailedStatus
///
public static readonly StackInstanceDetailedStatus SKIPPED_SUSPENDED_ACCOUNT = new StackInstanceDetailedStatus("SKIPPED_SUSPENDED_ACCOUNT");
///
/// Constant SUCCEEDED for StackInstanceDetailedStatus
///
public static readonly StackInstanceDetailedStatus SUCCEEDED = new StackInstanceDetailedStatus("SUCCEEDED");
///
/// 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 StackInstanceDetailedStatus(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static StackInstanceDetailedStatus FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator StackInstanceDetailedStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type StackInstanceFilterName.
///
public class StackInstanceFilterName : ConstantClass
{
///
/// Constant DETAILED_STATUS for StackInstanceFilterName
///
public static readonly StackInstanceFilterName DETAILED_STATUS = new StackInstanceFilterName("DETAILED_STATUS");
///
/// Constant DRIFT_STATUS for StackInstanceFilterName
///
public static readonly StackInstanceFilterName DRIFT_STATUS = new StackInstanceFilterName("DRIFT_STATUS");
///
/// Constant LAST_OPERATION_ID for StackInstanceFilterName
///
public static readonly StackInstanceFilterName LAST_OPERATION_ID = new StackInstanceFilterName("LAST_OPERATION_ID");
///
/// 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 StackInstanceFilterName(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static StackInstanceFilterName FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator StackInstanceFilterName(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type StackInstanceStatus.
///
public class StackInstanceStatus : ConstantClass
{
///
/// Constant CURRENT for StackInstanceStatus
///
public static readonly StackInstanceStatus CURRENT = new StackInstanceStatus("CURRENT");
///
/// Constant INOPERABLE for StackInstanceStatus
///
public static readonly StackInstanceStatus INOPERABLE = new StackInstanceStatus("INOPERABLE");
///
/// Constant OUTDATED for StackInstanceStatus
///
public static readonly StackInstanceStatus OUTDATED = new StackInstanceStatus("OUTDATED");
///
/// 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 StackInstanceStatus(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static StackInstanceStatus FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator StackInstanceStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type StackResourceDriftStatus.
///
public class StackResourceDriftStatus : ConstantClass
{
///
/// Constant DELETED for StackResourceDriftStatus
///
public static readonly StackResourceDriftStatus DELETED = new StackResourceDriftStatus("DELETED");
///
/// Constant IN_SYNC for StackResourceDriftStatus
///
public static readonly StackResourceDriftStatus IN_SYNC = new StackResourceDriftStatus("IN_SYNC");
///
/// Constant MODIFIED for StackResourceDriftStatus
///
public static readonly StackResourceDriftStatus MODIFIED = new StackResourceDriftStatus("MODIFIED");
///
/// Constant NOT_CHECKED for StackResourceDriftStatus
///
public static readonly StackResourceDriftStatus NOT_CHECKED = new StackResourceDriftStatus("NOT_CHECKED");
///
/// 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 StackResourceDriftStatus(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static StackResourceDriftStatus FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator StackResourceDriftStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type StackSetDriftDetectionStatus.
///
public class StackSetDriftDetectionStatus : ConstantClass
{
///
/// Constant COMPLETED for StackSetDriftDetectionStatus
///
public static readonly StackSetDriftDetectionStatus COMPLETED = new StackSetDriftDetectionStatus("COMPLETED");
///
/// Constant FAILED for StackSetDriftDetectionStatus
///
public static readonly StackSetDriftDetectionStatus FAILED = new StackSetDriftDetectionStatus("FAILED");
///
/// Constant IN_PROGRESS for StackSetDriftDetectionStatus
///
public static readonly StackSetDriftDetectionStatus IN_PROGRESS = new StackSetDriftDetectionStatus("IN_PROGRESS");
///
/// Constant PARTIAL_SUCCESS for StackSetDriftDetectionStatus
///
public static readonly StackSetDriftDetectionStatus PARTIAL_SUCCESS = new StackSetDriftDetectionStatus("PARTIAL_SUCCESS");
///
/// Constant STOPPED for StackSetDriftDetectionStatus
///
public static readonly StackSetDriftDetectionStatus STOPPED = new StackSetDriftDetectionStatus("STOPPED");
///
/// 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 StackSetDriftDetectionStatus(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static StackSetDriftDetectionStatus FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator StackSetDriftDetectionStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type StackSetDriftStatus.
///
public class StackSetDriftStatus : ConstantClass
{
///
/// Constant DRIFTED for StackSetDriftStatus
///
public static readonly StackSetDriftStatus DRIFTED = new StackSetDriftStatus("DRIFTED");
///
/// Constant IN_SYNC for StackSetDriftStatus
///
public static readonly StackSetDriftStatus IN_SYNC = new StackSetDriftStatus("IN_SYNC");
///
/// Constant NOT_CHECKED for StackSetDriftStatus
///
public static readonly StackSetDriftStatus NOT_CHECKED = new StackSetDriftStatus("NOT_CHECKED");
///
/// 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 StackSetDriftStatus(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static StackSetDriftStatus FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator StackSetDriftStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type StackSetOperationAction.
///
public class StackSetOperationAction : ConstantClass
{
///
/// Constant CREATE for StackSetOperationAction
///
public static readonly StackSetOperationAction CREATE = new StackSetOperationAction("CREATE");
///
/// Constant DELETE for StackSetOperationAction
///
public static readonly StackSetOperationAction DELETE = new StackSetOperationAction("DELETE");
///
/// Constant DETECT_DRIFT for StackSetOperationAction
///
public static readonly StackSetOperationAction DETECT_DRIFT = new StackSetOperationAction("DETECT_DRIFT");
///
/// Constant UPDATE for StackSetOperationAction
///
public static readonly StackSetOperationAction UPDATE = new StackSetOperationAction("UPDATE");
///
/// 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 StackSetOperationAction(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static StackSetOperationAction FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator StackSetOperationAction(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type StackSetOperationResultStatus.
///
public class StackSetOperationResultStatus : ConstantClass
{
///
/// Constant CANCELLED for StackSetOperationResultStatus
///
public static readonly StackSetOperationResultStatus CANCELLED = new StackSetOperationResultStatus("CANCELLED");
///
/// Constant FAILED for StackSetOperationResultStatus
///
public static readonly StackSetOperationResultStatus FAILED = new StackSetOperationResultStatus("FAILED");
///
/// Constant PENDING for StackSetOperationResultStatus
///
public static readonly StackSetOperationResultStatus PENDING = new StackSetOperationResultStatus("PENDING");
///
/// Constant RUNNING for StackSetOperationResultStatus
///
public static readonly StackSetOperationResultStatus RUNNING = new StackSetOperationResultStatus("RUNNING");
///
/// Constant SUCCEEDED for StackSetOperationResultStatus
///
public static readonly StackSetOperationResultStatus SUCCEEDED = new StackSetOperationResultStatus("SUCCEEDED");
///
/// 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 StackSetOperationResultStatus(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static StackSetOperationResultStatus FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator StackSetOperationResultStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type StackSetOperationStatus.
///
public class StackSetOperationStatus : ConstantClass
{
///
/// Constant FAILED for StackSetOperationStatus
///
public static readonly StackSetOperationStatus FAILED = new StackSetOperationStatus("FAILED");
///
/// Constant QUEUED for StackSetOperationStatus
///
public static readonly StackSetOperationStatus QUEUED = new StackSetOperationStatus("QUEUED");
///
/// Constant RUNNING for StackSetOperationStatus
///
public static readonly StackSetOperationStatus RUNNING = new StackSetOperationStatus("RUNNING");
///
/// Constant STOPPED for StackSetOperationStatus
///
public static readonly StackSetOperationStatus STOPPED = new StackSetOperationStatus("STOPPED");
///
/// Constant STOPPING for StackSetOperationStatus
///
public static readonly StackSetOperationStatus STOPPING = new StackSetOperationStatus("STOPPING");
///
/// Constant SUCCEEDED for StackSetOperationStatus
///
public static readonly StackSetOperationStatus SUCCEEDED = new StackSetOperationStatus("SUCCEEDED");
///
/// 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 StackSetOperationStatus(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static StackSetOperationStatus FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator StackSetOperationStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type StackSetStatus.
///
public class StackSetStatus : ConstantClass
{
///
/// Constant ACTIVE for StackSetStatus
///
public static readonly StackSetStatus ACTIVE = new StackSetStatus("ACTIVE");
///
/// Constant DELETED for StackSetStatus
///
public static readonly StackSetStatus DELETED = new StackSetStatus("DELETED");
///
/// 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 StackSetStatus(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static StackSetStatus FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator StackSetStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type StackStatus.
///
public class StackStatus : ConstantClass
{
///
/// Constant CREATE_COMPLETE for StackStatus
///
public static readonly StackStatus CREATE_COMPLETE = new StackStatus("CREATE_COMPLETE");
///
/// Constant CREATE_FAILED for StackStatus
///
public static readonly StackStatus CREATE_FAILED = new StackStatus("CREATE_FAILED");
///
/// Constant CREATE_IN_PROGRESS for StackStatus
///
public static readonly StackStatus CREATE_IN_PROGRESS = new StackStatus("CREATE_IN_PROGRESS");
///
/// Constant DELETE_COMPLETE for StackStatus
///
public static readonly StackStatus DELETE_COMPLETE = new StackStatus("DELETE_COMPLETE");
///
/// Constant DELETE_FAILED for StackStatus
///
public static readonly StackStatus DELETE_FAILED = new StackStatus("DELETE_FAILED");
///
/// Constant DELETE_IN_PROGRESS for StackStatus
///
public static readonly StackStatus DELETE_IN_PROGRESS = new StackStatus("DELETE_IN_PROGRESS");
///
/// Constant IMPORT_COMPLETE for StackStatus
///
public static readonly StackStatus IMPORT_COMPLETE = new StackStatus("IMPORT_COMPLETE");
///
/// Constant IMPORT_IN_PROGRESS for StackStatus
///
public static readonly StackStatus IMPORT_IN_PROGRESS = new StackStatus("IMPORT_IN_PROGRESS");
///
/// Constant IMPORT_ROLLBACK_COMPLETE for StackStatus
///
public static readonly StackStatus IMPORT_ROLLBACK_COMPLETE = new StackStatus("IMPORT_ROLLBACK_COMPLETE");
///
/// Constant IMPORT_ROLLBACK_FAILED for StackStatus
///
public static readonly StackStatus IMPORT_ROLLBACK_FAILED = new StackStatus("IMPORT_ROLLBACK_FAILED");
///
/// Constant IMPORT_ROLLBACK_IN_PROGRESS for StackStatus
///
public static readonly StackStatus IMPORT_ROLLBACK_IN_PROGRESS = new StackStatus("IMPORT_ROLLBACK_IN_PROGRESS");
///
/// Constant REVIEW_IN_PROGRESS for StackStatus
///
public static readonly StackStatus REVIEW_IN_PROGRESS = new StackStatus("REVIEW_IN_PROGRESS");
///
/// Constant ROLLBACK_COMPLETE for StackStatus
///
public static readonly StackStatus ROLLBACK_COMPLETE = new StackStatus("ROLLBACK_COMPLETE");
///
/// Constant ROLLBACK_FAILED for StackStatus
///
public static readonly StackStatus ROLLBACK_FAILED = new StackStatus("ROLLBACK_FAILED");
///
/// Constant ROLLBACK_IN_PROGRESS for StackStatus
///
public static readonly StackStatus ROLLBACK_IN_PROGRESS = new StackStatus("ROLLBACK_IN_PROGRESS");
///
/// Constant UPDATE_COMPLETE for StackStatus
///
public static readonly StackStatus UPDATE_COMPLETE = new StackStatus("UPDATE_COMPLETE");
///
/// Constant UPDATE_COMPLETE_CLEANUP_IN_PROGRESS for StackStatus
///
public static readonly StackStatus UPDATE_COMPLETE_CLEANUP_IN_PROGRESS = new StackStatus("UPDATE_COMPLETE_CLEANUP_IN_PROGRESS");
///
/// Constant UPDATE_FAILED for StackStatus
///
public static readonly StackStatus UPDATE_FAILED = new StackStatus("UPDATE_FAILED");
///
/// Constant UPDATE_IN_PROGRESS for StackStatus
///
public static readonly StackStatus UPDATE_IN_PROGRESS = new StackStatus("UPDATE_IN_PROGRESS");
///
/// Constant UPDATE_ROLLBACK_COMPLETE for StackStatus
///
public static readonly StackStatus UPDATE_ROLLBACK_COMPLETE = new StackStatus("UPDATE_ROLLBACK_COMPLETE");
///
/// Constant UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS for StackStatus
///
public static readonly StackStatus UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS = new StackStatus("UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS");
///
/// Constant UPDATE_ROLLBACK_FAILED for StackStatus
///
public static readonly StackStatus UPDATE_ROLLBACK_FAILED = new StackStatus("UPDATE_ROLLBACK_FAILED");
///
/// Constant UPDATE_ROLLBACK_IN_PROGRESS for StackStatus
///
public static readonly StackStatus UPDATE_ROLLBACK_IN_PROGRESS = new StackStatus("UPDATE_ROLLBACK_IN_PROGRESS");
///
/// 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 StackStatus(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static StackStatus FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator StackStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type TemplateStage.
///
public class TemplateStage : ConstantClass
{
///
/// Constant Original for TemplateStage
///
public static readonly TemplateStage Original = new TemplateStage("Original");
///
/// Constant Processed for TemplateStage
///
public static readonly TemplateStage Processed = new TemplateStage("Processed");
///
/// 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 TemplateStage(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static TemplateStage FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator TemplateStage(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ThirdPartyType.
///
public class ThirdPartyType : ConstantClass
{
///
/// Constant HOOK for ThirdPartyType
///
public static readonly ThirdPartyType HOOK = new ThirdPartyType("HOOK");
///
/// Constant MODULE for ThirdPartyType
///
public static readonly ThirdPartyType MODULE = new ThirdPartyType("MODULE");
///
/// Constant RESOURCE for ThirdPartyType
///
public static readonly ThirdPartyType RESOURCE = new ThirdPartyType("RESOURCE");
///
/// 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 ThirdPartyType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static ThirdPartyType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator ThirdPartyType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type TypeTestsStatus.
///
public class TypeTestsStatus : ConstantClass
{
///
/// Constant FAILED for TypeTestsStatus
///
public static readonly TypeTestsStatus FAILED = new TypeTestsStatus("FAILED");
///
/// Constant IN_PROGRESS for TypeTestsStatus
///
public static readonly TypeTestsStatus IN_PROGRESS = new TypeTestsStatus("IN_PROGRESS");
///
/// Constant NOT_TESTED for TypeTestsStatus
///
public static readonly TypeTestsStatus NOT_TESTED = new TypeTestsStatus("NOT_TESTED");
///
/// Constant PASSED for TypeTestsStatus
///
public static readonly TypeTestsStatus PASSED = new TypeTestsStatus("PASSED");
///
/// 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 TypeTestsStatus(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static TypeTestsStatus FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator TypeTestsStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type VersionBump.
///
public class VersionBump : ConstantClass
{
///
/// Constant MAJOR for VersionBump
///
public static readonly VersionBump MAJOR = new VersionBump("MAJOR");
///
/// Constant MINOR for VersionBump
///
public static readonly VersionBump MINOR = new VersionBump("MINOR");
///
/// 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 VersionBump(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static VersionBump FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator VersionBump(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Visibility.
///
public class Visibility : ConstantClass
{
///
/// Constant PRIVATE for Visibility
///
public static readonly Visibility PRIVATE = new Visibility("PRIVATE");
///
/// Constant PUBLIC for Visibility
///
public static readonly Visibility PUBLIC = new Visibility("PUBLIC");
///
/// 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 Visibility(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Visibility FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Visibility(string value)
{
return FindValue(value);
}
}
}