NacosConfigProps
Properties for defining a NacosConfig.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-mse-nacosconfig
Initializer
using AlibabaCloud.SDK.ROS.CDK.Mse;
new NacosConfigProps {
object DataId,
object Group,
object InstanceId,
object AppName = null,
object BetaIps = null,
object Content = null,
object Desc = null,
object NamespaceId = null,
string Tags = null,
object Type = null
};
Properties
| Name | Type | Description |
|---|---|---|
DataId | object | Property dataId: The data ID. |
Group | object | Property group: The ID of the group. |
InstanceId | object | Property instanceId: The ID of the instance. |
AppName | object | Property appName: The name of the application. |
BetaIps | object | Property betaIps: The list of IP addresses where the beta release of the configuration is performed. |
Content | object | Property content: The content of the configuration. |
Desc | object | Property desc: The description of the configuration. |
NamespaceId | object | Property namespaceId: The ID of the namespace. |
Tags | string | Property tags: The tag of the configuration. |
Type | object | Property type: The format of the configuration. |
DataIdRequired
public object DataId { get; set; }
- Type: object
Property dataId: The data ID.
GroupRequired
public object Group { get; set; }
- Type: object
Property group: The ID of the group.
InstanceIdRequired
public object InstanceId { get; set; }
- Type: object
Property instanceId: The ID of the instance.
AppNameOptional
public object AppName { get; set; }
- Type: object
Property appName: The name of the application.
BetaIpsOptional
public object BetaIps { get; set; }
- Type: object
Property betaIps: The list of IP addresses where the beta release of the configuration is performed.
ContentOptional
public object Content { get; set; }
- Type: object
Property content: The content of the configuration.
DescOptional
public object Desc { get; set; }
- Type: object
Property desc: The description of the configuration.
NamespaceIdOptional
public object NamespaceId { get; set; }
- Type: object
Property namespaceId: The ID of the namespace.
TagsOptional
public string Tags { get; set; }
- Type: string
Property tags: The tag of the configuration.
TypeOptional
public object Type { get; set; }
- Type: object
Property type: The format of the configuration.
Supported formats include TEXT, JSON, and XML.