Skip to content

PersistenceProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkslb"
&alicloudroscdkslb.PersistenceProperty {
    Cookie: interface{},
    CookieTimeout: interface{},
    PersistenceTimeout: interface{},
    StickySession: interface{},
    StickySessionType: interface{},
    XForwardedFor: interface{},
    XForwardedForClientSrcPort: interface{},
    XForwardedForProto: interface{},
    XForwardedForSlbid: interface{},
    XForwardedForSlbip: interface{},
    XForwardedForSlbport: interface{},
}

Properties

Name Type Description
Cookie interface{} No description.
CookieTimeout interface{} No description.
PersistenceTimeout interface{} No description.
StickySession interface{} No description.
StickySessionType interface{} No description.
XForwardedFor interface{} No description.
XForwardedForClientSrcPort interface{} No description.
XForwardedForProto interface{} No description.
XForwardedForSlbid interface{} No description.
XForwardedForSlbip interface{} No description.
XForwardedForSlbport interface{} No description.

CookieOptional

Cookie interface{}
  • Type: interface{}

CookieTimeoutOptional

CookieTimeout interface{}
  • Type: interface{}

PersistenceTimeoutOptional

PersistenceTimeout interface{}
  • Type: interface{}

StickySessionOptional

StickySession interface{}
  • Type: interface{}

StickySessionTypeOptional

StickySessionType interface{}
  • Type: interface{}

XForwardedForOptional

XForwardedFor interface{}
  • Type: interface{}

XForwardedForClientSrcPortOptional

XForwardedForClientSrcPort interface{}
  • Type: interface{}

XForwardedForProtoOptional

XForwardedForProto interface{}
  • Type: interface{}

XForwardedForSlbidOptional

XForwardedForSlbid interface{}
  • Type: interface{}

XForwardedForSlbipOptional

XForwardedForSlbip interface{}
  • Type: interface{}

XForwardedForSlbportOptional

XForwardedForSlbport interface{}
  • Type: interface{}