Skip to content

RedirectConfigProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkalb"
&alicloudroscdkalb.RedirectConfigProperty {
    Host: interface{},
    HttpCode: interface{},
    Path: interface{},
    Port: interface{},
    Protocol: interface{},
    Query: interface{},
}

Properties

Name Type Description
Host interface{} No description.
HttpCode interface{} No description.
Path interface{} No description.
Port interface{} No description.
Protocol interface{} No description.
Query interface{} No description.

HostOptional

Host interface{}
  • Type: interface{}

HttpCodeOptional

HttpCode interface{}
  • Type: interface{}

PathOptional

Path interface{}
  • Type: interface{}

PortOptional

Port interface{}
  • Type: interface{}

ProtocolOptional

Protocol interface{}
  • Type: interface{}

QueryOptional

Query interface{}
  • Type: interface{}