VMware vSphere Automation SDK for .NET 7.0.0.1
|
Defines the type descriptors for the Boot API service. More...
Static Public Attributes | |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | info |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | createSpec |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | updateSpec |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | get_Input |
static global::System.Lazy < vmware.vapi.bindings.type.IType > | get_Output |
static vmware.vapi.inner.bindings.OperationDef | get_Def |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | updateInput |
static global::System.Lazy < vmware.vapi.bindings.type.IType > | updateOutput |
static vmware.vapi.inner.bindings.OperationDef | updateDef |
static readonly global::System.Collections.Generic.List < vmware.vapi.inner.bindings.OperationDef > | __operationDefs |
Defines the type descriptors for the Boot API service.
readonly global::System.Collections.Generic.List<vmware.vapi.inner.bindings.OperationDef> vmware::vcenter::vm::hardware::BootDefinitions::__operationDefs [static] |
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::vm::hardware::BootDefinitions::createSpec [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("type", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.EnumType(typeof(vmware.vcenter.vm.hardware.BootTypes.Type)))); fields.Add("efi_legacy_boot", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.BooleanType())); fields.Add("network_protocol", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.EnumType(typeof(vmware.vcenter.vm.hardware.BootTypes.NetworkProtocol)))); fields.Add("delay", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType())); fields.Add("retry", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.BooleanType())); fields.Add("retry_delay", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType())); fields.Add("enter_setup_mode", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.BooleanType())); global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null; validators = new global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator>(1); global::System.Collections.Generic.Dictionary<string, global::System.Collections.Generic.List<vmware.vapi.data.UnionValidator.FieldData>> caseFields = new global::System.Collections.Generic.Dictionary<string, global::System.Collections.Generic.List<vmware.vapi.data.UnionValidator.FieldData>>(); caseFields.Add("EFI", new global::System.Collections.Generic.List<vmware.vapi.data.UnionValidator.FieldData>(){new vmware.vapi.data.UnionValidator.FieldData("efi_legacy_boot", true), new vmware.vapi.data.UnionValidator.FieldData("network_protocol", true)}); caseFields.Add("BIOS", new global::System.Collections.Generic.List<vmware.vapi.data.UnionValidator.FieldData>(){}); validators.Add(new vmware.vapi.data.UnionValidator("type", caseFields)); return new vmware.vapi.bindings.type.StructType("com.vmware.vcenter.vm.hardware.boot.create_spec", fields, typeof(vmware.vcenter.vm.hardware.BootTypes.CreateSpec), validators, false, null); })
vmware.vapi.inner.bindings.OperationDef vmware::vcenter::vm::hardware::BootDefinitions::get_Def [static] |
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::vm::hardware::BootDefinitions::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>(); fields.Add("vm", new vmware.vapi.bindings.type.IdType("VirtualMachine")); 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::vcenter::vm::hardware::BootDefinitions::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.vcenter.vm.hardware.BootDefinitions.info.Value)); })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::vm::hardware::BootDefinitions::info [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("type", new vmware.vapi.bindings.type.EnumType(typeof(vmware.vcenter.vm.hardware.BootTypes.Type))); fields.Add("efi_legacy_boot", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.BooleanType())); fields.Add("network_protocol", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.EnumType(typeof(vmware.vcenter.vm.hardware.BootTypes.NetworkProtocol)))); fields.Add("delay", new vmware.vapi.bindings.type.IntegerType()); fields.Add("retry", new vmware.vapi.bindings.type.BooleanType()); fields.Add("retry_delay", new vmware.vapi.bindings.type.IntegerType()); fields.Add("enter_setup_mode", new vmware.vapi.bindings.type.BooleanType()); global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null; validators = new global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator>(1); global::System.Collections.Generic.Dictionary<string, global::System.Collections.Generic.List<vmware.vapi.data.UnionValidator.FieldData>> caseFields = new global::System.Collections.Generic.Dictionary<string, global::System.Collections.Generic.List<vmware.vapi.data.UnionValidator.FieldData>>(); caseFields.Add("EFI", new global::System.Collections.Generic.List<vmware.vapi.data.UnionValidator.FieldData>(){new vmware.vapi.data.UnionValidator.FieldData("efi_legacy_boot", false), new vmware.vapi.data.UnionValidator.FieldData("network_protocol", false)}); caseFields.Add("BIOS", new global::System.Collections.Generic.List<vmware.vapi.data.UnionValidator.FieldData>(){}); validators.Add(new vmware.vapi.data.UnionValidator("type", caseFields)); return new vmware.vapi.bindings.type.StructType("com.vmware.vcenter.vm.hardware.boot.info", fields, typeof(vmware.vcenter.vm.hardware.BootTypes.Info), validators, false, null); })
vmware.vapi.inner.bindings.OperationDef vmware::vcenter::vm::hardware::BootDefinitions::updateDef [static] |
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::vm::hardware::BootDefinitions::updateInput [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("vm", new vmware.vapi.bindings.type.IdType("VirtualMachine")); fields.Add("spec", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.vm.hardware.BootDefinitions.updateSpec.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::vcenter::vm::hardware::BootDefinitions::updateOutput [static] |
new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => { return new vmware.vapi.bindings.type.VoidType(); })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::vm::hardware::BootDefinitions::updateSpec [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("type", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.EnumType(typeof(vmware.vcenter.vm.hardware.BootTypes.Type)))); fields.Add("efi_legacy_boot", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.BooleanType())); fields.Add("network_protocol", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.EnumType(typeof(vmware.vcenter.vm.hardware.BootTypes.NetworkProtocol)))); fields.Add("delay", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType())); fields.Add("retry", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.BooleanType())); fields.Add("retry_delay", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType())); fields.Add("enter_setup_mode", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.BooleanType())); global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null; validators = new global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator>(1); global::System.Collections.Generic.Dictionary<string, global::System.Collections.Generic.List<vmware.vapi.data.UnionValidator.FieldData>> caseFields = new global::System.Collections.Generic.Dictionary<string, global::System.Collections.Generic.List<vmware.vapi.data.UnionValidator.FieldData>>(); caseFields.Add("EFI", new global::System.Collections.Generic.List<vmware.vapi.data.UnionValidator.FieldData>(){new vmware.vapi.data.UnionValidator.FieldData("efi_legacy_boot", true), new vmware.vapi.data.UnionValidator.FieldData("network_protocol", true)}); caseFields.Add("BIOS", new global::System.Collections.Generic.List<vmware.vapi.data.UnionValidator.FieldData>(){}); validators.Add(new vmware.vapi.data.UnionValidator("type", caseFields)); return new vmware.vapi.bindings.type.StructType("com.vmware.vcenter.vm.hardware.boot.update_spec", fields, typeof(vmware.vcenter.vm.hardware.BootTypes.UpdateSpec), validators, false, null); })