Skip to content

RosNacosConfigProps

Properties for defining a RosNacosConfig.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Mse;
new RosNacosConfigProps {
    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 No description.
Group object No description.
InstanceId object No description.
AppName object No description.
BetaIps object No description.
Content object No description.
Desc object No description.
NamespaceId object No description.
Tags string No description.
Type object No description.

DataIdRequired

public object DataId { get; set; }
  • Type: object

GroupRequired

public object Group { get; set; }
  • Type: object

InstanceIdRequired

public object InstanceId { get; set; }
  • Type: object

AppNameOptional

public object AppName { get; set; }
  • Type: object

BetaIpsOptional

public object BetaIps { get; set; }
  • Type: object

ContentOptional

public object Content { get; set; }
  • Type: object

DescOptional

public object Desc { get; set; }
  • Type: object

NamespaceIdOptional

public object NamespaceId { get; set; }
  • Type: object

TagsOptional

public string Tags { get; set; }
  • Type: string

TypeOptional

public object Type { get; set; }
  • Type: object