|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
Defines the type descriptors for the ResourceAddresses 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 > | listResult |
| static global::System.Lazy < vmware.vapi.bindings.type.StructType > | filterSpec |
| 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 |
Defines the type descriptors for the ResourceAddresses API service.
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vstats::ResourceAddressesDefinitions::filterSpec [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("types", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.IdType("com.vmware.vstats.model.RsrcType"))));
fields.Add("resources", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.StringType())));
fields.Add("page", new vmware.vapi.bindings.type.OptionalType(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.vstats.resource_addresses.filter_spec", fields, typeof(vmware.vstats.ResourceAddressesTypes.FilterSpec), validators, false, null);
})
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vstats::ResourceAddressesDefinitions::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("id", new vmware.vapi.bindings.type.IdType("com.vmware.vstats.model.RsrcAddr"));
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::vstats::ResourceAddressesDefinitions::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.vstats.ResourceAddressesDefinitions.info.Value));
})
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vstats::ResourceAddressesDefinitions::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("id", new vmware.vapi.bindings.type.IdType("com.vmware.vstats.model.RsrcAddr"));
fields.Add("resource_ids", new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vstats.StructDefinitions.rsrcId.Value))));
global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
return new vmware.vapi.bindings.type.StructType("com.vmware.vstats.resource_addresses.info", fields, typeof(vmware.vstats.ResourceAddressesTypes.Info), validators, false, null);
})
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vstats::ResourceAddressesDefinitions::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("filter", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vstats.ResourceAddressesDefinitions.filterSpec.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::vstats::ResourceAddressesDefinitions::listOutput [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.vstats.ResourceAddressesDefinitions.listResult.Value));
})
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vstats::ResourceAddressesDefinitions::listResult [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("rsrc_addrs", new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vstats.ResourceAddressesDefinitions.info.Value))));
fields.Add("next", new vmware.vapi.bindings.type.OptionalType(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.vstats.resource_addresses.list_result", fields, typeof(vmware.vstats.ResourceAddressesTypes.ListResult), validators, false, null);
})