Click or drag to resize
net.openstack.Core.Validators Namespace
The net.openstack.Core.Validators namespace defines interfaces for validating request arguments prior to sending them in calls to REST APIs. These interfaces may be implemented in a provider-specific manner.
Interfaces
  InterfaceDescription
Public interfaceIBlockStorageValidator
Represents an object that validates arguments for an implementation of IBlockStorageProvider prior to sending the calls to the underlying REST API.
Public interfaceIHttpResponseCodeValidator
Represents an object that can determine whether a particular response from a REST API call succeeded.
Public interfaceINetworksValidator
Represents an object that validates arguments for an implementation of INetworksProvider prior to sending the calls to the underlying REST API.
Public interfaceIObjectStorageValidator
Represents an object that validates arguments for an implementation of IObjectStorageProvider prior to sending the calls to the underlying REST API.