Skip to content

RosInstanceProps

Properties for defining a RosInstance.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-bastionhost-instance

Initializer

using AlibabaCloud.SDK.ROS.CDK.Bastionhost;
new RosInstanceProps {
    object ExtendedStoragePlans,
    object ExtraBandwidth,
    object Plan,
    object StartInstanceParam,
    object Version,
    object AutoPay = null,
    object AutoRenew = null,
    object Period = null,
    object PeriodUnit = null,
    object ResourceGroupId = null
};

Properties

Name Type Description
ExtendedStoragePlans object No description.
ExtraBandwidth object No description.
Plan object No description.
StartInstanceParam object No description.
Version object No description.
AutoPay object No description.
AutoRenew object No description.
Period object No description.
PeriodUnit object No description.
ResourceGroupId object No description.

ExtendedStoragePlansRequired

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

ExtraBandwidthRequired

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

PlanRequired

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

StartInstanceParamRequired

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

VersionRequired

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

AutoPayOptional

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

AutoRenewOptional

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

PeriodOptional

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

PeriodUnitOptional

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

ResourceGroupIdOptional

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