|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.VpnConnectionOptions
public class VpnConnectionOptions
Describes VPN connection options.
Constructor Summary | |
---|---|
VpnConnectionOptions()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Boolean |
getStaticRoutesOnly()
Indicates whether the VPN connection uses static routes only. |
int |
hashCode()
|
Boolean |
isStaticRoutesOnly()
Indicates whether the VPN connection uses static routes only. |
void |
setStaticRoutesOnly(Boolean staticRoutesOnly)
Indicates whether the VPN connection uses static routes only. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
VpnConnectionOptions |
withStaticRoutesOnly(Boolean staticRoutesOnly)
Indicates whether the VPN connection uses static routes only. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VpnConnectionOptions()
Method Detail |
---|
public Boolean isStaticRoutesOnly()
public void setStaticRoutesOnly(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 VpnConnectionOptions withStaticRoutesOnly(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 Boolean getStaticRoutesOnly()
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |