Show / Hide Table of Contents

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 Source

AppId

ID of the EDAS application.

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

AppVersionId

The version of the deployment package for the application.

Declaration
public readonly string AppVersionId
Field Value
Type Description
System.String
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

CreateTime

The time when the instance group was created.

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

GroupId

The ID of the instance group.

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

GroupName

The name of the instance group. The length cannot exceed 64 characters.

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

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
View Source

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
View Source

UpdateTime

The time when the instance group was updated.

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