VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::appliance::infraprofile::ConfigsStub Class Reference

Remote stub implementation of the Configs API service. More...

Inherits vmware::appliance::infraprofile::Configs.

List of all members.

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.

Detailed Description

Remote stub implementation of the Configs API service.


Constructor & Destructor Documentation

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]

Member Function Documentation

string vmware::appliance::infraprofile::ConfigsStub::Export ( vmware.appliance.infraprofile.ConfigsTypes.ProfilesSpec  spec) [inline]

Exports the desired profile specification.

Exceptions:
vmware.vapi.std.errors.ErrorIf there is unknown internal error. The accompanying error message will give more details about the failure.
vmware.vapi.std.errors.NotFoundIf there is no profile associated.
vmware.vapi.std.errors.ServiceUnavailableIf the service is not available.
vmware.vapi.std.errors.UnauthenticatedIf the caller is not authenticated.
Parameters:
specinformation to export the profile.
Returns:
Configuration specification JSON in string format.

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.

Exceptions:
vmware.vapi.std.errors.ErrorIf there is unknown internal error. The accompanying error message will give more details about the failure.
vmware.vapi.std.errors.NotFoundIf there is no profile associated.
vmware.vapi.std.errors.ServiceUnavailableIf the service is not available.
vmware.vapi.std.errors.UnauthenticatedIf the caller is not authenticated.
Parameters:
specinformation to export the profile.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Configuration specification JSON in string format.

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.

Exceptions:
vmware.vapi.std.errors.ErrorIf there is unknown internal error. The accompanying error message will give more details about the failure.
vmware.vapi.std.errors.NotFoundIf there is no profile associated.
vmware.vapi.std.errors.ServiceUnavailableIf the service is not available.
vmware.vapi.std.errors.UnauthenticatedIf the caller is not authenticated.
Parameters:
specinformation to export the profile.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Configuration specification JSON in string format.

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.

Exceptions:
vmware.vapi.std.errors.ErrorIf there is unknown internal error. The accompanying error message will give more details about the failure.
vmware.vapi.std.errors.NotFoundIf there is no profile associated.
vmware.vapi.std.errors.ServiceUnavailableIf the service is not available.
vmware.vapi.std.errors.UnauthenticatedIf the caller is not authenticated.
Parameters:
specinformation to export the profile.
Returns:
Configuration specification JSON in string format.

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.

Exceptions:
vmware.vapi.std.errors.ErrorIf there is unknown internal error. The accompanying error message will give more details about the failure.
vmware.vapi.std.errors.NotFoundIf there is no profile associated.
vmware.vapi.std.errors.ServiceUnavailableIf the service is not available.
vmware.vapi.std.errors.NotAllowedInCurrentStateIf there is another operation in progress.
vmware.vapi.std.errors.UnauthenticatedIf the caller is not authenticated.
Parameters:
specinformation to import the profile.
Returns:
Identifier for the task created by this API invocation

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.

Exceptions:
vmware.vapi.std.errors.ErrorIf there is unknown internal error. The accompanying error message will give more details about the failure.
vmware.vapi.std.errors.NotFoundIf there is no profile associated.
vmware.vapi.std.errors.ServiceUnavailableIf the service is not available.
vmware.vapi.std.errors.NotAllowedInCurrentStateIf there is another operation in progress.
vmware.vapi.std.errors.UnauthenticatedIf the caller is not authenticated.
Parameters:
specinformation to import the profile.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Identifier for the task created by this API 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.

Exceptions:
vmware.vapi.std.errors.ErrorIf there is unknown internal error. The accompanying error message will give more details about the failure.
vmware.vapi.std.errors.ServiceUnavailableIf the service is not available.
vmware.vapi.std.errors.UnauthenticatedIf the caller is not authenticated.
Returns:
List of profiles with description are registered.

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.

Exceptions:
vmware.vapi.std.errors.ErrorIf there is unknown internal error. The accompanying error message will give more details about the failure.
vmware.vapi.std.errors.ServiceUnavailableIf the service is not available.
vmware.vapi.std.errors.UnauthenticatedIf the caller is not authenticated.
Returns:
List of profiles with description are registered.

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.

Exceptions:
vmware.vapi.std.errors.ErrorIf there is unknown internal error. The accompanying error message will give more details about the failure.
vmware.vapi.std.errors.ServiceUnavailableIf the service is not available.
vmware.vapi.std.errors.UnauthenticatedIf the caller is not authenticated.
Returns:
List of profiles with description are registered.

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.

Exceptions:
vmware.vapi.std.errors.ErrorIf there is unknown internal error. The accompanying error message will give more details about the failure.
vmware.vapi.std.errors.ServiceUnavailableIf the service is not available.
vmware.vapi.std.errors.UnauthenticatedIf the caller is not authenticated.
Returns:
List of profiles with description are registered.

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.

Exceptions:
vmware.vapi.std.errors.ErrorIf there is unknown internal error. The accompanying error message will give more details about the failure.
vmware.vapi.std.errors.NotFoundIf there is no profile associated.
vmware.vapi.std.errors.ServiceUnavailableIf the service is not available.
vmware.vapi.std.errors.UnauthenticatedIf the caller is not authenticated.
Parameters:
specinformation to validate the profile.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Identifier for the task created by this API 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.

Exceptions:
vmware.vapi.std.errors.ErrorIf there is unknown internal error. The accompanying error message will give more details about the failure.
vmware.vapi.std.errors.NotFoundIf there is no profile associated.
vmware.vapi.std.errors.ServiceUnavailableIf the service is not available.
vmware.vapi.std.errors.UnauthenticatedIf the caller is not authenticated.
Parameters:
specinformation to validate the profile.
Returns:
Identifier for the task created by this API invocation

Implements vmware::appliance::infraprofile::Configs.


The documentation for this class was generated from the following file: