Package api.equinix.javasdk.fabric.model
Interface FabricGateway
-
Method Details
-
getUuid
String getUuid() -
getType
GatewayType getType() -
getHref
String getHref() -
getState
GatewayState getState() -
getLocation
MinimalLocation getLocation() -
getGatewayPackage
BasicGatewayPackage getGatewayPackage() -
getOrder
Order getOrder() -
getProject
Project getProject() -
getAccount
BasicAccount getAccount() -
getNotifications
List<Notification> getNotifications() -
getBgpIpv4RoutesCount
Integer getBgpIpv4RoutesCount() -
getBgpIpv6RoutesCount
Integer getBgpIpv6RoutesCount() -
getConnectionCount
Integer getConnectionCount() -
getChangeLog
ChangeLog getChangeLog() -
delete
Boolean delete() -
refresh
void refresh()
-