VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::compute::policies::CapabilitiesStub Class Reference

Remote stub implementation of the Capabilities API service. More...

Inherits vmware::vcenter::compute::policies::Capabilities.

List of all members.

Public Member Functions

 CapabilitiesStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config)
 CapabilitiesStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config)
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.

Detailed Description

Remote stub implementation of the Capabilities API service.


Constructor & Destructor Documentation

vmware::vcenter::compute::policies::CapabilitiesStub::CapabilitiesStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.TypeConverter  typeConverter,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]
vmware::vcenter::compute::policies::CapabilitiesStub::CapabilitiesStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]

Member Function Documentation

vmware.vcenter.compute.policies.CapabilitiesTypes.Info vmware::vcenter::compute::policies::CapabilitiesStub::Get ( string  capability) [inline]

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.

Exceptions:
vmware.vapi.std.errors.NotFoundif a capability with this identifier does not exist.
vmware.vapi.std.errors.Unauthorizedif the user doesn't have the required privileges.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires System.Read .
Parameters:
capabilityIdentifier 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 .
Returns:
Detailed information about the capability.

Implements vmware::vcenter::compute::policies::Capabilities.

vmware.vcenter.compute.policies.CapabilitiesTypes.Info vmware::vcenter::compute::policies::CapabilitiesStub::Get ( string  capability,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

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.

Exceptions:
vmware.vapi.std.errors.NotFoundif a capability with this identifier does not exist.
vmware.vapi.std.errors.Unauthorizedif the user doesn't have the required privileges.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires System.Read .
Parameters:
capabilityIdentifier 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 .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Detailed information about the capability.

Implements vmware::vcenter::compute::policies::Capabilities.

global::System.Threading.Tasks.Task<vmware.vcenter.compute.policies.CapabilitiesTypes.Info> vmware::vcenter::compute::policies::CapabilitiesStub::GetAsync ( string  capability,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

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.

Exceptions:
vmware.vapi.std.errors.NotFoundif a capability with this identifier does not exist.
vmware.vapi.std.errors.Unauthorizedif the user doesn't have the required privileges.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires System.Read .
Parameters:
capabilityIdentifier 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 .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Detailed information about the capability.

Implements vmware::vcenter::compute::policies::Capabilities.

global::System.Threading.Tasks.Task<vmware.vcenter.compute.policies.CapabilitiesTypes.Info> vmware::vcenter::compute::policies::CapabilitiesStub::GetAsync ( string  capability) [inline]

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.

Exceptions:
vmware.vapi.std.errors.NotFoundif a capability with this identifier does not exist.
vmware.vapi.std.errors.Unauthorizedif the user doesn't have the required privileges.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires System.Read .
Parameters:
capabilityIdentifier 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 .
Returns:
Detailed information about the capability.

Implements vmware::vcenter::compute::policies::Capabilities.

global::System.Collections.Generic.List<vmware.vcenter.compute.policies.CapabilitiesTypes.Summary> vmware::vcenter::compute::policies::CapabilitiesStub::List ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

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.

Exceptions:
vmware.vapi.std.errors.Unauthorizedif the user doesn't have the required privileges.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires System.Read .
Returns:
The list of compute policy capabilities available on this vCenter server.

Implements vmware::vcenter::compute::policies::Capabilities.

global::System.Collections.Generic.List<vmware.vcenter.compute.policies.CapabilitiesTypes.Summary> vmware::vcenter::compute::policies::CapabilitiesStub::List ( ) [inline]

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.

Exceptions:
vmware.vapi.std.errors.Unauthorizedif the user doesn't have the required privileges.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires System.Read .
Returns:
The list of compute policy capabilities available on this vCenter server.

Implements vmware::vcenter::compute::policies::Capabilities.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.compute.policies.CapabilitiesTypes.Summary> > vmware::vcenter::compute::policies::CapabilitiesStub::ListAsync ( ) [inline]

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.

Exceptions:
vmware.vapi.std.errors.Unauthorizedif the user doesn't have the required privileges.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires System.Read .
Returns:
The list of compute policy capabilities available on this vCenter server.

Implements vmware::vcenter::compute::policies::Capabilities.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.compute.policies.CapabilitiesTypes.Summary> > vmware::vcenter::compute::policies::CapabilitiesStub::ListAsync ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

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.

Exceptions:
vmware.vapi.std.errors.Unauthorizedif the user doesn't have the required privileges.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires System.Read .
Returns:
The list of compute policy capabilities available on this vCenter server.

Implements vmware::vcenter::compute::policies::Capabilities.


The documentation for this class was generated from the following file: