Skip to content

ZoneMappingsProperty

Initializer

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

Properties

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

VSwitchIdRequired

VSwitchId interface{}
  • Type: interface{}

ZoneIdRequired

ZoneId interface{}
  • Type: interface{}

AllocationIdOptional

AllocationId interface{}
  • Type: interface{}

EipTypeOptional

EipType interface{}
  • Type: interface{}

LoadBalancerAddressesOptional

LoadBalancerAddresses interface{}
  • Type: interface{}

PrivateIPv4AddressOptional

PrivateIPv4Address interface{}
  • Type: interface{}