Skip to content

RosServerGroupProps

Properties for defining a RosServerGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-nlb-servergroup

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdknlb"
&alicloudroscdknlb.RosServerGroupProps {
    ServerGroupName: interface{},
    VpcId: interface{},
    AddressIpVersion: interface{},
    AnyPortEnabled: interface{},
    ConnectionDrainEnabled: interface{},
    ConnectionDrainTimeout: interface{},
    HealthCheckConfig: interface{},
    PersistenceEnabled: interface{},
    PersistenceTimeout: interface{},
    PreserveClientIpEnabled: interface{},
    Protocol: interface{},
    ResourceGroupId: interface{},
    Scheduler: interface{},
    ServerGroupType: interface{},
    Servers: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdknlb.RosServerGroup.TagsProperty,
}

Properties

Name Type Description
ServerGroupName interface{} No description.
VpcId interface{} No description.
AddressIpVersion interface{} No description.
AnyPortEnabled interface{} No description.
ConnectionDrainEnabled interface{} No description.
ConnectionDrainTimeout interface{} No description.
HealthCheckConfig interface{} No description.
PersistenceEnabled interface{} No description.
PersistenceTimeout interface{} No description.
PreserveClientIpEnabled interface{} No description.
Protocol interface{} No description.
ResourceGroupId interface{} No description.
Scheduler interface{} No description.
ServerGroupType interface{} No description.
Servers interface{} No description.
Tags *[]TagsProperty No description.

ServerGroupNameRequired

ServerGroupName interface{}
  • Type: interface{}

VpcIdRequired

VpcId interface{}
  • Type: interface{}

AddressIpVersionOptional

AddressIpVersion interface{}
  • Type: interface{}

AnyPortEnabledOptional

AnyPortEnabled interface{}
  • Type: interface{}

ConnectionDrainEnabledOptional

ConnectionDrainEnabled interface{}
  • Type: interface{}

ConnectionDrainTimeoutOptional

ConnectionDrainTimeout interface{}
  • Type: interface{}

HealthCheckConfigOptional

HealthCheckConfig interface{}
  • Type: interface{}

PersistenceEnabledOptional

PersistenceEnabled interface{}
  • Type: interface{}

PersistenceTimeoutOptional

PersistenceTimeout interface{}
  • Type: interface{}

PreserveClientIpEnabledOptional

PreserveClientIpEnabled interface{}
  • Type: interface{}

ProtocolOptional

Protocol interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

SchedulerOptional

Scheduler interface{}
  • Type: interface{}

ServerGroupTypeOptional

ServerGroupType interface{}
  • Type: interface{}

ServersOptional

Servers interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty