VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vstats::ResourceAddressSchemasStub Class Reference

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

Inherits vmware::vstats::ResourceAddressSchemas.

List of all members.

Public Member Functions

 ResourceAddressSchemasStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config)
 ResourceAddressSchemasStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config)
vmware.vstats.ResourceAddressSchemasTypes.Info Get (string id)
 Returns information about a specific resource address schema.
vmware.vstats.ResourceAddressSchemasTypes.Info Get (string id, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns information about a specific resource address schema.
global::System.Threading.Tasks.Task
< vmware.vstats.ResourceAddressSchemasTypes.Info
GetAsync (string id)
 Returns information about a specific resource address schema.
global::System.Threading.Tasks.Task
< vmware.vstats.ResourceAddressSchemasTypes.Info
GetAsync (string id, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns information about a specific resource address schema.

Detailed Description

Remote stub implementation of the ResourceAddressSchemas API service.


Constructor & Destructor Documentation

vmware::vstats::ResourceAddressSchemasStub::ResourceAddressSchemasStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.TypeConverter  typeConverter,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]
vmware::vstats::ResourceAddressSchemasStub::ResourceAddressSchemasStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]

Member Function Documentation

vmware.vstats.ResourceAddressSchemasTypes.Info vmware::vstats::ResourceAddressSchemasStub::Get ( string  id) [inline]

Returns information about a specific resource address schema.

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.Errorif the system reports an error while responding to the request.
vmware.vapi.std.errors.InvalidArgumentif id is invalid.
vmware.vapi.std.errors.NotFoundif RsrcAddrSchema could not be located.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user does not have sufficient privileges.
Parameters:
idResource address schema identifier.
Returns:
Information about the desired resource address schema.

Implements vmware::vstats::ResourceAddressSchemas.

vmware.vstats.ResourceAddressSchemasTypes.Info vmware::vstats::ResourceAddressSchemasStub::Get ( string  id,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Returns information about a specific resource address schema.

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.Errorif the system reports an error while responding to the request.
vmware.vapi.std.errors.InvalidArgumentif id is invalid.
vmware.vapi.std.errors.NotFoundif RsrcAddrSchema could not be located.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user does not have sufficient privileges.
Parameters:
idResource address schema identifier.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Information about the desired resource address schema.

Implements vmware::vstats::ResourceAddressSchemas.

global::System.Threading.Tasks.Task<vmware.vstats.ResourceAddressSchemasTypes.Info> vmware::vstats::ResourceAddressSchemasStub::GetAsync ( string  id) [inline]

Returns information about a specific resource address schema.

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.Errorif the system reports an error while responding to the request.
vmware.vapi.std.errors.InvalidArgumentif id is invalid.
vmware.vapi.std.errors.NotFoundif RsrcAddrSchema could not be located.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user does not have sufficient privileges.
Parameters:
idResource address schema identifier.
Returns:
Information about the desired resource address schema.

Implements vmware::vstats::ResourceAddressSchemas.

global::System.Threading.Tasks.Task<vmware.vstats.ResourceAddressSchemasTypes.Info> vmware::vstats::ResourceAddressSchemasStub::GetAsync ( string  id,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Returns information about a specific resource address schema.

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.Errorif the system reports an error while responding to the request.
vmware.vapi.std.errors.InvalidArgumentif id is invalid.
vmware.vapi.std.errors.NotFoundif RsrcAddrSchema could not be located.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user does not have sufficient privileges.
Parameters:
idResource address schema identifier.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Information about the desired resource address schema.

Implements vmware::vstats::ResourceAddressSchemas.


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