VMware vSphere Automation SDK for .NET 7.0.0.1
|
The Compliance interface provides methods related to all the associated entities of given compliance statuses. More...
Inherited by vmware::vcenter::storage::policies::ComplianceStub.
Public Member Functions | |
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 . |
The Compliance interface provides methods related to all the associated entities of given compliance statuses.
This interface was added in vSphere API 6.7.
global::System.Collections.Generic.List<vmware.vcenter.storage.policies.ComplianceTypes.Summary> vmware::vcenter::storage::policies::Compliance::List | ( | vmware.vcenter.storage.policies.ComplianceTypes.FilterSpec | filter | ) |
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. |
Implemented in vmware::vcenter::storage::policies::ComplianceStub.
global::System.Collections.Generic.List<vmware.vcenter.storage.policies.ComplianceTypes.Summary> vmware::vcenter::storage::policies::Compliance::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 .
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 |
Implemented in vmware::vcenter::storage::policies::ComplianceStub.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.storage.policies.ComplianceTypes.Summary> > vmware::vcenter::storage::policies::Compliance::ListAsync | ( | vmware.vcenter.storage.policies.ComplianceTypes.FilterSpec | filter | ) |
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. |
Implemented in vmware::vcenter::storage::policies::ComplianceStub.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.storage.policies.ComplianceTypes.Summary> > vmware::vcenter::storage::policies::Compliance::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 .
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 |
Implemented in vmware::vcenter::storage::policies::ComplianceStub.