RosNamespaceProps
Properties for defining a RosNamespace.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cr-namespace
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcr"
&alicloudroscdkcr.RosNamespaceProps {
Namespace: interface{},
AutoCreate: interface{},
DefaultVisibility: interface{},
InstanceId: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
Namespace | interface{} | No description. |
AutoCreate | interface{} | No description. |
DefaultVisibility | interface{} | No description. |
InstanceId | interface{} | No description. |
NamespaceRequired
Namespace interface{}
- Type: interface{}
AutoCreateOptional
AutoCreate interface{}
- Type: interface{}
DefaultVisibilityOptional
DefaultVisibility interface{}
- Type: interface{}
InstanceIdOptional
InstanceId interface{}
- Type: interface{}