public interface Network extends Service, NetworkTypes
NetworkTypes.FilterSpec, NetworkTypes.Summary, NetworkTypes.Type
_VAPI_SERVICE_ID, RESOURCE_TYPE
Modifier and Type | Method and Description |
---|---|
java.util.List<NetworkTypes.Summary> |
list(NetworkTypes.FilterSpec filter)
Returns information about at most 1000 visible (subject to permission checks)
networks in vCenter matching the
NetworkTypes.FilterSpec . |
void |
list(NetworkTypes.FilterSpec filter,
AsyncCallback<java.util.List<NetworkTypes.Summary>> asyncCallback)
Returns information about at most 1000 visible (subject to permission checks)
networks in vCenter matching the
NetworkTypes.FilterSpec . |
void |
list(NetworkTypes.FilterSpec filter,
AsyncCallback<java.util.List<NetworkTypes.Summary>> asyncCallback,
InvocationConfig invocationConfig)
Returns information about at most 1000 visible (subject to permission checks)
networks in vCenter matching the
NetworkTypes.FilterSpec . |
java.util.List<NetworkTypes.Summary> |
list(NetworkTypes.FilterSpec filter,
InvocationConfig invocationConfig)
Returns information about at most 1000 visible (subject to permission checks)
networks in vCenter matching the
NetworkTypes.FilterSpec . |
java.util.List<NetworkTypes.Summary> list(NetworkTypes.FilterSpec filter)
NetworkTypes.FilterSpec
.
Synchronous method overload. Result of the invocation will be reported as a method return value.
filter
- Specification of matching networks for which information should be returned.
If null
, the behavior is equivalent to a NetworkTypes.FilterSpec
with all properties null
which means all networks match the filter.NetworkTypes.FilterSpec
.InvalidArgument
- if the NetworkTypes.FilterSpec.getTypes()
property
contains a value that is not supported by the server.UnableToAllocateResource
- if more than 1000 networks match the NetworkTypes.FilterSpec
.ServiceUnavailable
- if the system is unable to communicate with a service to complete the request.Unauthenticated
- if the user can not be authenticated.Unauthorized
- if the user doesn't have the required privileges.java.util.List<NetworkTypes.Summary> list(NetworkTypes.FilterSpec filter, InvocationConfig invocationConfig)
NetworkTypes.FilterSpec
.
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
filter
- Specification of matching networks for which information should be returned.
If null
, the behavior is equivalent to a NetworkTypes.FilterSpec
with all properties null
which means all networks match the filter.invocationConfig
- Configuration for the method invocation.NetworkTypes.FilterSpec
.InvalidArgument
- if the NetworkTypes.FilterSpec.getTypes()
property
contains a value that is not supported by the server.UnableToAllocateResource
- if more than 1000 networks match the NetworkTypes.FilterSpec
.ServiceUnavailable
- if the system is unable to communicate with a service to complete the request.Unauthenticated
- if the user can not be authenticated.Unauthorized
- if the user doesn't have the required privileges.void list(NetworkTypes.FilterSpec filter, AsyncCallback<java.util.List<NetworkTypes.Summary>> asyncCallback)
NetworkTypes.FilterSpec
.
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
Commonly used information about the networks matching the NetworkTypes.FilterSpec
.
Operation Errors:
InvalidArgument
- if the NetworkTypes.FilterSpec.getTypes()
property
contains a value that is not supported by the server.
UnableToAllocateResource
- if more than 1000 networks match the NetworkTypes.FilterSpec
.
ServiceUnavailable
- if the system is unable to communicate with a service to complete the request.
Unauthenticated
- if the user can not be authenticated.
Unauthorized
- if the user doesn't have the required privileges.
filter
- Specification of matching networks for which information should be returned.
If null
, the behavior is equivalent to a NetworkTypes.FilterSpec
with all properties null
which means all networks match the filter.asyncCallback
- Receives the status (progress, result or error) of the operation invocation.void list(NetworkTypes.FilterSpec filter, AsyncCallback<java.util.List<NetworkTypes.Summary>> asyncCallback, InvocationConfig invocationConfig)
NetworkTypes.FilterSpec
.
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Invocation Result:
Commonly used information about the networks matching the NetworkTypes.FilterSpec
.
Operation Errors:
InvalidArgument
- if the NetworkTypes.FilterSpec.getTypes()
property
contains a value that is not supported by the server.
UnableToAllocateResource
- if more than 1000 networks match the NetworkTypes.FilterSpec
.
ServiceUnavailable
- if the system is unable to communicate with a service to complete the request.
Unauthenticated
- if the user can not be authenticated.
Unauthorized
- if the user doesn't have the required privileges.
filter
- Specification of matching networks for which information should be returned.
If null
, the behavior is equivalent to a NetworkTypes.FilterSpec
with all properties null
which means all networks match the filter.asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.