public class CustomerGateway
extends java.lang.Object
implements java.io.Serializable
Describes a customer gateway.
Constructor and Description |
---|
CustomerGateway() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getBgpAsn()
The customer gateway's Border Gateway Protocol (BGP) Autonomous System
Number (ASN).
|
java.lang.String |
getCustomerGatewayId()
The ID of the customer gateway.
|
java.lang.String |
getIpAddress()
The Internet-routable IP address of the customer gateway's outside
interface.
|
java.lang.String |
getState()
The current state of the customer gateway (
pending | available |
deleting | deleted ). |
java.util.List<Tag> |
getTags()
Any tags assigned to the customer gateway.
|
java.lang.String |
getType()
The type of VPN connection the customer gateway supports
(
ipsec.1 ). |
int |
hashCode() |
void |
setBgpAsn(java.lang.String bgpAsn)
The customer gateway's Border Gateway Protocol (BGP) Autonomous System
Number (ASN).
|
void |
setCustomerGatewayId(java.lang.String customerGatewayId)
The ID of the customer gateway.
|
void |
setIpAddress(java.lang.String ipAddress)
The Internet-routable IP address of the customer gateway's outside
interface.
|
void |
setState(java.lang.String state)
The current state of the customer gateway (
pending | available |
deleting | deleted ). |
void |
setTags(java.util.Collection<Tag> tags)
Any tags assigned to the customer gateway.
|
void |
setType(java.lang.String type)
The type of VPN connection the customer gateway supports
(
ipsec.1 ). |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CustomerGateway |
withBgpAsn(java.lang.String bgpAsn)
The customer gateway's Border Gateway Protocol (BGP) Autonomous System
Number (ASN).
|
CustomerGateway |
withCustomerGatewayId(java.lang.String customerGatewayId)
The ID of the customer gateway.
|
CustomerGateway |
withIpAddress(java.lang.String ipAddress)
The Internet-routable IP address of the customer gateway's outside
interface.
|
CustomerGateway |
withState(java.lang.String state)
The current state of the customer gateway (
pending | available |
deleting | deleted ). |
CustomerGateway |
withTags(java.util.Collection<Tag> tags)
Any tags assigned to the customer gateway.
|
CustomerGateway |
withTags(Tag... tags)
Any tags assigned to the customer gateway.
|
CustomerGateway |
withType(java.lang.String type)
The type of VPN connection the customer gateway supports
(
ipsec.1 ). |
public java.lang.String getCustomerGatewayId()
public void setCustomerGatewayId(java.lang.String customerGatewayId)
customerGatewayId
- The ID of the customer gateway.public CustomerGateway withCustomerGatewayId(java.lang.String customerGatewayId)
Returns a reference to this object so that method calls can be chained together.
customerGatewayId
- The ID of the customer gateway.public java.lang.String getState()
pending | available |
deleting | deleted
).pending | available |
deleting | deleted
).public void setState(java.lang.String state)
pending | available |
deleting | deleted
).state
- The current state of the customer gateway (pending | available |
deleting | deleted
).public CustomerGateway withState(java.lang.String state)
pending | available |
deleting | deleted
).
Returns a reference to this object so that method calls can be chained together.
state
- The current state of the customer gateway (pending | available |
deleting | deleted
).public java.lang.String getType()
ipsec.1
).ipsec.1
).public void setType(java.lang.String type)
ipsec.1
).type
- The type of VPN connection the customer gateway supports
(ipsec.1
).public CustomerGateway withType(java.lang.String type)
ipsec.1
).
Returns a reference to this object so that method calls can be chained together.
type
- The type of VPN connection the customer gateway supports
(ipsec.1
).public java.lang.String getIpAddress()
public void setIpAddress(java.lang.String ipAddress)
ipAddress
- The Internet-routable IP address of the customer gateway's outside
interface.public CustomerGateway withIpAddress(java.lang.String ipAddress)
Returns a reference to this object so that method calls can be chained together.
ipAddress
- The Internet-routable IP address of the customer gateway's outside
interface.public java.lang.String getBgpAsn()
public void setBgpAsn(java.lang.String bgpAsn)
bgpAsn
- The customer gateway's Border Gateway Protocol (BGP) Autonomous System
Number (ASN).public CustomerGateway withBgpAsn(java.lang.String bgpAsn)
Returns a reference to this object so that method calls can be chained together.
bgpAsn
- The customer gateway's Border Gateway Protocol (BGP) Autonomous System
Number (ASN).public java.util.List<Tag> getTags()
public void setTags(java.util.Collection<Tag> tags)
tags
- Any tags assigned to the customer gateway.public CustomerGateway withTags(Tag... tags)
Returns a reference to this object so that method calls can be chained together.
tags
- Any tags assigned to the customer gateway.public CustomerGateway withTags(java.util.Collection<Tag> tags)
Returns a reference to this object so that method calls can be chained together.
tags
- Any tags assigned to the customer gateway.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.