Show / Hide Table of Contents

Class ResourceGroupState

Inheritance
System.Object
InputArgs
ResourceArgs
ResourceGroupState
Inherited Members
ResourceArgs.Empty
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.ResourceManager
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ResourceGroupState : ResourceArgs

Constructors

View Source

ResourceGroupState()

Declaration
public ResourceGroupState()

Properties

View Source

AccountId

The ID of the Alibaba Cloud account to which the resource group belongs.

Declaration
public Input<string> AccountId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CreateDate

The time when the resource group was created.

  • region_statuses -The status of the resource group in all regions.
  • region_id - The region ID.
  • status - The status of the regional resource group.
Declaration
public Input<string> CreateDate { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DisplayName

The display name of the resource group. The name must be 1 to 30 characters in length and can contain letters, digits, periods (.), at signs (@), and hyphens (-).

Declaration
public Input<string> DisplayName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The unique identifier of the resource group.The identifier must be 3 to 12 characters in length and can contain letters, digits, periods (.), hyphens (-), and underscores (_). The identifier must start with a letter.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RegionStatuses

Declaration
public InputList<ResourceGroupRegionStatusGetArgs> RegionStatuses { get; set; }
Property Value
Type Description
InputList<ResourceGroupRegionStatusGetArgs>
View Source

Status

The status of the resource group.

Declaration
public Input<string> Status { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.