|
VMware vSphere Automation SDK for .NET 6.5.0
|
Defines the type descriptors for the Scsi 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 > | summary |
| static global::System.Lazy < vmware.vapi.bindings.type.StructType > | listInput |
| static global::System.Lazy < vmware.vapi.bindings.type.IType > | listOutput |
| static global::System.Lazy < vmware.vapi.bindings.type.StructType > | get_Input |
| static global::System.Lazy < vmware.vapi.bindings.type.IType > | get_Output |
| 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 > | updateInput |
| static global::System.Lazy < vmware.vapi.bindings.type.IType > | updateOutput |
| static global::System.Lazy < vmware.vapi.bindings.type.StructType > | deleteInput |
| static global::System.Lazy < vmware.vapi.bindings.type.IType > | deleteOutput |
Defines the type descriptors for the Scsi API service.
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::vm::hardware::adapter::ScsiDefinitions::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("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.adapter.ScsiDefinitions.createSpec.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::adapter::ScsiDefinitions::createOutput [static] |
new global::System.Lazy<vmware.vapi.bindings.type.IType>(() =>
{
return new vmware.vapi.bindings.type.IdType("com.vmware.vcenter.vm.hardware.ScsiAdapter");
})
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::vm::hardware::adapter::ScsiDefinitions::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.adapter.ScsiTypes.Type))));
fields.Add("bus", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType()));
fields.Add("pci_slot_number", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType()));
fields.Add("sharing", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.EnumType(typeof(vmware.vcenter.vm.hardware.adapter.ScsiTypes.Sharing))));
global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
return new vmware.vapi.bindings.type.StructType("com.vmware.vcenter.vm.hardware.adapter.scsi.create_spec", fields, typeof(vmware.vcenter.vm.hardware.adapter.ScsiTypes.CreateSpec), validators, false, null);
})
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::vm::hardware::adapter::ScsiDefinitions::deleteInput [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("adapter", new vmware.vapi.bindings.type.IdType("com.vmware.vcenter.vm.hardware.ScsiAdapter"));
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::adapter::ScsiDefinitions::deleteOutput [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::adapter::ScsiDefinitions::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"));
fields.Add("adapter", new vmware.vapi.bindings.type.IdType("com.vmware.vcenter.vm.hardware.ScsiAdapter"));
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::adapter::ScsiDefinitions::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.adapter.ScsiDefinitions.info.Value));
})
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::vm::hardware::adapter::ScsiDefinitions::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("label", new vmware.vapi.bindings.type.StringType());
fields.Add("type", new vmware.vapi.bindings.type.EnumType(typeof(vmware.vcenter.vm.hardware.adapter.ScsiTypes.Type)));
fields.Add("scsi", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.vm.hardware.StructDefinitions.scsiAddressInfo.Value)));
fields.Add("pci_slot_number", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType()));
fields.Add("sharing", new vmware.vapi.bindings.type.EnumType(typeof(vmware.vcenter.vm.hardware.adapter.ScsiTypes.Sharing)));
global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
return new vmware.vapi.bindings.type.StructType("com.vmware.vcenter.vm.hardware.adapter.scsi.info", fields, typeof(vmware.vcenter.vm.hardware.adapter.ScsiTypes.Info), validators, false, null);
})
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::vm::hardware::adapter::ScsiDefinitions::listInput [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::adapter::ScsiDefinitions::listOutput [static] |
new global::System.Lazy<vmware.vapi.bindings.type.IType>(() =>
{
return new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.vm.hardware.adapter.ScsiDefinitions.summary.Value)));
})
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::vm::hardware::adapter::ScsiDefinitions::summary [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("adapter", new vmware.vapi.bindings.type.IdType("com.vmware.vcenter.vm.hardware.ScsiAdapter"));
global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
return new vmware.vapi.bindings.type.StructType("com.vmware.vcenter.vm.hardware.adapter.scsi.summary", fields, typeof(vmware.vcenter.vm.hardware.adapter.ScsiTypes.Summary), validators, false, null);
})
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::vm::hardware::adapter::ScsiDefinitions::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("adapter", new vmware.vapi.bindings.type.IdType("com.vmware.vcenter.vm.hardware.ScsiAdapter"));
fields.Add("spec", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.vm.hardware.adapter.ScsiDefinitions.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::adapter::ScsiDefinitions::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::adapter::ScsiDefinitions::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("sharing", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.EnumType(typeof(vmware.vcenter.vm.hardware.adapter.ScsiTypes.Sharing))));
global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
return new vmware.vapi.bindings.type.StructType("com.vmware.vcenter.vm.hardware.adapter.scsi.update_spec", fields, typeof(vmware.vcenter.vm.hardware.adapter.ScsiTypes.UpdateSpec), validators, false, null);
})