VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the Compliance API service. More...
Inherits vmware::vcenter::storage::policies::Compliance.
Public Member Functions | |
ComplianceStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
ComplianceStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
global::System.Collections.Generic.List < vmware.vcenter.storage.policies.ComplianceTypes.Summary > | List (vmware.vcenter.storage.policies.ComplianceTypes.FilterSpec filter) |
Returns compliance information about entities matching the filter Compliance.FilterSpec . | |
global::System.Collections.Generic.List < vmware.vcenter.storage.policies.ComplianceTypes.Summary > | List (vmware.vcenter.storage.policies.ComplianceTypes.FilterSpec filter, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns compliance information about entities matching the filter Compliance.FilterSpec . | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.vcenter.storage.policies.ComplianceTypes.Summary > > | ListAsync (vmware.vcenter.storage.policies.ComplianceTypes.FilterSpec filter) |
Returns compliance information about entities matching the filter Compliance.FilterSpec . | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.vcenter.storage.policies.ComplianceTypes.Summary > > | ListAsync (vmware.vcenter.storage.policies.ComplianceTypes.FilterSpec filter, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns compliance information about entities matching the filter Compliance.FilterSpec . |
Remote stub implementation of the Compliance API service.
vmware::vcenter::storage::policies::ComplianceStub::ComplianceStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.TypeConverter | typeConverter, | ||
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware::vcenter::storage::policies::ComplianceStub::ComplianceStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
global::System.Collections.Generic.List<vmware.vcenter.storage.policies.ComplianceTypes.Summary> vmware::vcenter::storage::policies::ComplianceStub::List | ( | vmware.vcenter.storage.policies.ComplianceTypes.FilterSpec | filter | ) | [inline] |
Returns compliance information about entities matching the filter Compliance.FilterSpec .
Entities without storage policy association are not returned. This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.InvalidArgument | if the Compliance.FilterSpec.status field contains a value that is not supported by the server. |
vmware.vapi.std.errors.ServiceUnavailable | if the system is unable to communicate with a service to complete the request. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user doesn't have the required privileges. |
filter | compliance status of matching entities for which information should be returned. |
Implements vmware::vcenter::storage::policies::Compliance.
global::System.Collections.Generic.List<vmware.vcenter.storage.policies.ComplianceTypes.Summary> vmware::vcenter::storage::policies::ComplianceStub::List | ( | vmware.vcenter.storage.policies.ComplianceTypes.FilterSpec | filter, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Returns compliance information about entities matching the filter Compliance.FilterSpec .
Entities without storage policy association are not returned. This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.InvalidArgument | if the Compliance.FilterSpec.status field contains a value that is not supported by the server. |
vmware.vapi.std.errors.ServiceUnavailable | if the system is unable to communicate with a service to complete the request. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user doesn't have the required privileges. |
filter | compliance status of matching entities for which information should be returned. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::vcenter::storage::policies::Compliance.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.storage.policies.ComplianceTypes.Summary> > vmware::vcenter::storage::policies::ComplianceStub::ListAsync | ( | vmware.vcenter.storage.policies.ComplianceTypes.FilterSpec | filter | ) | [inline] |
Returns compliance information about entities matching the filter Compliance.FilterSpec .
Entities without storage policy association are not returned. This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.InvalidArgument | if the Compliance.FilterSpec.status field contains a value that is not supported by the server. |
vmware.vapi.std.errors.ServiceUnavailable | if the system is unable to communicate with a service to complete the request. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user doesn't have the required privileges. |
filter | compliance status of matching entities for which information should be returned. |
Implements vmware::vcenter::storage::policies::Compliance.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.storage.policies.ComplianceTypes.Summary> > vmware::vcenter::storage::policies::ComplianceStub::ListAsync | ( | vmware.vcenter.storage.policies.ComplianceTypes.FilterSpec | filter, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Returns compliance information about entities matching the filter Compliance.FilterSpec .
Entities without storage policy association are not returned. This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.InvalidArgument | if the Compliance.FilterSpec.status field contains a value that is not supported by the server. |
vmware.vapi.std.errors.ServiceUnavailable | if the system is unable to communicate with a service to complete the request. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user doesn't have the required privileges. |
filter | compliance status of matching entities for which information should be returned. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::vcenter::storage::policies::Compliance.