Skip to content

RosInstanceProps

Properties for defining a RosInstance.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkots"
&alicloudroscdkots.RosInstanceProps {
    InstanceName: interface{},
    ClusterType: interface{},
    Description: interface{},
    Network: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkots.RosInstance.TagsProperty,
}

Properties

Name Type Description
InstanceName interface{} No description.
ClusterType interface{} No description.
Description interface{} No description.
Network interface{} No description.
Tags *[]TagsProperty No description.

InstanceNameRequired

InstanceName interface{}
  • Type: interface{}

ClusterTypeOptional

ClusterType interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

NetworkOptional

Network interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty