RosServiceSourceProps
Properties for defining a RosServiceSource
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-mse-servicesource
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkmse"
&alicloudroscdkmse.RosServiceSourceProps {
GatewayUniqueId: interface{},
Name: interface{},
Source: interface{},
Address: interface{},
GroupList: interface{},
IngressOptions: interface{},
PathList: interface{},
}
Properties
Name | Type | Description |
---|---|---|
GatewayUniqueId |
interface{} |
No description. |
Name |
interface{} |
No description. |
Source |
interface{} |
No description. |
Address |
interface{} |
No description. |
GroupList |
interface{} |
No description. |
IngressOptions |
interface{} |
No description. |
PathList |
interface{} |
No description. |
GatewayUniqueId
Required
GatewayUniqueId interface{}
- Type: interface{}
Name
Required
Name interface{}
- Type: interface{}
Source
Required
Source interface{}
- Type: interface{}
Address
Optional
Address interface{}
- Type: interface{}
GroupList
Optional
GroupList interface{}
- Type: interface{}
IngressOptions
Optional
IngressOptions interface{}
- Type: interface{}
PathList
Optional
PathList interface{}
- Type: interface{}