public static interface LocalGatewayVirtualInterface.Builder extends SdkPojo, CopyableBuilder<LocalGatewayVirtualInterface.Builder,LocalGatewayVirtualInterface>
| Modifier and Type | Method and Description |
|---|---|
LocalGatewayVirtualInterface.Builder |
localAddress(String localAddress)
The local address.
|
LocalGatewayVirtualInterface.Builder |
localBgpAsn(Integer localBgpAsn)
The Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the local gateway.
|
LocalGatewayVirtualInterface.Builder |
localGatewayId(String localGatewayId)
The ID of the local gateway.
|
LocalGatewayVirtualInterface.Builder |
localGatewayVirtualInterfaceId(String localGatewayVirtualInterfaceId)
The ID of the virtual interface.
|
LocalGatewayVirtualInterface.Builder |
peerAddress(String peerAddress)
The peer address.
|
LocalGatewayVirtualInterface.Builder |
peerBgpAsn(Integer peerBgpAsn)
The peer BGP ASN.
|
LocalGatewayVirtualInterface.Builder |
vlan(Integer vlan)
The ID of the VLAN.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLocalGatewayVirtualInterface.Builder localGatewayVirtualInterfaceId(String localGatewayVirtualInterfaceId)
The ID of the virtual interface.
localGatewayVirtualInterfaceId - The ID of the virtual interface.LocalGatewayVirtualInterface.Builder localGatewayId(String localGatewayId)
The ID of the local gateway.
localGatewayId - The ID of the local gateway.LocalGatewayVirtualInterface.Builder vlan(Integer vlan)
The ID of the VLAN.
vlan - The ID of the VLAN.LocalGatewayVirtualInterface.Builder localAddress(String localAddress)
The local address.
localAddress - The local address.LocalGatewayVirtualInterface.Builder peerAddress(String peerAddress)
The peer address.
peerAddress - The peer address.LocalGatewayVirtualInterface.Builder localBgpAsn(Integer localBgpAsn)
The Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the local gateway.
localBgpAsn - The Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the local gateway.LocalGatewayVirtualInterface.Builder peerBgpAsn(Integer peerBgpAsn)
The peer BGP ASN.
peerBgpAsn - The peer BGP ASN.Copyright © 2020. All rights reserved.