GroupProps
Properties for defining a Group.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-group
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new GroupProps {
object GroupName,
object BasePath = null,
object Description = null,
object InstanceId = null,
object InternetEnable = null,
object PassthroughHeaders = null,
TagsProperty[] Tags = null,
object VpcIntranetEnable = null
};
Properties
| Name | Type | Description |
|---|---|---|
GroupName |
object |
Property groupName: The name of the Group.It must be 4 to 128 characters in length, and can contain letters, digits, underscores (_), dashes (-), spaces and dots (.), It must start with a letter. |
BasePath |
object |
Property basePath: The base path of API. |
Description |
object |
Property description: Description of the Group, less than 180 characters. |
InstanceId |
object |
Property instanceId: API gateway instance ID. |
InternetEnable |
object |
Property internetEnable: Enable or disable internet subdomain. |
PassthroughHeaders |
object |
Property passthroughHeaders: Pass through headers setting. |
Tags |
TagsProperty[] |
Property tags: Tags to attach to group. |
VpcIntranetEnable |
object |
Property vpcIntranetEnable: Enable or disable VPC intranet subdomain. |
GroupNameRequired
public object GroupName { get; set; }
- Type: object
Property groupName: The name of the Group.It must be 4 to 128 characters in length, and can contain letters, digits, underscores (_), dashes (-), spaces and dots (.), It must start with a letter.
BasePathOptional
public object BasePath { get; set; }
- Type: object
Property basePath: The base path of API.
DescriptionOptional
public object Description { get; set; }
- Type: object
Property description: Description of the Group, less than 180 characters.
InstanceIdOptional
public object InstanceId { get; set; }
- Type: object
Property instanceId: API gateway instance ID.
For example, "api-shared-vpc-001" means vpc instance, while "api-shared-classic-001" means classic instance.
InternetEnableOptional
public object InternetEnable { get; set; }
- Type: object
Property internetEnable: Enable or disable internet subdomain.
True for enable.
PassthroughHeadersOptional
public object PassthroughHeaders { get; set; }
- Type: object
Property passthroughHeaders: Pass through headers setting.
values: host: pass through host headers
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
Property tags: Tags to attach to group.
Max support 20 tags to add during create group. Each tag with two properties Key and Value, and Key is required.
VpcIntranetEnableOptional
public object VpcIntranetEnable { get; set; }
- Type: object
Property vpcIntranetEnable: Enable or disable VPC intranet subdomain.
True for enable.