Skip to content

RosInstanceProps

Properties for defining a RosInstance.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ens;
new RosInstanceProps {
    object DataDiskSize,
    object EnsRegionId,
    object ImageId,
    object InstanceType,
    object Period,
    object Quantity,
    object SystemDiskSize,
    object AutoRenew = null,
    object AutoRenewPeriod = null,
    object HostName = null,
    object InstanceName = null,
    object InternetChargeType = null,
    object IpType = null,
    object KeyPairName = null,
    object Password = null,
    object PaymentType = null,
    object PrivateIpAddress = null,
    object UniqueSuffix = null,
    object UserData = null,
    object VSwitchId = null
};

Properties

Name Type Description
DataDiskSize object No description.
EnsRegionId object No description.
ImageId object No description.
InstanceType object No description.
Period object No description.
Quantity object No description.
SystemDiskSize object No description.
AutoRenew object No description.
AutoRenewPeriod object No description.
HostName object No description.
InstanceName object No description.
InternetChargeType object No description.
IpType object No description.
KeyPairName object No description.
Password object No description.
PaymentType object No description.
PrivateIpAddress object No description.
UniqueSuffix object No description.
UserData object No description.
VSwitchId object No description.

DataDiskSizeRequired

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

EnsRegionIdRequired

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

ImageIdRequired

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

InstanceTypeRequired

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

PeriodRequired

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

QuantityRequired

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

SystemDiskSizeRequired

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

AutoRenewOptional

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

AutoRenewPeriodOptional

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

HostNameOptional

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

InstanceNameOptional

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

InternetChargeTypeOptional

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

IpTypeOptional

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

KeyPairNameOptional

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

PasswordOptional

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

PaymentTypeOptional

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

PrivateIpAddressOptional

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

UniqueSuffixOptional

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

UserDataOptional

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

VSwitchIdOptional

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