Skip to content

RosDedicatedHostProps

Properties for defining a RosDedicatedHost.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cddc-dedicatedhost

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cddc;
new RosDedicatedHostProps {
    object DedicatedHostGroupId,
    object HostClass,
    object PaymentType,
    object VSwitchId,
    object ZoneId,
    object AutoRenew = null,
    object HostName = null,
    object ImageCategory = null,
    object OsPassword = null,
    object Period = null,
    TagsProperty[] Tags = null,
    object UsedTime = null
};

Properties

Name Type Description
DedicatedHostGroupId object No description.
HostClass object No description.
PaymentType object No description.
VSwitchId object No description.
ZoneId object No description.
AutoRenew object No description.
HostName object No description.
ImageCategory object No description.
OsPassword object No description.
Period object No description.
Tags TagsProperty[] No description.
UsedTime object No description.

DedicatedHostGroupIdRequired

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

HostClassRequired

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

PaymentTypeRequired

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

VSwitchIdRequired

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

ZoneIdRequired

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

AutoRenewOptional

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

HostNameOptional

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

ImageCategoryOptional

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

OsPasswordOptional

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

PeriodOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }

UsedTimeOptional

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