Skip to content

ServiceConfigsProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapig"
&alicloudroscdkapig.ServiceConfigsProperty {
    ServiceId: interface{},
    Weight: interface{},
    Match: interface{},
    Port: interface{},
    Protocol: interface{},
    Version: interface{},
}

Properties

Name Type Description
ServiceId interface{} No description.
Weight interface{} No description.
Match interface{} No description.
Port interface{} No description.
Protocol interface{} No description.
Version interface{} No description.

ServiceIdRequired

ServiceId interface{}
  • Type: interface{}

WeightRequired

Weight interface{}
  • Type: interface{}

MatchOptional

Match interface{}
  • Type: interface{}

PortOptional

Port interface{}
  • Type: interface{}

ProtocolOptional

Protocol interface{}
  • Type: interface{}

VersionOptional

Version interface{}
  • Type: interface{}