VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the SupportBundle API service. More...
Inherits vmware::vcenter::namespace_management::SupportBundle.
Public Member Functions | |
SupportBundleStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
SupportBundleStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
vmware.vcenter.namespace_management.SupportBundleTypes.Location | Create (string cluster) |
Returns the location SupportBundle.Location information for downloading the Namespaces-related support bundle for the specified cluster. | |
vmware.vcenter.namespace_management.SupportBundleTypes.Location | Create (string cluster, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns the location SupportBundle.Location information for downloading the Namespaces-related support bundle for the specified cluster. | |
global::System.Threading.Tasks.Task < vmware.vcenter.namespace_management.SupportBundleTypes.Location > | CreateAsync (string cluster) |
Returns the location SupportBundle.Location information for downloading the Namespaces-related support bundle for the specified cluster. | |
global::System.Threading.Tasks.Task < vmware.vcenter.namespace_management.SupportBundleTypes.Location > | CreateAsync (string cluster, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns the location SupportBundle.Location information for downloading the Namespaces-related support bundle for the specified cluster. |
Remote stub implementation of the SupportBundle API service.
vmware::vcenter::namespace_management::SupportBundleStub::SupportBundleStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.TypeConverter | typeConverter, | ||
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware::vcenter::namespace_management::SupportBundleStub::SupportBundleStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware.vcenter.namespace_management.SupportBundleTypes.Location vmware::vcenter::namespace_management::SupportBundleStub::Create | ( | string | cluster | ) | [inline] |
Returns the location SupportBundle.Location information for downloading the Namespaces-related support bundle for the specified cluster.
Retrieving a support bundle involves two steps:
There can only be one valid token per cluster at any given time. If this method is invoked again for the same cluster identifier while a token still valid, the API will return the same SupportBundle.Location response.
The HTTP GET request will:
vmware.vapi.std.errors.NotFound | if the specified cluster is not registered on this vCenter server. |
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user does not have System.Read privilege. |
cluster | Identifier of cluster for which the Namespaces-related support bundle should be generated. The parameter must be an identifier for the resource type: ClusterComputeResource . |
Implements vmware::vcenter::namespace_management::SupportBundle.
vmware.vcenter.namespace_management.SupportBundleTypes.Location vmware::vcenter::namespace_management::SupportBundleStub::Create | ( | string | cluster, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Returns the location SupportBundle.Location information for downloading the Namespaces-related support bundle for the specified cluster.
Retrieving a support bundle involves two steps:
There can only be one valid token per cluster at any given time. If this method is invoked again for the same cluster identifier while a token still valid, the API will return the same SupportBundle.Location response.
The HTTP GET request will:
vmware.vapi.std.errors.NotFound | if the specified cluster is not registered on this vCenter server. |
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user does not have System.Read privilege. |
cluster | Identifier of cluster for which the Namespaces-related support bundle should be generated. The parameter must be an identifier for the resource type: ClusterComputeResource . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::vcenter::namespace_management::SupportBundle.
global::System.Threading.Tasks.Task<vmware.vcenter.namespace_management.SupportBundleTypes.Location> vmware::vcenter::namespace_management::SupportBundleStub::CreateAsync | ( | string | cluster | ) | [inline] |
Returns the location SupportBundle.Location information for downloading the Namespaces-related support bundle for the specified cluster.
Retrieving a support bundle involves two steps:
There can only be one valid token per cluster at any given time. If this method is invoked again for the same cluster identifier while a token still valid, the API will return the same SupportBundle.Location response.
The HTTP GET request will:
vmware.vapi.std.errors.NotFound | if the specified cluster is not registered on this vCenter server. |
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user does not have System.Read privilege. |
cluster | Identifier of cluster for which the Namespaces-related support bundle should be generated. The parameter must be an identifier for the resource type: ClusterComputeResource . |
Implements vmware::vcenter::namespace_management::SupportBundle.
global::System.Threading.Tasks.Task<vmware.vcenter.namespace_management.SupportBundleTypes.Location> vmware::vcenter::namespace_management::SupportBundleStub::CreateAsync | ( | string | cluster, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Returns the location SupportBundle.Location information for downloading the Namespaces-related support bundle for the specified cluster.
Retrieving a support bundle involves two steps:
There can only be one valid token per cluster at any given time. If this method is invoked again for the same cluster identifier while a token still valid, the API will return the same SupportBundle.Location response.
The HTTP GET request will:
vmware.vapi.std.errors.NotFound | if the specified cluster is not registered on this vCenter server. |
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user does not have System.Read privilege. |
cluster | Identifier of cluster for which the Namespaces-related support bundle should be generated. The parameter must be an identifier for the resource type: ClusterComputeResource . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::vcenter::namespace_management::SupportBundle.