Skip to content

InstancesProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cms;
new InstancesProperty {
    object Category,
    object InstanceId,
    object InstanceName,
    object RegionId
};

Properties

Name Type Description
Category object No description.
InstanceId object No description.
InstanceName object No description.
RegionId object No description.

CategoryRequired

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

InstanceIdRequired

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

InstanceNameRequired

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

RegionIdRequired

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