RosServiceSourceProps
Properties for defining a RosServiceSource.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-mse-servicesource
Initializer
using AlibabaCloud.SDK.ROS.CDK.Mse;
new RosServiceSourceProps {
object GatewayUniqueId,
object Name,
object Source,
object Address = null,
object GroupList = null,
object IngressOptions = null,
object PathList = null
};
Properties
| Name | Type | Description |
|---|---|---|
GatewayUniqueId |
object |
No description. |
Name |
object |
No description. |
Source |
object |
No description. |
Address |
object |
No description. |
GroupList |
object |
No description. |
IngressOptions |
object |
No description. |
PathList |
object |
No description. |
GatewayUniqueIdRequired
public object GatewayUniqueId { get; set; }
- Type: object
NameRequired
public object Name { get; set; }
- Type: object
SourceRequired
public object Source { get; set; }
- Type: object
AddressOptional
public object Address { get; set; }
- Type: object
GroupListOptional
public object GroupList { get; set; }
- Type: object
IngressOptionsOptional
public object IngressOptions { get; set; }
- Type: object
PathListOptional
public object PathList { get; set; }
- Type: object