|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
Defines the type descriptors for the Instances API service. More...
Static Public Attributes | |
| 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 |
Defines the type descriptors for the Instances API service.
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::namespaces::user::InstancesDefinitions::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>();
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::namespaces::user::InstancesDefinitions::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.namespaces.user.InstancesDefinitions.summary.Value)));
})
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::namespaces::user::InstancesDefinitions::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("namespace", new vmware.vapi.bindings.type.IdType("com.vmware.vcenter.namespaces.Instance"));
fields.Add("master_host", 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.vcenter.namespaces.user.instances.summary", fields, typeof(vmware.vcenter.namespaces.user.InstancesTypes.Summary), validators, false, null);
})