Class NetworksImpl
java.lang.Object
api.equinix.javasdk.fabric.client.implementation.NetworksImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondefine(NetworkType networkType) Begins the fluent builder for creating a new network.Retrieves a single network by its unique identifier.search()Searches for networks using default filter and sort criteria.search(FilterPropertyList filter) Searches for networks matching the specified filter criteria.search(FilterPropertyList filter, SortPropertyList sort) Searches for networks matching the specified filter and sort criteria.search(SortPropertyList sort) Searches for networks with the specified sort order.
-
Constructor Details
-
NetworksImpl
-
-
Method Details
-
search
Description copied from interface:NetworksSearches for networks using default filter and sort criteria. -
search
Description copied from interface:NetworksSearches for networks matching the specified filter criteria. -
search
Description copied from interface:NetworksSearches for networks with the specified sort order. -
search
Description copied from interface:NetworksSearches for networks matching the specified filter and sort criteria. -
getByUuid
-
define
Description copied from interface:NetworksBegins the fluent builder for creating a new network. Call methods on the returned builder to configure the network, then callcreate().
-