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. |
InstanceId
Required
InstanceId interface{}
- Type: interface{}
Property instanceId: The ID of the instance.
Name
Required
Name interface{}
- Type: interface{}
Property name: The display name of the namespace.
Desc
Optional
Desc interface{}
- Type: interface{}
Property desc: The description of the namespace.
Identity
Optional
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.