Skip to content

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.

GroupNameRequired

public object GroupName { get; set; }
  • Type: object

BasePathOptional

public object BasePath { get; set; }
  • Type: object

DescriptionOptional

public object Description { get; set; }
  • Type: object

InstanceIdOptional

public object InstanceId { get; set; }
  • Type: object

InternetEnableOptional

public object InternetEnable { get; set; }
  • Type: object

PassthroughHeadersOptional

public object PassthroughHeaders { get; set; }
  • Type: object

TagsOptional

public TagsProperty[] Tags { get; set; }

VpcIntranetEnableOptional

public object VpcIntranetEnable { get; set; }
  • Type: object