VMware vSphere Automation SDK for .NET 7.0.0.1
|
The ResourceAddressSchemas
interface manages inventory of resource addressing schemas used by Counters .
More...
Inherited by vmware::vstats::ResourceAddressSchemasStub.
Public Member Functions | |
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. |
The ResourceAddressSchemas
interface manages inventory of resource addressing schemas used by Counters .
Each schema consists of a named list of resource identifiers of specific resource type. 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.vstats.ResourceAddressSchemasTypes.Info vmware::vstats::ResourceAddressSchemas::Get | ( | string | id | ) |
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.
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.InvalidArgument | if id is invalid. |
vmware.vapi.std.errors.NotFound | if RsrcAddrSchema could not be located. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user does not have sufficient privileges. |
id | Resource address schema identifier. |
Implemented in vmware::vstats::ResourceAddressSchemasStub.
vmware.vstats.ResourceAddressSchemasTypes.Info vmware::vstats::ResourceAddressSchemas::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.
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.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.InvalidArgument | if id is invalid. |
vmware.vapi.std.errors.NotFound | if RsrcAddrSchema could not be located. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user does not have sufficient privileges. |
id | Resource address schema identifier. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vstats::ResourceAddressSchemasStub.
global::System.Threading.Tasks.Task<vmware.vstats.ResourceAddressSchemasTypes.Info> vmware::vstats::ResourceAddressSchemas::GetAsync | ( | string | id | ) |
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.
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.InvalidArgument | if id is invalid. |
vmware.vapi.std.errors.NotFound | if RsrcAddrSchema could not be located. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user does not have sufficient privileges. |
id | Resource address schema identifier. |
Implemented in vmware::vstats::ResourceAddressSchemasStub.
global::System.Threading.Tasks.Task<vmware.vstats.ResourceAddressSchemasTypes.Info> vmware::vstats::ResourceAddressSchemas::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.
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.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.InvalidArgument | if id is invalid. |
vmware.vapi.std.errors.NotFound | if RsrcAddrSchema could not be located. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user does not have sufficient privileges. |
id | Resource address schema identifier. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vstats::ResourceAddressSchemasStub.