Skip to content

RosEngineNamespaceProps

Properties for defining a RosEngineNamespace.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-mse-enginenamespace

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkmse"
&alicloudroscdkmse.RosEngineNamespaceProps {
    InstanceId: interface{},
    Name: interface{},
    Desc: interface{},
    Identity: interface{},
}

Properties

Name Type Description
InstanceId interface{} No description.
Name interface{} No description.
Desc interface{} No description.
Identity interface{} No description.

InstanceIdRequired

InstanceId interface{}
  • Type: interface{}

NameRequired

Name interface{}
  • Type: interface{}

DescOptional

Desc interface{}
  • Type: interface{}

IdentityOptional

Identity interface{}
  • Type: interface{}