VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the DepotOverrides API service. More...
Inherits vmware::esx::settings::clusters::DepotOverrides.
Public Member Functions | |
DepotOverridesStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
DepotOverridesStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
vmware.esx.settings.clusters.DepotOverridesTypes.Info | Get (string cluster) |
Returns the information about currently configured depot overrides for a given cluster. | |
vmware.esx.settings.clusters.DepotOverridesTypes.Info | Get (string cluster, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns the information about currently configured depot overrides for a given cluster. | |
global::System.Threading.Tasks.Task < vmware.esx.settings.clusters.DepotOverridesTypes.Info > | GetAsync (string cluster) |
Returns the information about currently configured depot overrides for a given cluster. | |
global::System.Threading.Tasks.Task < vmware.esx.settings.clusters.DepotOverridesTypes.Info > | GetAsync (string cluster, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns the information about currently configured depot overrides for a given cluster. | |
void | Add (string cluster, vmware.esx.settings.clusters.DepotOverridesTypes.Depot depot) |
Adds a new depot override to the list of currently configured depot overrides for a given cluster. | |
void | Add (string cluster, vmware.esx.settings.clusters.DepotOverridesTypes.Depot depot, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Adds a new depot override to the list of currently configured depot overrides for a given cluster. | |
global::System.Threading.Tasks.Task | AddAsync (string cluster, vmware.esx.settings.clusters.DepotOverridesTypes.Depot depot) |
Adds a new depot override to the list of currently configured depot overrides for a given cluster. | |
global::System.Threading.Tasks.Task | AddAsync (string cluster, vmware.esx.settings.clusters.DepotOverridesTypes.Depot depot, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Adds a new depot override to the list of currently configured depot overrides for a given cluster. | |
void | Remove (string cluster, vmware.esx.settings.clusters.DepotOverridesTypes.Depot depot) |
Removes a depot override from the list of currently configured depot overrides for a given cluster. | |
void | Remove (string cluster, vmware.esx.settings.clusters.DepotOverridesTypes.Depot depot, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Removes a depot override from the list of currently configured depot overrides for a given cluster. | |
global::System.Threading.Tasks.Task | RemoveAsync (string cluster, vmware.esx.settings.clusters.DepotOverridesTypes.Depot depot) |
Removes a depot override from the list of currently configured depot overrides for a given cluster. | |
global::System.Threading.Tasks.Task | RemoveAsync (string cluster, vmware.esx.settings.clusters.DepotOverridesTypes.Depot depot, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Removes a depot override from the list of currently configured depot overrides for a given cluster. |
Remote stub implementation of the DepotOverrides API service.
vmware::esx::settings::clusters::DepotOverridesStub::DepotOverridesStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.TypeConverter | typeConverter, | ||
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware::esx::settings::clusters::DepotOverridesStub::DepotOverridesStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
void vmware::esx::settings::clusters::DepotOverridesStub::Add | ( | string | cluster, |
vmware.esx.settings.clusters.DepotOverridesTypes.Depot | depot | ||
) | [inline] |
Adds a new depot override to the list of currently configured depot overrides for a given cluster.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.InvalidArgument | If an invalid location is provided. |
vmware.vapi.std.errors.NotFound | If there is no cluster associated with cluster in the system. |
vmware.vapi.std.errors.AlreadyExists | if depot override with given information already exists. |
vmware.vapi.std.errors.Error | If there is some unknown internal error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.ServiceUnavailable | If the service is not available. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
cluster | Identifier for the cluster. The parameter must be an identifier for the resource type: ClusterComputeResource . |
depot | Information of a depot override. |
Implements vmware::esx::settings::clusters::DepotOverrides.
void vmware::esx::settings::clusters::DepotOverridesStub::Add | ( | string | cluster, |
vmware.esx.settings.clusters.DepotOverridesTypes.Depot | depot, | ||
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Adds a new depot override to the list of currently configured depot overrides for a given cluster.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.InvalidArgument | If an invalid location is provided. |
vmware.vapi.std.errors.NotFound | If there is no cluster associated with cluster in the system. |
vmware.vapi.std.errors.AlreadyExists | if depot override with given information already exists. |
vmware.vapi.std.errors.Error | If there is some unknown internal error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.ServiceUnavailable | If the service is not available. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
cluster | Identifier for the cluster. The parameter must be an identifier for the resource type: ClusterComputeResource . |
depot | Information of a depot override. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::esx::settings::clusters::DepotOverrides.
global::System.Threading.Tasks.Task vmware::esx::settings::clusters::DepotOverridesStub::AddAsync | ( | string | cluster, |
vmware.esx.settings.clusters.DepotOverridesTypes.Depot | depot, | ||
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Adds a new depot override to the list of currently configured depot overrides for a given cluster.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.InvalidArgument | If an invalid location is provided. |
vmware.vapi.std.errors.NotFound | If there is no cluster associated with cluster in the system. |
vmware.vapi.std.errors.AlreadyExists | if depot override with given information already exists. |
vmware.vapi.std.errors.Error | If there is some unknown internal error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.ServiceUnavailable | If the service is not available. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
cluster | Identifier for the cluster. The parameter must be an identifier for the resource type: ClusterComputeResource . |
depot | Information of a depot override. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::esx::settings::clusters::DepotOverrides.
global::System.Threading.Tasks.Task vmware::esx::settings::clusters::DepotOverridesStub::AddAsync | ( | string | cluster, |
vmware.esx.settings.clusters.DepotOverridesTypes.Depot | depot | ||
) | [inline] |
Adds a new depot override to the list of currently configured depot overrides for a given cluster.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.InvalidArgument | If an invalid location is provided. |
vmware.vapi.std.errors.NotFound | If there is no cluster associated with cluster in the system. |
vmware.vapi.std.errors.AlreadyExists | if depot override with given information already exists. |
vmware.vapi.std.errors.Error | If there is some unknown internal error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.ServiceUnavailable | If the service is not available. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
cluster | Identifier for the cluster. The parameter must be an identifier for the resource type: ClusterComputeResource . |
depot | Information of a depot override. |
Implements vmware::esx::settings::clusters::DepotOverrides.
vmware.esx.settings.clusters.DepotOverridesTypes.Info vmware::esx::settings::clusters::DepotOverridesStub::Get | ( | string | cluster | ) | [inline] |
Returns the information about currently configured depot overrides for a given cluster.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.NotFound | If there is no cluster associated with cluster in the system. |
vmware.vapi.std.errors.ServiceUnavailable | If the service is not available. |
vmware.vapi.std.errors.Error | If there is some unknown internal error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
cluster | Identifier for the cluster. The parameter must be an identifier for the resource type: ClusterComputeResource . |
Implements vmware::esx::settings::clusters::DepotOverrides.
vmware.esx.settings.clusters.DepotOverridesTypes.Info vmware::esx::settings::clusters::DepotOverridesStub::Get | ( | string | cluster, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Returns the information about currently configured depot overrides for a given cluster.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.NotFound | If there is no cluster associated with cluster in the system. |
vmware.vapi.std.errors.ServiceUnavailable | If the service is not available. |
vmware.vapi.std.errors.Error | If there is some unknown internal error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
cluster | Identifier for the cluster. The parameter must be an identifier for the resource type: ClusterComputeResource . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::esx::settings::clusters::DepotOverrides.
global::System.Threading.Tasks.Task<vmware.esx.settings.clusters.DepotOverridesTypes.Info> vmware::esx::settings::clusters::DepotOverridesStub::GetAsync | ( | string | cluster, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Returns the information about currently configured depot overrides for a given cluster.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.NotFound | If there is no cluster associated with cluster in the system. |
vmware.vapi.std.errors.ServiceUnavailable | If the service is not available. |
vmware.vapi.std.errors.Error | If there is some unknown internal error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
cluster | Identifier for the cluster. The parameter must be an identifier for the resource type: ClusterComputeResource . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::esx::settings::clusters::DepotOverrides.
global::System.Threading.Tasks.Task<vmware.esx.settings.clusters.DepotOverridesTypes.Info> vmware::esx::settings::clusters::DepotOverridesStub::GetAsync | ( | string | cluster | ) | [inline] |
Returns the information about currently configured depot overrides for a given cluster.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.NotFound | If there is no cluster associated with cluster in the system. |
vmware.vapi.std.errors.ServiceUnavailable | If the service is not available. |
vmware.vapi.std.errors.Error | If there is some unknown internal error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
cluster | Identifier for the cluster. The parameter must be an identifier for the resource type: ClusterComputeResource . |
Implements vmware::esx::settings::clusters::DepotOverrides.
void vmware::esx::settings::clusters::DepotOverridesStub::Remove | ( | string | cluster, |
vmware.esx.settings.clusters.DepotOverridesTypes.Depot | depot | ||
) | [inline] |
Removes a depot override from the list of currently configured depot overrides for a given cluster.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.NotFound | If there is no depot override with given information or no cluster associated with identifier {param.name cluster} in the system. |
vmware.vapi.std.errors.Error | If there is some unknown internal error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.ServiceUnavailable | If the service is not available. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
cluster | Identifier for the cluster. The parameter must be an identifier for the resource type: ClusterComputeResource . |
depot | Information of the depot override to be removed. |
Implements vmware::esx::settings::clusters::DepotOverrides.
void vmware::esx::settings::clusters::DepotOverridesStub::Remove | ( | string | cluster, |
vmware.esx.settings.clusters.DepotOverridesTypes.Depot | depot, | ||
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Removes a depot override from the list of currently configured depot overrides for a given cluster.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.NotFound | If there is no depot override with given information or no cluster associated with identifier {param.name cluster} in the system. |
vmware.vapi.std.errors.Error | If there is some unknown internal error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.ServiceUnavailable | If the service is not available. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
cluster | Identifier for the cluster. The parameter must be an identifier for the resource type: ClusterComputeResource . |
depot | Information of the depot override to be removed. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::esx::settings::clusters::DepotOverrides.
global::System.Threading.Tasks.Task vmware::esx::settings::clusters::DepotOverridesStub::RemoveAsync | ( | string | cluster, |
vmware.esx.settings.clusters.DepotOverridesTypes.Depot | depot | ||
) | [inline] |
Removes a depot override from the list of currently configured depot overrides for a given cluster.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.NotFound | If there is no depot override with given information or no cluster associated with identifier {param.name cluster} in the system. |
vmware.vapi.std.errors.Error | If there is some unknown internal error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.ServiceUnavailable | If the service is not available. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
cluster | Identifier for the cluster. The parameter must be an identifier for the resource type: ClusterComputeResource . |
depot | Information of the depot override to be removed. |
Implements vmware::esx::settings::clusters::DepotOverrides.
global::System.Threading.Tasks.Task vmware::esx::settings::clusters::DepotOverridesStub::RemoveAsync | ( | string | cluster, |
vmware.esx.settings.clusters.DepotOverridesTypes.Depot | depot, | ||
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Removes a depot override from the list of currently configured depot overrides for a given cluster.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.NotFound | If there is no depot override with given information or no cluster associated with identifier {param.name cluster} in the system. |
vmware.vapi.std.errors.Error | If there is some unknown internal error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.ServiceUnavailable | If the service is not available. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
cluster | Identifier for the cluster. The parameter must be an identifier for the resource type: ClusterComputeResource . |
depot | Information of the depot override to be removed. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::esx::settings::clusters::DepotOverrides.