Class GetApplicationsApplicationResult
Inheritance
Inherited Members
Namespace: Pulumi.AliCloud.Edas.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetApplicationsApplicationResult
Fields
View SourceAppId
The ID of the application that you want to deploy.
Declaration
public readonly string AppId
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
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 |
BuildPackageId
The package ID of Enterprise Distributed Application Service (EDAS) Container.
Declaration
public readonly int BuildPackageId
Field Value
| Type | Description |
|---|---|
| System.Int32 |
ClusterId
The ID of the cluster that you want to create the application.
Declaration
public readonly string ClusterId
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
CreateTime
Application's creation time.
Declaration
public readonly int CreateTime
Field Value
| Type | Description |
|---|---|
| System.Int32 |
HealthCheckUrl
The URL for health checking of the application.
Declaration
public readonly string HealthCheckUrl
Field Value
| Type | Description |
|---|---|
| System.String |
InstanceCount
Number of instances.
Declaration
public readonly int InstanceCount
Field Value
| Type | Description |
|---|---|
| System.Int32 |
RegionId
The ID of the namespace the application belongs to.
Declaration
public readonly string RegionId
Field Value
| Type | Description |
|---|---|
| System.String |
RunningInstanceCount
Number of running instances.
Declaration
public readonly int RunningInstanceCount
Field Value
| Type | Description |
|---|---|
| System.Int32 |
SlbId
The ID of the SLB instance that is going to be bound.
Declaration
public readonly string SlbId
Field Value
| Type | Description |
|---|---|
| System.String |
SlbIp
The IP address that is allocated to the bound SLB instance.
Declaration
public readonly string SlbIp
Field Value
| Type | Description |
|---|---|
| System.String |
SlbPort
The port of intranet SLB.
Declaration
public readonly int SlbPort
Field Value
| Type | Description |
|---|---|
| System.Int32 |