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. |
DeployType
Required
public object DeployType { get; set; }
- Type: object
DeletionForce
Optional
public object DeletionForce { get; set; }
- Type: object
DeployOption
Optional
public object DeployOption { get; set; }
- Type: object
DiskSize
Optional
public object DiskSize { get; set; }
- Type: object
DiskType
Optional
public object DiskType { get; set; }
- Type: object
EipMax
Optional
public object EipMax { get; set; }
- Type: object
IoMax
Optional
public object IoMax { get; set; }
- Type: object
IoMaxSpec
Optional
public object IoMaxSpec { get; set; }
- Type: object
OpenConnector
Optional
public object OpenConnector { get; set; }
- Type: object
PartitionNum
Optional
public object PartitionNum { get; set; }
- Type: object
PayType
Optional
public object PayType { get; set; }
- Type: object
ServerlessConfig
Optional
public object ServerlessConfig { get; set; }
- Type: object
SpecType
Optional
public object SpecType { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
TopicQuota
Optional
public object TopicQuota { get; set; }
- Type: object