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. |
GatewayUniqueId
Required
public object GatewayUniqueId { get; set; }
- Type: object
Name
Required
public object Name { get; set; }
- Type: object
Source
Required
public object Source { get; set; }
- Type: object
Address
Optional
public object Address { get; set; }
- Type: object
GroupList
Optional
public object GroupList { get; set; }
- Type: object
IngressOptions
Optional
public object IngressOptions { get; set; }
- Type: object
PathList
Optional
public object PathList { get; set; }
- Type: object