Class GetDeployGroupsGroupResult
Inheritance
System.Object
GetDeployGroupsGroupResult
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 GetDeployGroupsGroupResult
Fields
View SourceAppId
ID of the EDAS application.
Declaration
public readonly string AppId
Field Value
| Type | Description |
|---|---|
| System.String |
AppVersionId
The version of the deployment package for the application.
Declaration
public readonly string AppVersionId
Field Value
| Type | Description |
|---|---|
| System.String |
ClusterId
The ID of the cluster that you want to create the application.
Declaration
public readonly string ClusterId
Field Value
| Type | Description |
|---|---|
| System.String |
CreateTime
The time when the instance group was created.
Declaration
public readonly int CreateTime
Field Value
| Type | Description |
|---|---|
| System.Int32 |
GroupId
The ID of the instance group.
Declaration
public readonly string GroupId
Field Value
| Type | Description |
|---|---|
| System.String |
GroupName
The name of the instance group. The length cannot exceed 64 characters.
Declaration
public readonly string GroupName
Field Value
| Type | Description |
|---|---|
| System.String |
GroupType
The type of the instance group. Valid values: 0: Default group. 1: Phased release is disabled for traffic management. 2: Phased release is enabled for traffic management.
Declaration
public readonly int GroupType
Field Value
| Type | Description |
|---|---|
| System.Int32 |
PackageVersionId
The version of the deployment package for the instance group that was created.
Declaration
public readonly string PackageVersionId
Field Value
| Type | Description |
|---|---|
| System.String |
UpdateTime
The time when the instance group was updated.
Declaration
public readonly int UpdateTime
Field Value
| Type | Description |
|---|---|
| System.Int32 |