Skip to content

RosNacosConfigProps

Properties for defining a RosNacosConfig.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkmse"
&alicloudroscdkmse.RosNacosConfigProps {
    DataId: interface{},
    Group: interface{},
    InstanceId: interface{},
    AppName: interface{},
    BetaIps: interface{},
    Content: interface{},
    Desc: interface{},
    NamespaceId: interface{},
    Tags: *string,
    Type: interface{},
}

Properties

Name Type Description
DataId interface{} No description.
Group interface{} No description.
InstanceId interface{} No description.
AppName interface{} No description.
BetaIps interface{} No description.
Content interface{} No description.
Desc interface{} No description.
NamespaceId interface{} No description.
Tags *string No description.
Type interface{} No description.

DataIdRequired

DataId interface{}
  • Type: interface{}

GroupRequired

Group interface{}
  • Type: interface{}

InstanceIdRequired

InstanceId interface{}
  • Type: interface{}

AppNameOptional

AppName interface{}
  • Type: interface{}

BetaIpsOptional

BetaIps interface{}
  • Type: interface{}

ContentOptional

Content interface{}
  • Type: interface{}

DescOptional

Desc interface{}
  • Type: interface{}

NamespaceIdOptional

NamespaceId interface{}
  • Type: interface{}

TagsOptional

Tags *string
  • Type: *string

TypeOptional

Type interface{}
  • Type: interface{}