Skip to content

RosNacosServiceProps

Properties for defining a RosNacosService.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-mse-nacosservice

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkmse"
&alicloudroscdkmse.RosNacosServiceProps {
    InstanceId: interface{},
    ServiceName: interface{},
    Ephemeral: interface{},
    GroupName: interface{},
    NamespaceId: interface{},
    ProtectThreshold: interface{},
}

Properties

Name Type Description
InstanceId interface{} No description.
ServiceName interface{} No description.
Ephemeral interface{} No description.
GroupName interface{} No description.
NamespaceId interface{} No description.
ProtectThreshold interface{} No description.

InstanceIdRequired

InstanceId interface{}
  • Type: interface{}

ServiceNameRequired

ServiceName interface{}
  • Type: interface{}

EphemeralOptional

Ephemeral interface{}
  • Type: interface{}

GroupNameOptional

GroupName interface{}
  • Type: interface{}

NamespaceIdOptional

NamespaceId interface{}
  • Type: interface{}

ProtectThresholdOptional

ProtectThreshold interface{}
  • Type: interface{}