RosGroupProps
Properties for defining a RosGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-group
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new RosGroupProps {
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 |
No description. |
BasePath |
object |
No description. |
Description |
object |
No description. |
InstanceId |
object |
No description. |
InternetEnable |
object |
No description. |
PassthroughHeaders |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
VpcIntranetEnable |
object |
No description. |
GroupName
Required
public object GroupName { get; set; }
- Type: object
BasePath
Optional
public object BasePath { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
InstanceId
Optional
public object InstanceId { get; set; }
- Type: object
InternetEnable
Optional
public object InternetEnable { get; set; }
- Type: object
PassthroughHeaders
Optional
public object PassthroughHeaders { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
VpcIntranetEnable
Optional
public object VpcIntranetEnable { get; set; }
- Type: object