VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::appliance::infraprofile::Configs Interface Reference

Configs interface provides methods to manage desired configuration specification of an appliance. More...

Inherited by vmware::appliance::infraprofile::ConfigsStub.

List of all members.

Public Member Functions

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

Configs interface provides methods to manage desired configuration specification of an appliance.


Member Function Documentation

string vmware::appliance::infraprofile::Configs::Export ( vmware.appliance.infraprofile.ConfigsTypes.ProfilesSpec  spec)

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.

Implemented in vmware::appliance::infraprofile::ConfigsStub.

string vmware::appliance::infraprofile::Configs::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.

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.

Implemented in vmware::appliance::infraprofile::ConfigsStub.

global::System.Threading.Tasks.Task<string> vmware::appliance::infraprofile::Configs::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.

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.

Implemented in vmware::appliance::infraprofile::ConfigsStub.

global::System.Threading.Tasks.Task<string> vmware::appliance::infraprofile::Configs::ExportAsync ( vmware.appliance.infraprofile.ConfigsTypes.ProfilesSpec  spec)

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.

Implemented in vmware::appliance::infraprofile::ConfigsStub.

string vmware::appliance::infraprofile::Configs::ImportProfile_Task ( vmware.appliance.infraprofile.ConfigsTypes.ImportProfileSpec  spec)

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

Implemented in vmware::appliance::infraprofile::ConfigsStub.

string vmware::appliance::infraprofile::Configs::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.

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

Implemented in vmware::appliance::infraprofile::ConfigsStub.

global::System.Collections.Generic.List<vmware.appliance.infraprofile.ConfigsTypes.ProfileInfo> vmware::appliance::infraprofile::Configs::List ( )

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.

Implemented in vmware::appliance::infraprofile::ConfigsStub.

global::System.Collections.Generic.List<vmware.appliance.infraprofile.ConfigsTypes.ProfileInfo> vmware::appliance::infraprofile::Configs::List ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

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.

Implemented in vmware::appliance::infraprofile::ConfigsStub.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.appliance.infraprofile.ConfigsTypes.ProfileInfo> > vmware::appliance::infraprofile::Configs::ListAsync ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

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.

Implemented in vmware::appliance::infraprofile::ConfigsStub.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.appliance.infraprofile.ConfigsTypes.ProfileInfo> > vmware::appliance::infraprofile::Configs::ListAsync ( )

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.

Implemented in vmware::appliance::infraprofile::ConfigsStub.

string vmware::appliance::infraprofile::Configs::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.

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

Implemented in vmware::appliance::infraprofile::ConfigsStub.

string vmware::appliance::infraprofile::Configs::Validate_Task ( vmware.appliance.infraprofile.ConfigsTypes.ImportProfileSpec  spec)

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

Implemented in vmware::appliance::infraprofile::ConfigsStub.


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