Skip to content

NacosConfigProps

Properties for defining a NacosConfig.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkmse"
&alicloudroscdkmse.NacosConfigProps {
    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{} Property dataId: The data ID.
Group interface{} Property group: The ID of the group.
InstanceId interface{} Property instanceId: The ID of the instance.
AppName interface{} Property appName: The name of the application.
BetaIps interface{} Property betaIps: The list of IP addresses where the beta release of the configuration is performed.
Content interface{} Property content: The content of the configuration.
Desc interface{} Property desc: The description of the configuration.
NamespaceId interface{} Property namespaceId: The ID of the namespace.
Tags *string Property tags: The tag of the configuration.
Type interface{} Property type: The format of the configuration.

DataIdRequired

DataId interface{}
  • Type: interface{}

Property dataId: The data ID.


GroupRequired

Group interface{}
  • Type: interface{}

Property group: The ID of the group.


InstanceIdRequired

InstanceId interface{}
  • Type: interface{}

Property instanceId: The ID of the instance.


AppNameOptional

AppName interface{}
  • Type: interface{}

Property appName: The name of the application.


BetaIpsOptional

BetaIps interface{}
  • Type: interface{}

Property betaIps: The list of IP addresses where the beta release of the configuration is performed.


ContentOptional

Content interface{}
  • Type: interface{}

Property content: The content of the configuration.


DescOptional

Desc interface{}
  • Type: interface{}

Property desc: The description of the configuration.


NamespaceIdOptional

NamespaceId interface{}
  • Type: interface{}

Property namespaceId: The ID of the namespace.


TagsOptional

Tags *string
  • Type: *string

Property tags: The tag of the configuration.


TypeOptional

Type interface{}
  • Type: interface{}

Property type: The format of the configuration.

Supported formats include TEXT, JSON, and XML.