VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the Configs API service. More...
Inherits vmware::appliance::infraprofile::Configs.
Public Member Functions | |
ConfigsStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
ConfigsStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
global::System.Collections.Generic.List < vmware.appliance.infraprofile.ConfigsTypes.ProfileInfo > | List () |
List all the profiles which are registered. | |
global::System.Collections.Generic.List < vmware.appliance.infraprofile.ConfigsTypes.ProfileInfo > | List (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
List all the profiles which are registered. | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.appliance.infraprofile.ConfigsTypes.ProfileInfo > > | ListAsync () |
List all the profiles which are registered. | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.appliance.infraprofile.ConfigsTypes.ProfileInfo > > | ListAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
List all the profiles which are registered. | |
string | Export (vmware.appliance.infraprofile.ConfigsTypes.ProfilesSpec spec) |
Exports the desired profile specification. | |
string | Export (vmware.appliance.infraprofile.ConfigsTypes.ProfilesSpec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Exports the desired profile specification. | |
global::System.Threading.Tasks.Task < string > | ExportAsync (vmware.appliance.infraprofile.ConfigsTypes.ProfilesSpec spec) |
Exports the desired profile specification. | |
global::System.Threading.Tasks.Task < string > | ExportAsync (vmware.appliance.infraprofile.ConfigsTypes.ProfilesSpec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Exports the desired profile specification. | |
string | Validate_Task (vmware.appliance.infraprofile.ConfigsTypes.ImportProfileSpec spec) |
Validates the desired profile specification. | |
string | Validate_Task (vmware.appliance.infraprofile.ConfigsTypes.ImportProfileSpec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Validates the desired profile specification. | |
string | ImportProfile_Task (vmware.appliance.infraprofile.ConfigsTypes.ImportProfileSpec spec) |
Imports the desired profile specification. | |
string | ImportProfile_Task (vmware.appliance.infraprofile.ConfigsTypes.ImportProfileSpec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Imports the desired profile specification. |
Remote stub implementation of the Configs API service.
vmware::appliance::infraprofile::ConfigsStub::ConfigsStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.TypeConverter | typeConverter, | ||
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware::appliance::infraprofile::ConfigsStub::ConfigsStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
string vmware::appliance::infraprofile::ConfigsStub::Export | ( | vmware.appliance.infraprofile.ConfigsTypes.ProfilesSpec | spec | ) | [inline] |
Exports the desired profile specification.
vmware.vapi.std.errors.Error | If there is unknown internal error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.NotFound | If there is no profile associated. |
vmware.vapi.std.errors.ServiceUnavailable | If the service is not available. |
vmware.vapi.std.errors.Unauthenticated | If the caller is not authenticated. |
spec | information to export the profile. |
Implements vmware::appliance::infraprofile::Configs.
string vmware::appliance::infraprofile::ConfigsStub::Export | ( | vmware.appliance.infraprofile.ConfigsTypes.ProfilesSpec | spec, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Exports the desired profile specification.
vmware.vapi.std.errors.Error | If there is unknown internal error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.NotFound | If there is no profile associated. |
vmware.vapi.std.errors.ServiceUnavailable | If the service is not available. |
vmware.vapi.std.errors.Unauthenticated | If the caller is not authenticated. |
spec | information to export the profile. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::appliance::infraprofile::Configs.
global::System.Threading.Tasks.Task<string> vmware::appliance::infraprofile::ConfigsStub::ExportAsync | ( | vmware.appliance.infraprofile.ConfigsTypes.ProfilesSpec | spec, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Exports the desired profile specification.
vmware.vapi.std.errors.Error | If there is unknown internal error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.NotFound | If there is no profile associated. |
vmware.vapi.std.errors.ServiceUnavailable | If the service is not available. |
vmware.vapi.std.errors.Unauthenticated | If the caller is not authenticated. |
spec | information to export the profile. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::appliance::infraprofile::Configs.
global::System.Threading.Tasks.Task<string> vmware::appliance::infraprofile::ConfigsStub::ExportAsync | ( | vmware.appliance.infraprofile.ConfigsTypes.ProfilesSpec | spec | ) | [inline] |
Exports the desired profile specification.
vmware.vapi.std.errors.Error | If there is unknown internal error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.NotFound | If there is no profile associated. |
vmware.vapi.std.errors.ServiceUnavailable | If the service is not available. |
vmware.vapi.std.errors.Unauthenticated | If the caller is not authenticated. |
spec | information to export the profile. |
Implements vmware::appliance::infraprofile::Configs.
string vmware::appliance::infraprofile::ConfigsStub::ImportProfile_Task | ( | vmware.appliance.infraprofile.ConfigsTypes.ImportProfileSpec | spec | ) | [inline] |
Imports the desired profile specification.
Task method overload. Result of the invocation is a task identifier which is going to be returned by this method.
vmware.vapi.std.errors.Error | If there is unknown internal error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.NotFound | If there is no profile associated. |
vmware.vapi.std.errors.ServiceUnavailable | If the service is not available. |
vmware.vapi.std.errors.NotAllowedInCurrentState | If there is another operation in progress. |
vmware.vapi.std.errors.Unauthenticated | If the caller is not authenticated. |
spec | information to import the profile. |
Implements vmware::appliance::infraprofile::Configs.
string vmware::appliance::infraprofile::ConfigsStub::ImportProfile_Task | ( | vmware.appliance.infraprofile.ConfigsTypes.ImportProfileSpec | spec, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Imports the desired profile specification.
Task method overload. Result of the invocation is a task identifier which is going to be returned by this method.
vmware.vapi.std.errors.Error | If there is unknown internal error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.NotFound | If there is no profile associated. |
vmware.vapi.std.errors.ServiceUnavailable | If the service is not available. |
vmware.vapi.std.errors.NotAllowedInCurrentState | If there is another operation in progress. |
vmware.vapi.std.errors.Unauthenticated | If the caller is not authenticated. |
spec | information to import the profile. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::appliance::infraprofile::Configs.
global::System.Collections.Generic.List<vmware.appliance.infraprofile.ConfigsTypes.ProfileInfo> vmware::appliance::infraprofile::ConfigsStub::List | ( | ) | [inline] |
List all the profiles which are registered.
vmware.vapi.std.errors.Error | If there is 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.Unauthenticated | If the caller is not authenticated. |
Implements vmware::appliance::infraprofile::Configs.
global::System.Collections.Generic.List<vmware.appliance.infraprofile.ConfigsTypes.ProfileInfo> vmware::appliance::infraprofile::ConfigsStub::List | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
List all the profiles which are registered.
vmware.vapi.std.errors.Error | If there is 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.Unauthenticated | If the caller is not authenticated. |
Implements vmware::appliance::infraprofile::Configs.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.appliance.infraprofile.ConfigsTypes.ProfileInfo> > vmware::appliance::infraprofile::ConfigsStub::ListAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
List all the profiles which are registered.
vmware.vapi.std.errors.Error | If there is 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.Unauthenticated | If the caller is not authenticated. |
Implements vmware::appliance::infraprofile::Configs.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.appliance.infraprofile.ConfigsTypes.ProfileInfo> > vmware::appliance::infraprofile::ConfigsStub::ListAsync | ( | ) | [inline] |
List all the profiles which are registered.
vmware.vapi.std.errors.Error | If there is 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.Unauthenticated | If the caller is not authenticated. |
Implements vmware::appliance::infraprofile::Configs.
string vmware::appliance::infraprofile::ConfigsStub::Validate_Task | ( | vmware.appliance.infraprofile.ConfigsTypes.ImportProfileSpec | spec, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Validates the desired profile specification.
Task method overload. Result of the invocation is a task identifier which is going to be returned by this method.
vmware.vapi.std.errors.Error | If there is unknown internal error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.NotFound | If there is no profile associated. |
vmware.vapi.std.errors.ServiceUnavailable | If the service is not available. |
vmware.vapi.std.errors.Unauthenticated | If the caller is not authenticated. |
spec | information to validate the profile. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::appliance::infraprofile::Configs.
string vmware::appliance::infraprofile::ConfigsStub::Validate_Task | ( | vmware.appliance.infraprofile.ConfigsTypes.ImportProfileSpec | spec | ) | [inline] |
Validates the desired profile specification.
Task method overload. Result of the invocation is a task identifier which is going to be returned by this method.
vmware.vapi.std.errors.Error | If there is unknown internal error. The accompanying error message will give more details about the failure. |
vmware.vapi.std.errors.NotFound | If there is no profile associated. |
vmware.vapi.std.errors.ServiceUnavailable | If the service is not available. |
vmware.vapi.std.errors.Unauthenticated | If the caller is not authenticated. |
spec | information to validate the profile. |
Implements vmware::appliance::infraprofile::Configs.