Class GetGroupsGroupResult
Inheritance
System.Object
GetGroupsGroupResult
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.ApiGateway.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetGroupsGroupResult
Fields
View SourceBillingStatus
Billing status.
- NORMAL: The API group is normal.
- LOCKED: Locked due to outstanding payment.
Declaration
public readonly string BillingStatus
Field Value
| Type | Description |
|---|---|
| System.String |
CreatedTime
Creation time (Greenwich mean time).
Declaration
public readonly string CreatedTime
Field Value
| Type | Description |
|---|---|
| System.String |
Description
API group description.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Id
API group ID, which is generated by the system and globally unique.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
IllegalStatus
Locking in invalid state.
- NORMAL: The API group is normal.
- LOCKED: Locked due to illegality.
Declaration
public readonly string IllegalStatus
Field Value
| Type | Description |
|---|---|
| System.String |
ModifiedTime
Last modification time (Greenwich mean time).
Declaration
public readonly string ModifiedTime
Field Value
| Type | Description |
|---|---|
| System.String |
Name
API group name.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
RegionId
The ID of the region where the API group is located.
Declaration
public readonly string RegionId
Field Value
| Type | Description |
|---|---|
| System.String |
SubDomain
Second-level domain name automatically assigned to the API group.
Declaration
public readonly string SubDomain
Field Value
| Type | Description |
|---|---|
| System.String |
TrafficLimit
Upper QPS limit of the API group; default value: 500, which can be increased by submitting an application.
Declaration
public readonly int TrafficLimit
Field Value
| Type | Description |
|---|---|
| System.Int32 |