Show / Hide Table of Contents

Class GetApplicationsApplicationResult

Inheritance
System.Object
GetApplicationsApplicationResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Edas.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetApplicationsApplicationResult

Fields

View Source

AppId

The ID of the application that you want to deploy.

Declaration
public readonly string AppId
Field Value
Type Description
System.String
View Source

ApplicationType

The type of the package for the deployment of the application that you want to create. The valid values are: WAR and JAR. We strongly recommend you to set this parameter when creating the application.

Declaration
public readonly string ApplicationType
Field Value
Type Description
System.String
View Source

AppName

The name of your EDAS application. Only letters '-' '_' and numbers are allowed. The length cannot exceed 36 characters.

Declaration
public readonly string AppName
Field Value
Type Description
System.String
View Source

BuildPackageId

The package ID of Enterprise Distributed Application Service (EDAS) Container.

Declaration
public readonly int BuildPackageId
Field Value
Type Description
System.Int32
View Source

ClusterId

The ID of the cluster that you want to create the application.

Declaration
public readonly string ClusterId
Field Value
Type Description
System.String
View Source

ClusterType

The type of the cluster that you want to create. Valid values: 1: Swarm cluster. 2: ECS cluster. 3: Kubernates cluster.

Declaration
public readonly int ClusterType
Field Value
Type Description
System.Int32
View Source

CreateTime

Application's creation time.

Declaration
public readonly int CreateTime
Field Value
Type Description
System.Int32
View Source

HealthCheckUrl

The URL for health checking of the application.

Declaration
public readonly string HealthCheckUrl
Field Value
Type Description
System.String
View Source

InstanceCount

Number of instances.

Declaration
public readonly int InstanceCount
Field Value
Type Description
System.Int32
View Source

RegionId

The ID of the namespace the application belongs to.

Declaration
public readonly string RegionId
Field Value
Type Description
System.String
View Source

RunningInstanceCount

Number of running instances.

Declaration
public readonly int RunningInstanceCount
Field Value
Type Description
System.Int32
View Source

SlbId

The ID of the SLB instance that is going to be bound.

Declaration
public readonly string SlbId
Field Value
Type Description
System.String
View Source

SlbIp

The IP address that is allocated to the bound SLB instance.

Declaration
public readonly string SlbIp
Field Value
Type Description
System.String
View Source

SlbPort

The port of intranet SLB.

Declaration
public readonly int SlbPort
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.