Skip to content

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.

DeployTypeRequired

DeployType interface{}
  • Type: interface{}

DeletionForceOptional

DeletionForce interface{}
  • Type: interface{}

DeployOptionOptional

DeployOption interface{}
  • Type: interface{}

DiskSizeOptional

DiskSize interface{}
  • Type: interface{}

DiskTypeOptional

DiskType interface{}
  • Type: interface{}

EipMaxOptional

EipMax interface{}
  • Type: interface{}

IoMaxOptional

IoMax interface{}
  • Type: interface{}

IoMaxSpecOptional

IoMaxSpec interface{}
  • Type: interface{}

OpenConnectorOptional

OpenConnector interface{}
  • Type: interface{}

PartitionNumOptional

PartitionNum interface{}
  • Type: interface{}

PayTypeOptional

PayType interface{}
  • Type: interface{}

ServerlessConfigOptional

ServerlessConfig interface{}
  • Type: interface{}

SpecTypeOptional

SpecType interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty

TopicQuotaOptional

TopicQuota interface{}
  • Type: interface{}