Class ResourceGroupState
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.ResourceManager
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ResourceGroupState : ResourceArgs
Constructors
View SourceResourceGroupState()
Declaration
public ResourceGroupState()
Properties
View SourceAccountId
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> |
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> |
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> |
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> |
RegionStatuses
Declaration
public InputList<ResourceGroupRegionStatusGetArgs> RegionStatuses { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ResourceGroupRegionStatusGetArgs> |
Status
The status of the resource group.
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |