Skip to content

RosInstanceProps

Properties for defining a RosInstance.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Kafka;
new RosInstanceProps {
    object DeployType,
    object DeletionForce = null,
    object DeployOption = null,
    object DiskSize = null,
    object DiskType = null,
    object EipMax = null,
    object IoMax = null,
    object IoMaxSpec = null,
    object OpenConnector = null,
    object PartitionNum = null,
    object PayType = null,
    object ServerlessConfig = null,
    object SpecType = null,
    TagsProperty[] Tags = null,
    object TopicQuota = null
};

Properties

Name Type Description
DeployType object No description.
DeletionForce object No description.
DeployOption object No description.
DiskSize object No description.
DiskType object No description.
EipMax object No description.
IoMax object No description.
IoMaxSpec object No description.
OpenConnector object No description.
PartitionNum object No description.
PayType object No description.
ServerlessConfig object No description.
SpecType object No description.
Tags TagsProperty[] No description.
TopicQuota object No description.

DeployTypeRequired

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

DeletionForceOptional

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

DeployOptionOptional

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

DiskSizeOptional

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

DiskTypeOptional

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

EipMaxOptional

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

IoMaxOptional

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

IoMaxSpecOptional

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

OpenConnectorOptional

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

PartitionNumOptional

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

PayTypeOptional

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

ServerlessConfigOptional

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

SpecTypeOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }

TopicQuotaOptional

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