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. |
InstanceId
Required
public object InstanceId { get; set; }
- Type: object
ServiceName
Required
public object ServiceName { get; set; }
- Type: object
Ephemeral
Optional
public object Ephemeral { get; set; }
- Type: object
GroupName
Optional
public object GroupName { get; set; }
- Type: object
NamespaceId
Optional
public object NamespaceId { get; set; }
- Type: object
ProtectThreshold
Optional
public object ProtectThreshold { get; set; }
- Type: object