Skip to content

RosCenInstanceProps

Properties for defining a RosCenInstance.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-ceninstance

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cen;
new RosCenInstanceProps {
    object Description = null,
    object Name = null,
    object ProtectionLevel = null,
    object ResourceGroupId = null,
    TagsProperty[] Tags = null
};

Properties

Name Type Description
Description object No description.
Name object No description.
ProtectionLevel object No description.
ResourceGroupId object No description.
Tags TagsProperty[] No description.

DescriptionOptional

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

NameOptional

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

ProtectionLevelOptional

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

ResourceGroupIdOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }