Class BGPPeeringWrapper
java.lang.Object
api.equinix.javasdk.core.model.ResourceImpl<BGPPeering>
api.equinix.javasdk.networkedge.model.wrappers.BGPPeeringWrapper
- All Implemented Interfaces:
Resource<BGPPeering>,BGPPeering
BGPPeeringWrapper class.
- Version:
- $Id: $Id
- Author:
- ianjones
-
Constructor Summary
ConstructorsConstructorDescriptionBGPPeeringWrapper(BGPPeeringJson sshUserJson, Pageable<BGPPeering> serviceClient) Constructor for BGPPeeringWrapper. -
Method Summary
Modifier and TypeMethodDescriptiondelete()delete.refresh()refresh.save(BGPPeeringUpdaterJson updaterJson) save.update()update.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface api.equinix.javasdk.networkedge.model.BGPPeering
getAuthenticationKey, getConnectionName, getConnectionUuid, getLocalAsn, getLocalIpAddress, getProvisioningStatus, getRemoteAsn, getRemoteIpAddress, getState, getUuid, getVirtualDeviceUuidMethods inherited from interface api.equinix.javasdk.core.model.Resource
getServiceClient
-
Constructor Details
-
BGPPeeringWrapper
Constructor for BGPPeeringWrapper.
- Parameters:
sshUserJson- aBGPPeeringJsonobject.serviceClient- aPageableobject.
-
-
Method Details
-
update
update.
- Specified by:
updatein interfaceBGPPeering- Returns:
- a
BGPPeeringOperator.BGPPeeringUpdaterobject.
-
save
save.
- Specified by:
savein interfaceBGPPeering- Parameters:
updaterJson- aBGPPeeringUpdaterJsonobject.- Returns:
- a
Booleanobject.
-
delete
delete.
- Specified by:
deletein interfaceBGPPeering- Returns:
- a
Booleanobject.
-
refresh
refresh.
- Specified by:
refreshin interfaceBGPPeering- Returns:
- a
Booleanobject.
-