Skip to content

ZoneMappingsProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkalb"
&alicloudroscdkalb.ZoneMappingsProperty {
    VSwitchId: interface{},
    ZoneId: interface{},
    AllocationId: interface{},
    EipType: interface{},
    IntranetAddress: interface{},
    LoadBalancerAddresses: interface{},
}

Properties

Name Type Description
VSwitchId interface{} No description.
ZoneId interface{} No description.
AllocationId interface{} No description.
EipType interface{} No description.
IntranetAddress interface{} No description.
LoadBalancerAddresses interface{} No description.

VSwitchIdRequired

VSwitchId interface{}
  • Type: interface{}

ZoneIdRequired

ZoneId interface{}
  • Type: interface{}

AllocationIdOptional

AllocationId interface{}
  • Type: interface{}

EipTypeOptional

EipType interface{}
  • Type: interface{}

IntranetAddressOptional

IntranetAddress interface{}
  • Type: interface{}

LoadBalancerAddressesOptional

LoadBalancerAddresses interface{}
  • Type: interface{}