Skip to content

EngineNamespaceProps

Properties for defining a EngineNamespace.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Mse;
new EngineNamespaceProps {
    object InstanceId,
    object Name,
    object Desc = null,
    object Identity = null
};

Properties

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

InstanceIdRequired

public object InstanceId { get; set; }
  • Type: object

Property instanceId: The ID of the instance.


NameRequired

public object Name { get; set; }
  • Type: object

Property name: The display name of the namespace.


DescOptional

public object Desc { get; set; }
  • Type: object

Property desc: The description of the namespace.


IdentityOptional

public object Identity { get; set; }
  • Type: object

Property identity: The custom ID of the namespace.

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