EngineNamespaceProps
Properties for defining a EngineNamespace
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-mse-enginenamespace
Initializer
import com.aliyun.ros.cdk.mse.EngineNamespaceProps;
EngineNamespaceProps.builder()
.instanceId(java.lang.String)
.instanceId(IResolvable)
.name(java.lang.String)
.name(IResolvable)
// .desc(java.lang.String)
// .desc(IResolvable)
// .identity(java.lang.String)
// .identity(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
instanceId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property instanceId: The ID of the instance. |
name |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property name: The display name of the namespace. |
desc |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property desc: The description of the namespace. |
identity |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property identity: The custom ID of the namespace. |
instanceId
Required
public java.lang.Object getInstanceId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property instanceId: The ID of the instance.
name
Required
public java.lang.Object getName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property name: The display name of the namespace.
desc
Optional
public java.lang.Object getDesc();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property desc: The description of the namespace.
identity
Optional
public java.lang.Object getIdentity();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property identity: The custom ID of the namespace.
If you do not specify this parameter, the automatically generated Universally Unique Identifier (UUID) is returned.