RosInstanceProps
Properties for defining a RosInstance
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-kafka-instance
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkkafka"
&alicloudroscdkkafka.RosInstanceProps {
DeployType: interface{},
DeletionForce: interface{},
DeployOption: interface{},
DiskSize: interface{},
DiskType: interface{},
EipMax: interface{},
IoMax: interface{},
IoMaxSpec: interface{},
OpenConnector: interface{},
PartitionNum: interface{},
PayType: interface{},
ServerlessConfig: interface{},
SpecType: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkkafka.RosInstance.TagsProperty,
TopicQuota: interface{},
}
Properties
Name | Type | Description |
---|---|---|
DeployType |
interface{} |
No description. |
DeletionForce |
interface{} |
No description. |
DeployOption |
interface{} |
No description. |
DiskSize |
interface{} |
No description. |
DiskType |
interface{} |
No description. |
EipMax |
interface{} |
No description. |
IoMax |
interface{} |
No description. |
IoMaxSpec |
interface{} |
No description. |
OpenConnector |
interface{} |
No description. |
PartitionNum |
interface{} |
No description. |
PayType |
interface{} |
No description. |
ServerlessConfig |
interface{} |
No description. |
SpecType |
interface{} |
No description. |
Tags |
*[]TagsProperty |
No description. |
TopicQuota |
interface{} |
No description. |
DeployType
Required
DeployType interface{}
- Type: interface{}
DeletionForce
Optional
DeletionForce interface{}
- Type: interface{}
DeployOption
Optional
DeployOption interface{}
- Type: interface{}
DiskSize
Optional
DiskSize interface{}
- Type: interface{}
DiskType
Optional
DiskType interface{}
- Type: interface{}
EipMax
Optional
EipMax interface{}
- Type: interface{}
IoMax
Optional
IoMax interface{}
- Type: interface{}
IoMaxSpec
Optional
IoMaxSpec interface{}
- Type: interface{}
OpenConnector
Optional
OpenConnector interface{}
- Type: interface{}
PartitionNum
Optional
PartitionNum interface{}
- Type: interface{}
PayType
Optional
PayType interface{}
- Type: interface{}
ServerlessConfig
Optional
ServerlessConfig interface{}
- Type: interface{}
SpecType
Optional
SpecType interface{}
- Type: interface{}
Tags
Optional
Tags *[]TagsProperty
- Type: *[]TagsProperty
TopicQuota
Optional
TopicQuota interface{}
- Type: interface{}