AWS SDK for .NET Documentation
TerminateEnvironmentResult Class
AmazonAmazon.ElasticBeanstalk.ModelTerminateEnvironmentResult Did this page help you?   Yes   No    Tell us about it...
Describes the properties of an environment.
Declaration Syntax
C#
public class TerminateEnvironmentResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
TerminateEnvironmentResult()()()()
Initializes a new instance of the TerminateEnvironmentResult class

ApplicationName
Gets and sets the property ApplicationName.

The name of the application associated with this environment.


CNAME
Gets and sets the property CNAME.

The URL to the CNAME for this environment.


DateCreated
Gets and sets the property DateCreated.

The creation date for this environment.


DateUpdated
Gets and sets the property DateUpdated.

The last modified date for this environment.


Description
Gets and sets the property Description.

Describes this environment.


EndpointURL
Gets and sets the property EndpointURL.

For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.


EnvironmentId
Gets and sets the property EnvironmentId.

The ID of this environment.


EnvironmentName
Gets and sets the property EnvironmentName.

The name of this environment.


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Health
Gets and sets the property Health.

Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:

Value

CopyC#
Red
: Indicates the environment is not working.

Value

CopyC#
Yellow
: Indicates that something is wrong, the application might not be available, but the instances appear running.

Value

CopyC#
Green
: Indicates the environment is healthy and fully functional.

  • CopyC#
    Red
    : Indicates the environment is not responsive. Occurs when three or more consecutive failures occur for an environment.
  • CopyC#
    Yellow
    : Indicates that something is wrong. Occurs when two consecutive failures occur for an environment.
  • CopyC#
    Green
    : Indicates the environment is healthy and fully functional.
  • CopyC#
    Grey
    : Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during an
    CopyC#
    UpdateEnvironment
    or
    CopyC#
    RestartEnvironement
    request.

Default:

CopyC#
Grey


Resources
Gets and sets the property Resources.

The description of the AWS resources used by this environment.


SolutionStackName
Gets and sets the property SolutionStackName.

The name of the

CopyC#
SolutionStack
deployed with this environment.


Status
Gets and sets the property Status.

The current operational status of the environment:

  • CopyC#
    Launching
    : Environment is in the process of initial deployment.
  • CopyC#
    Updating
    : Environment is in the process of updating its configuration settings or application version.
  • CopyC#
    Ready
    : Environment is available to have an action performed on it, such as update or terminate.
  • CopyC#
    Terminating
    : Environment is in the shut-down process.
  • CopyC#
    Terminated
    : Environment is not running.

TemplateName
Gets and sets the property TemplateName.

The name of the configuration template used to originally launch this environment.


Tier
Gets and sets the property Tier.

Describes the current tier of this environment.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
VersionLabel
Gets and sets the property VersionLabel.

The application version deployed in this environment.


WithApplicationName(String) Obsolete.
Sets the ApplicationName property

WithCNAME(String) Obsolete.
Sets the CNAME property

WithDateCreated(DateTime) Obsolete.
Sets the DateCreated property

WithDateUpdated(DateTime) Obsolete.
Sets the DateUpdated property

WithDescription(String) Obsolete.
Sets the Description property

WithEndpointURL(String) Obsolete.
Sets the EndpointURL property

WithEnvironmentId(String) Obsolete.
Sets the EnvironmentId property

WithEnvironmentName(String) Obsolete.
Sets the EnvironmentName property

WithHealth(String) Obsolete.
Sets the Health property

WithResources(EnvironmentResourcesDescription) Obsolete.
Sets the Resources property

WithSolutionStackName(String) Obsolete.
Sets the SolutionStackName property

WithStatus(String) Obsolete.
Sets the Status property

WithTemplateName(String) Obsolete.
Sets the TemplateName property

WithTier(EnvironmentTier) Obsolete.
Sets the Tier property

WithVersionLabel(String) Obsolete.
Sets the VersionLabel property

Inheritance Hierarchy
Object
TerminateEnvironmentResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)