VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the ResourceAddresses API service. More...
Inherits vmware::vstats::ResourceAddresses.
Public Member Functions | |
ResourceAddressesStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
ResourceAddressesStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
vmware.vstats.ResourceAddressesTypes.ListResult | List (vmware.vstats.ResourceAddressesTypes.FilterSpec filter) |
Returns the list of Resource Addresses matching the filter parameters. | |
vmware.vstats.ResourceAddressesTypes.ListResult | List (vmware.vstats.ResourceAddressesTypes.FilterSpec filter, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns the list of Resource Addresses matching the filter parameters. | |
global::System.Threading.Tasks.Task < vmware.vstats.ResourceAddressesTypes.ListResult > | ListAsync (vmware.vstats.ResourceAddressesTypes.FilterSpec filter) |
Returns the list of Resource Addresses matching the filter parameters. | |
global::System.Threading.Tasks.Task < vmware.vstats.ResourceAddressesTypes.ListResult > | ListAsync (vmware.vstats.ResourceAddressesTypes.FilterSpec filter, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns the list of Resource Addresses matching the filter parameters. | |
vmware.vstats.ResourceAddressesTypes.Info | Get (string id) |
Returns information about a specific Resource Address. | |
vmware.vstats.ResourceAddressesTypes.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. | |
global::System.Threading.Tasks.Task < vmware.vstats.ResourceAddressesTypes.Info > | GetAsync (string id) |
Returns information about a specific Resource Address. | |
global::System.Threading.Tasks.Task < vmware.vstats.ResourceAddressesTypes.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. |
Remote stub implementation of the ResourceAddresses API service.
vmware::vstats::ResourceAddressesStub::ResourceAddressesStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.TypeConverter | typeConverter, | ||
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware::vstats::ResourceAddressesStub::ResourceAddressesStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware.vstats.ResourceAddressesTypes.Info vmware::vstats::ResourceAddressesStub::Get | ( | string | id | ) | [inline] |
Returns information about a specific Resource Address.
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 Resource Address 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 ID. The parameter must be an identifier for the resource type: com.vmware.vstats.model.RsrcAddr . |
Implements vmware::vstats::ResourceAddresses.
vmware.vstats.ResourceAddressesTypes.Info vmware::vstats::ResourceAddressesStub::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.
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 Resource Address 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 ID. The parameter must be an identifier for the resource type: com.vmware.vstats.model.RsrcAddr . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::vstats::ResourceAddresses.
global::System.Threading.Tasks.Task<vmware.vstats.ResourceAddressesTypes.Info> vmware::vstats::ResourceAddressesStub::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.
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 Resource Address 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 ID. The parameter must be an identifier for the resource type: com.vmware.vstats.model.RsrcAddr . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::vstats::ResourceAddresses.
global::System.Threading.Tasks.Task<vmware.vstats.ResourceAddressesTypes.Info> vmware::vstats::ResourceAddressesStub::GetAsync | ( | string | id | ) | [inline] |
Returns information about a specific Resource Address.
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 Resource Address 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 ID. The parameter must be an identifier for the resource type: com.vmware.vstats.model.RsrcAddr . |
Implements vmware::vstats::ResourceAddresses.
vmware.vstats.ResourceAddressesTypes.ListResult vmware::vstats::ResourceAddressesStub::List | ( | vmware.vstats.ResourceAddressesTypes.FilterSpec | filter, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Returns the list of Resource Addresses matching the filter parameters.
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 any of the specified parameters are invalid. |
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. |
filter | Criteria for selecting records to return. If null all records will be returned. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::vstats::ResourceAddresses.
vmware.vstats.ResourceAddressesTypes.ListResult vmware::vstats::ResourceAddressesStub::List | ( | vmware.vstats.ResourceAddressesTypes.FilterSpec | filter | ) | [inline] |
Returns the list of Resource Addresses matching the filter parameters.
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 any of the specified parameters are invalid. |
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. |
filter | Criteria for selecting records to return. If null all records will be returned. |
Implements vmware::vstats::ResourceAddresses.
global::System.Threading.Tasks.Task<vmware.vstats.ResourceAddressesTypes.ListResult> vmware::vstats::ResourceAddressesStub::ListAsync | ( | vmware.vstats.ResourceAddressesTypes.FilterSpec | filter | ) | [inline] |
Returns the list of Resource Addresses matching the filter parameters.
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 any of the specified parameters are invalid. |
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. |
filter | Criteria for selecting records to return. If null all records will be returned. |
Implements vmware::vstats::ResourceAddresses.
global::System.Threading.Tasks.Task<vmware.vstats.ResourceAddressesTypes.ListResult> vmware::vstats::ResourceAddressesStub::ListAsync | ( | vmware.vstats.ResourceAddressesTypes.FilterSpec | filter, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Returns the list of Resource Addresses matching the filter parameters.
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 any of the specified parameters are invalid. |
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. |
filter | Criteria for selecting records to return. If null all records will be returned. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::vstats::ResourceAddresses.