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