VMware vSphere Automation SDK for .NET 7.0.0.1
|
The Capabilities
interface provides methods to manage compute policy capabilities in VMware Cloud on AWS.
More...
Inherited by vmware::vcenter::compute::policies::CapabilitiesStub.
Public Member Functions | |
global::System.Collections.Generic.List < vmware.vcenter.compute.policies.CapabilitiesTypes.Summary > | List () |
Returns information about the compute policy capabilities available in this vCenter server in VMware Cloud on AWS. | |
global::System.Collections.Generic.List < vmware.vcenter.compute.policies.CapabilitiesTypes.Summary > | List (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns information about the compute policy capabilities available in this vCenter server in VMware Cloud on AWS. | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.vcenter.compute.policies.CapabilitiesTypes.Summary > > | ListAsync () |
Returns information about the compute policy capabilities available in this vCenter server in VMware Cloud on AWS. | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.vcenter.compute.policies.CapabilitiesTypes.Summary > > | ListAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns information about the compute policy capabilities available in this vCenter server in VMware Cloud on AWS. | |
vmware.vcenter.compute.policies.CapabilitiesTypes.Info | Get (string capability) |
Returns information about a specific compute policy capability in VMware Cloud on AWS. | |
vmware.vcenter.compute.policies.CapabilitiesTypes.Info | Get (string capability, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns information about a specific compute policy capability in VMware Cloud on AWS. | |
global::System.Threading.Tasks.Task < vmware.vcenter.compute.policies.CapabilitiesTypes.Info > | GetAsync (string capability) |
Returns information about a specific compute policy capability in VMware Cloud on AWS. | |
global::System.Threading.Tasks.Task < vmware.vcenter.compute.policies.CapabilitiesTypes.Info > | GetAsync (string capability, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns information about a specific compute policy capability in VMware Cloud on AWS. |
The Capabilities
interface provides methods to manage compute policy capabilities in VMware Cloud on AWS.
Usage beyond VMware Cloud on AWS is not supported. The description of the capability provides information about the intent of a policy based on this capability. A capability provides a type to create a policy (see vmware.vcenter.compute.Policies.Create ). A capability also provides a type that describes the information returned when retrieving information about a policy (see vmware.vcenter.compute.Policies.Get ). Warning: This interface is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
vmware.vcenter.compute.policies.CapabilitiesTypes.Info vmware::vcenter::compute::policies::Capabilities::Get | ( | string | capability | ) |
Returns information about a specific compute policy capability in VMware Cloud on AWS.
Usage beyond VMware Cloud on AWS is not supported. Warning: This method is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
vmware.vapi.std.errors.NotFound | if a capability with this identifier does not exist. |
vmware.vapi.std.errors.Unauthorized | if the user doesn't have the required privileges. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
capability | Identifier of the capability for which information should be retrieved. The parameter must be an identifier for the resource type: com.vmware.vcenter.compute.policies.Capability . |
Implemented in vmware::vcenter::compute::policies::CapabilitiesStub.
vmware.vcenter.compute.policies.CapabilitiesTypes.Info vmware::vcenter::compute::policies::Capabilities::Get | ( | string | capability, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Returns information about a specific compute policy capability in VMware Cloud on AWS.
Usage beyond VMware Cloud on AWS is not supported. Warning: This method is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
vmware.vapi.std.errors.NotFound | if a capability with this identifier does not exist. |
vmware.vapi.std.errors.Unauthorized | if the user doesn't have the required privileges. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
capability | Identifier of the capability for which information should be retrieved. The parameter must be an identifier for the resource type: com.vmware.vcenter.compute.policies.Capability . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::compute::policies::CapabilitiesStub.
global::System.Threading.Tasks.Task<vmware.vcenter.compute.policies.CapabilitiesTypes.Info> vmware::vcenter::compute::policies::Capabilities::GetAsync | ( | string | capability, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Returns information about a specific compute policy capability in VMware Cloud on AWS.
Usage beyond VMware Cloud on AWS is not supported. Warning: This method is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
vmware.vapi.std.errors.NotFound | if a capability with this identifier does not exist. |
vmware.vapi.std.errors.Unauthorized | if the user doesn't have the required privileges. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
capability | Identifier of the capability for which information should be retrieved. The parameter must be an identifier for the resource type: com.vmware.vcenter.compute.policies.Capability . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::compute::policies::CapabilitiesStub.
global::System.Threading.Tasks.Task<vmware.vcenter.compute.policies.CapabilitiesTypes.Info> vmware::vcenter::compute::policies::Capabilities::GetAsync | ( | string | capability | ) |
Returns information about a specific compute policy capability in VMware Cloud on AWS.
Usage beyond VMware Cloud on AWS is not supported. Warning: This method is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
vmware.vapi.std.errors.NotFound | if a capability with this identifier does not exist. |
vmware.vapi.std.errors.Unauthorized | if the user doesn't have the required privileges. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
capability | Identifier of the capability for which information should be retrieved. The parameter must be an identifier for the resource type: com.vmware.vcenter.compute.policies.Capability . |
Implemented in vmware::vcenter::compute::policies::CapabilitiesStub.
global::System.Collections.Generic.List<vmware.vcenter.compute.policies.CapabilitiesTypes.Summary> vmware::vcenter::compute::policies::Capabilities::List | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Returns information about the compute policy capabilities available in this vCenter server in VMware Cloud on AWS.
Usage beyond VMware Cloud on AWS is not supported. Warning: This method is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
vmware.vapi.std.errors.Unauthorized | if the user doesn't have the required privileges. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
Implemented in vmware::vcenter::compute::policies::CapabilitiesStub.
global::System.Collections.Generic.List<vmware.vcenter.compute.policies.CapabilitiesTypes.Summary> vmware::vcenter::compute::policies::Capabilities::List | ( | ) |
Returns information about the compute policy capabilities available in this vCenter server in VMware Cloud on AWS.
Usage beyond VMware Cloud on AWS is not supported. Warning: This method is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
vmware.vapi.std.errors.Unauthorized | if the user doesn't have the required privileges. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
Implemented in vmware::vcenter::compute::policies::CapabilitiesStub.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.compute.policies.CapabilitiesTypes.Summary> > vmware::vcenter::compute::policies::Capabilities::ListAsync | ( | ) |
Returns information about the compute policy capabilities available in this vCenter server in VMware Cloud on AWS.
Usage beyond VMware Cloud on AWS is not supported. Warning: This method is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
vmware.vapi.std.errors.Unauthorized | if the user doesn't have the required privileges. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
Implemented in vmware::vcenter::compute::policies::CapabilitiesStub.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.compute.policies.CapabilitiesTypes.Summary> > vmware::vcenter::compute::policies::Capabilities::ListAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Returns information about the compute policy capabilities available in this vCenter server in VMware Cloud on AWS.
Usage beyond VMware Cloud on AWS is not supported. Warning: This method is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
vmware.vapi.std.errors.Unauthorized | if the user doesn't have the required privileges. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
Implemented in vmware::vcenter::compute::policies::CapabilitiesStub.