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. |
AcceleratorId
Required
public object AcceleratorId { get; set; }
- Type: object
EndpointGroupRegion
Required
public object EndpointGroupRegion { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
EndpointAddress
Optional
public object EndpointAddress { get; set; }
- Type: object
EndpointSubAddress
Optional
public object EndpointSubAddress { get; set; }
- Type: object
EndpointType
Optional
public object EndpointType { get; set; }
- Type: object
Name
Optional
public object Name { get; set; }
- Type: object