|
VMware vSphere Automation SDK for .NET 6.5.0
|
Defines the type descriptors for the Job API service. More...
Static Public Attributes | |
| static global::System.Lazy < vmware.vapi.bindings.type.StructType > | localizableMessage |
| static global::System.Lazy < vmware.vapi.bindings.type.StructType > | returnResult |
| static global::System.Lazy < vmware.vapi.bindings.type.StructType > | restoreRequest |
| static global::System.Lazy < vmware.vapi.bindings.type.StructType > | restoreJobStatus |
| static global::System.Lazy < vmware.vapi.bindings.type.StructType > | cancelInput |
| static global::System.Lazy < vmware.vapi.bindings.type.IType > | cancelOutput |
| static global::System.Lazy < vmware.vapi.bindings.type.StructType > | createInput |
| static global::System.Lazy < vmware.vapi.bindings.type.IType > | createOutput |
| static global::System.Lazy < vmware.vapi.bindings.type.StructType > | get_Input |
| static global::System.Lazy < vmware.vapi.bindings.type.IType > | get_Output |
Defines the type descriptors for the Job API service.
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::appliance::recovery::restore::JobDefinitions::cancelInput [static] |
new global::System.Lazy<vmware.vapi.bindings.type.StructType>(() =>
{
global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType> fields =
new global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType>();
global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
return new vmware.vapi.bindings.type.StructType("operation-input", fields, typeof(vmware.vapi.data.StructValue), validators, false, null);
})
global::System.Lazy<vmware.vapi.bindings.type.IType> vmware::appliance::recovery::restore::JobDefinitions::cancelOutput [static] |
new global::System.Lazy<vmware.vapi.bindings.type.IType>(() =>
{
return new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.appliance.recovery.restore.JobDefinitions.returnResult.Value));
})
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::appliance::recovery::restore::JobDefinitions::createInput [static] |
new global::System.Lazy<vmware.vapi.bindings.type.StructType>(() =>
{
global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType> fields =
new global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType>();
fields.Add("piece", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.appliance.recovery.restore.JobDefinitions.restoreRequest.Value)));
global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
return new vmware.vapi.bindings.type.StructType("operation-input", fields, typeof(vmware.vapi.data.StructValue), validators, false, null);
})
global::System.Lazy<vmware.vapi.bindings.type.IType> vmware::appliance::recovery::restore::JobDefinitions::createOutput [static] |
new global::System.Lazy<vmware.vapi.bindings.type.IType>(() =>
{
return new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.appliance.recovery.restore.JobDefinitions.restoreJobStatus.Value));
})
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::appliance::recovery::restore::JobDefinitions::get_Input [static] |
new global::System.Lazy<vmware.vapi.bindings.type.StructType>(() =>
{
global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType> fields =
new global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType>();
global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
return new vmware.vapi.bindings.type.StructType("operation-input", fields, typeof(vmware.vapi.data.StructValue), validators, false, null);
})
global::System.Lazy<vmware.vapi.bindings.type.IType> vmware::appliance::recovery::restore::JobDefinitions::get_Output [static] |
new global::System.Lazy<vmware.vapi.bindings.type.IType>(() =>
{
return new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.appliance.recovery.restore.JobDefinitions.restoreJobStatus.Value));
})
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::appliance::recovery::restore::JobDefinitions::localizableMessage [static] |
new global::System.Lazy<vmware.vapi.bindings.type.StructType>(() =>
{
global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType> fields =
new global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType>();
fields.Add("id", new vmware.vapi.bindings.type.StringType());
fields.Add("default_message", new vmware.vapi.bindings.type.StringType());
fields.Add("args", new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.StringType()));
global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
return new vmware.vapi.bindings.type.StructType("com.vmware.appliance.recovery.restore.job.localizable_message", fields, typeof(vmware.appliance.recovery.restore.JobTypes.LocalizableMessage), validators, false, null);
})
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::appliance::recovery::restore::JobDefinitions::restoreJobStatus [static] |
new global::System.Lazy<vmware.vapi.bindings.type.StructType>(() =>
{
global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType> fields =
new global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType>();
fields.Add("state", new vmware.vapi.bindings.type.EnumType(typeof(vmware.appliance.recovery.restore.JobTypes.BackupRestoreProcessState)));
fields.Add("messages", new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.appliance.recovery.restore.JobDefinitions.localizableMessage.Value))));
fields.Add("progress", new vmware.vapi.bindings.type.IntegerType());
global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
return new vmware.vapi.bindings.type.StructType("com.vmware.appliance.recovery.restore.job.restore_job_status", fields, typeof(vmware.appliance.recovery.restore.JobTypes.RestoreJobStatus), validators, false, null);
})
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::appliance::recovery::restore::JobDefinitions::restoreRequest [static] |
new global::System.Lazy<vmware.vapi.bindings.type.StructType>(() =>
{
global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType> fields =
new global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType>();
fields.Add("backup_password", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.SecretType()));
fields.Add("location_type", new vmware.vapi.bindings.type.EnumType(typeof(vmware.appliance.recovery.restore.JobTypes.LocationType)));
fields.Add("location", new vmware.vapi.bindings.type.StringType());
fields.Add("location_user", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.StringType()));
fields.Add("location_password", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.SecretType()));
global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
return new vmware.vapi.bindings.type.StructType("com.vmware.appliance.recovery.restore.job.restore_request", fields, typeof(vmware.appliance.recovery.restore.JobTypes.RestoreRequest), validators, false, null);
})
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::appliance::recovery::restore::JobDefinitions::returnResult [static] |
new global::System.Lazy<vmware.vapi.bindings.type.StructType>(() =>
{
global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType> fields =
new global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType>();
fields.Add("status", new vmware.vapi.bindings.type.EnumType(typeof(vmware.appliance.recovery.restore.JobTypes.ReturnStatus)));
fields.Add("messages", new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.appliance.recovery.restore.JobDefinitions.localizableMessage.Value))));
global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
return new vmware.vapi.bindings.type.StructType("com.vmware.appliance.recovery.restore.job.return_result", fields, typeof(vmware.appliance.recovery.restore.JobTypes.ReturnResult), validators, false, null);
})