Skip to content

EngineNamespaceProps

Properties for defining a EngineNamespace.

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

Initializer

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

Properties

Name Type Description
InstanceId interface{} Property instanceId: The ID of the instance.
Name interface{} Property name: The display name of the namespace.
Desc interface{} Property desc: The description of the namespace.
Identity interface{} Property identity: The custom ID of the namespace.

InstanceIdRequired

InstanceId interface{}
  • Type: interface{}

Property instanceId: The ID of the instance.


NameRequired

Name interface{}
  • Type: interface{}

Property name: The display name of the namespace.


DescOptional

Desc interface{}
  • Type: interface{}

Property desc: The description of the namespace.


IdentityOptional

Identity interface{}
  • Type: interface{}

Property identity: The custom ID of the namespace.

If you do not specify this parameter, the automatically generated Universally Unique Identifier (UUID) is returned.