Skip to content

RosDedicatedHostProps

Properties for defining a RosDedicatedHost.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosDedicatedHostProps {
    object DedicatedHostType,
    object ActionOnMaintenance = null,
    object AutoPlacement = null,
    object AutoReleaseTime = null,
    object AutoRenew = null,
    object AutoRenewPeriod = null,
    object ChargeType = null,
    object DedicatedHostName = null,
    object Description = null,
    object NetworkAttributesSlbUdpTimeout = null,
    object NetworkAttributesUdpTimeout = null,
    object Period = null,
    object PeriodUnit = null,
    object Quantity = null,
    object ResourceGroupId = null,
    TagsProperty[] Tags = null,
    object ZoneId = null
};

Properties

Name Type Description
DedicatedHostType object No description.
ActionOnMaintenance object No description.
AutoPlacement object No description.
AutoReleaseTime object No description.
AutoRenew object No description.
AutoRenewPeriod object No description.
ChargeType object No description.
DedicatedHostName object No description.
Description object No description.
NetworkAttributesSlbUdpTimeout object No description.
NetworkAttributesUdpTimeout object No description.
Period object No description.
PeriodUnit object No description.
Quantity object No description.
ResourceGroupId object No description.
Tags TagsProperty[] No description.
ZoneId object No description.

DedicatedHostTypeRequired

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

ActionOnMaintenanceOptional

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

AutoPlacementOptional

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

AutoReleaseTimeOptional

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

AutoRenewOptional

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

AutoRenewPeriodOptional

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

ChargeTypeOptional

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

DedicatedHostNameOptional

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

DescriptionOptional

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

NetworkAttributesSlbUdpTimeoutOptional

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

NetworkAttributesUdpTimeoutOptional

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

PeriodOptional

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

PeriodUnitOptional

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

QuantityOptional

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

ResourceGroupIdOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }

ZoneIdOptional

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