Skip to content

RosInstancesProps

Properties for defining a RosInstances.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-swas-instances

Initializer

using AlibabaCloud.SDK.ROS.CDK.Swas;
new RosInstancesProps {
    object ImageId,
    object Period,
    object PlanId,
    object Amount = null,
    object AutoRenew = null,
    object AutoRenewPeriod = null,
    object DataDiskSize = null
};

Properties

Name Type Description
ImageId object No description.
Period object No description.
PlanId object No description.
Amount object No description.
AutoRenew object No description.
AutoRenewPeriod object No description.
DataDiskSize object No description.

ImageIdRequired

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

PeriodRequired

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

PlanIdRequired

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

AmountOptional

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

AutoRenewOptional

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

AutoRenewPeriodOptional

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

DataDiskSizeOptional

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