Skip to content

QueuesProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ehpc;
new QueuesProperty {
    object QueueName,
    object AllocationStrategy = null,
    object ComputeNodes = null,
    object EnableScaleIn = null,
    object EnableScaleOut = null,
    object HostnamePrefix = null,
    object HostnameSuffix = null,
    object InitialCount = null,
    object InterConnect = null,
    object KeepAliveNodes = null,
    object MaxCount = null,
    object MaxCountPerCycle = null,
    object MinCount = null,
    object RamRole = null,
    object VSwitchIds = null
};

Properties

Name Type Description
QueueName object No description.
AllocationStrategy object No description.
ComputeNodes object No description.
EnableScaleIn object No description.
EnableScaleOut object No description.
HostnamePrefix object No description.
HostnameSuffix object No description.
InitialCount object No description.
InterConnect object No description.
KeepAliveNodes object No description.
MaxCount object No description.
MaxCountPerCycle object No description.
MinCount object No description.
RamRole object No description.
VSwitchIds object No description.

QueueNameRequired

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

AllocationStrategyOptional

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

ComputeNodesOptional

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

EnableScaleInOptional

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

EnableScaleOutOptional

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

HostnamePrefixOptional

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

HostnameSuffixOptional

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

InitialCountOptional

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

InterConnectOptional

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

KeepAliveNodesOptional

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

MaxCountOptional

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

MaxCountPerCycleOptional

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

MinCountOptional

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

RamRoleOptional

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

VSwitchIdsOptional

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