RosBasicEndpointGroupProps
Properties for defining a RosBasicEndpointGroup.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-basicendpointgroup
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ga;
new RosBasicEndpointGroupProps {
object AcceleratorId,
object EndpointGroupRegion,
object Description = null,
object EndpointAddress = null,
object EndpointSubAddress = null,
object EndpointType = null,
object Name = null
};
Properties
| Name | Type | Description |
|---|---|---|
AcceleratorId |
object |
No description. |
EndpointGroupRegion |
object |
No description. |
Description |
object |
No description. |
EndpointAddress |
object |
No description. |
EndpointSubAddress |
object |
No description. |
EndpointType |
object |
No description. |
Name |
object |
No description. |
AcceleratorIdRequired
public object AcceleratorId { get; set; }
- Type: object
EndpointGroupRegionRequired
public object EndpointGroupRegion { get; set; }
- Type: object
DescriptionOptional
public object Description { get; set; }
- Type: object
EndpointAddressOptional
public object EndpointAddress { get; set; }
- Type: object
EndpointSubAddressOptional
public object EndpointSubAddress { get; set; }
- Type: object
EndpointTypeOptional
public object EndpointType { get; set; }
- Type: object
NameOptional
public object Name { get; set; }
- Type: object