RosNacosServiceProps
Properties for defining a RosNacosService.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-mse-nacosservice
Initializer
using AlibabaCloud.SDK.ROS.CDK.Mse;
new RosNacosServiceProps {
object InstanceId,
object ServiceName,
object Ephemeral = null,
object GroupName = null,
object NamespaceId = null,
object ProtectThreshold = null
};
Properties
| Name | Type | Description |
|---|---|---|
InstanceId |
object |
No description. |
ServiceName |
object |
No description. |
Ephemeral |
object |
No description. |
GroupName |
object |
No description. |
NamespaceId |
object |
No description. |
ProtectThreshold |
object |
No description. |
InstanceIdRequired
public object InstanceId { get; set; }
- Type: object
ServiceNameRequired
public object ServiceName { get; set; }
- Type: object
EphemeralOptional
public object Ephemeral { get; set; }
- Type: object
GroupNameOptional
public object GroupName { get; set; }
- Type: object
NamespaceIdOptional
public object NamespaceId { get; set; }
- Type: object
ProtectThresholdOptional
public object ProtectThreshold { get; set; }
- Type: object