AWSSDK.Elasticsearch by Amazon Web Services

<PackageReference Include="AWSSDK.Elasticsearch" Version="3.7.101.19" />

 VpcEndpointStatus

Constants used for properties of type VpcEndpointStatus.
public static readonly VpcEndpointStatus ACTIVE

Constant ACTIVE for VpcEndpointStatus

public static readonly VpcEndpointStatus CREATE_FAILED

Constant CREATE_FAILED for VpcEndpointStatus

public static readonly VpcEndpointStatus CREATING

Constant CREATING for VpcEndpointStatus

public static readonly VpcEndpointStatus DELETE_FAILED

Constant DELETE_FAILED for VpcEndpointStatus

public static readonly VpcEndpointStatus DELETING

Constant DELETING for VpcEndpointStatus

public static readonly VpcEndpointStatus UPDATE_FAILED

Constant UPDATE_FAILED for VpcEndpointStatus

public static readonly VpcEndpointStatus UPDATING

Constant UPDATING for VpcEndpointStatus

public VpcEndpointStatus(string value)

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 static VpcEndpointStatus FindValue(string value)

Finds the constant for the unique value.

public static VpcEndpointStatus op_Implicit(string value)

Utility method to convert strings to the constant class.