Show / Hide Table of Contents

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 Source

BillingStatus

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

CreatedTime

Creation time (Greenwich mean time).

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

Description

API group description.

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

Id

API group ID, which is generated by the system and globally unique.

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

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

ModifiedTime

Last modification time (Greenwich mean time).

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

Name

API group name.

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

RegionId

The ID of the region where the API group is located.

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

SubDomain

Second-level domain name automatically assigned to the API group.

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

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.