Skip to content

RosPortProps

Properties for defining a RosPort.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ddospro-port

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkddospro"
&alicloudroscdkddospro.RosPortProps {
    FrontendProtocol: interface{},
    InstanceId: interface{},
    RealServers: interface{},
    BackendPort: interface{},
    FrontendPort: interface{},
}

Properties

Name Type Description
FrontendProtocol interface{} No description.
InstanceId interface{} No description.
RealServers interface{} No description.
BackendPort interface{} No description.
FrontendPort interface{} No description.

FrontendProtocolRequired

FrontendProtocol interface{}
  • Type: interface{}

InstanceIdRequired

InstanceId interface{}
  • Type: interface{}

RealServersRequired

RealServers interface{}
  • Type: interface{}

BackendPortOptional

BackendPort interface{}
  • Type: interface{}

FrontendPortOptional

FrontendPort interface{}
  • Type: interface{}