|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.VpnConnectionOptionsSpecification
public class VpnConnectionOptionsSpecification
Describes VPN connection options.
Constructor Summary | |
---|---|
VpnConnectionOptionsSpecification()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Boolean |
getStaticRoutesOnly()
Indicates whether the VPN connection uses static routes only. |
int |
hashCode()
|
java.lang.Boolean |
isStaticRoutesOnly()
Indicates whether the VPN connection uses static routes only. |
void |
setStaticRoutesOnly(java.lang.Boolean staticRoutesOnly)
Indicates whether the VPN connection uses static routes only. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
VpnConnectionOptionsSpecification |
withStaticRoutesOnly(java.lang.Boolean staticRoutesOnly)
Indicates whether the VPN connection uses static routes only. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VpnConnectionOptionsSpecification()
Method Detail |
---|
public java.lang.Boolean isStaticRoutesOnly()
public void setStaticRoutesOnly(java.lang.Boolean staticRoutesOnly)
staticRoutesOnly
- Indicates whether the VPN connection uses static routes only. Static
routes must be used for devices that don't support BGP.public VpnConnectionOptionsSpecification withStaticRoutesOnly(java.lang.Boolean staticRoutesOnly)
Returns a reference to this object so that method calls can be chained together.
staticRoutesOnly
- Indicates whether the VPN connection uses static routes only. Static
routes must be used for devices that don't support BGP.
public java.lang.Boolean getStaticRoutesOnly()
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
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |