Skip to content

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.

GatewayUniqueIdRequired

GatewayUniqueId interface{}
  • Type: interface{}

NameRequired

Name interface{}
  • Type: interface{}

SourceRequired

Source interface{}
  • Type: interface{}

AddressOptional

Address interface{}
  • Type: interface{}

GroupListOptional

GroupList interface{}
  • Type: interface{}

IngressOptionsOptional

IngressOptions interface{}
  • Type: interface{}

PathListOptional

PathList interface{}
  • Type: interface{}