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. |
DataId
Required
DataId interface{}
- Type: interface{}
Property dataId: The data ID.
Group
Required
Group interface{}
- Type: interface{}
Property group: The ID of the group.
InstanceId
Required
InstanceId interface{}
- Type: interface{}
Property instanceId: The ID of the instance.
AppName
Optional
AppName interface{}
- Type: interface{}
Property appName: The name of the application.
BetaIps
Optional
BetaIps interface{}
- Type: interface{}
Property betaIps: The list of IP addresses where the beta release of the configuration is performed.
Content
Optional
Content interface{}
- Type: interface{}
Property content: The content of the configuration.
Desc
Optional
Desc interface{}
- Type: interface{}
Property desc: The description of the configuration.
NamespaceId
Optional
NamespaceId interface{}
- Type: interface{}
Property namespaceId: The ID of the namespace.
Tags
Optional
Tags *string
- Type: *string
Property tags: The tag of the configuration.
Type
Optional
Type interface{}
- Type: interface{}
Property type: The format of the configuration.
Supported formats include TEXT, JSON, and XML.