@Generated(value="software.amazon.awssdk:codegen") public final class LocalGatewayVirtualInterface extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LocalGatewayVirtualInterface.Builder,LocalGatewayVirtualInterface>
Describes a local gateway virtual interface.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LocalGatewayVirtualInterface.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LocalGatewayVirtualInterface.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
localAddress()
The local address.
|
Integer |
localBgpAsn()
The Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the local gateway.
|
String |
localGatewayId()
The ID of the local gateway.
|
String |
localGatewayVirtualInterfaceId()
The ID of the virtual interface.
|
String |
peerAddress()
The peer address.
|
Integer |
peerBgpAsn()
The peer BGP ASN.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LocalGatewayVirtualInterface.Builder> |
serializableBuilderClass() |
LocalGatewayVirtualInterface.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
vlan()
The ID of the VLAN.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String localGatewayVirtualInterfaceId()
The ID of the virtual interface.
public String localGatewayId()
The ID of the local gateway.
public Integer vlan()
The ID of the VLAN.
public String localAddress()
The local address.
public String peerAddress()
The peer address.
public Integer localBgpAsn()
The Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the local gateway.
public Integer peerBgpAsn()
The peer BGP ASN.
public LocalGatewayVirtualInterface.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LocalGatewayVirtualInterface.Builder,LocalGatewayVirtualInterface>public static LocalGatewayVirtualInterface.Builder builder()
public static Class<? extends LocalGatewayVirtualInterface.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.