VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::storage::PoliciesDefinitions Class Reference

Defines the type descriptors for the Policies API service. More...

List of all members.

Static Public Attributes

static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
filterSpec
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
summary
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
compatibleDatastoreInfo
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
compatibilityInfo
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
listInput
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
listOutput
static
vmware.vapi.inner.bindings.OperationDef 
listDef
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
checkCompatibilityInput
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
checkCompatibilityOutput
static
vmware.vapi.inner.bindings.OperationDef 
checkCompatibilityDef
static readonly
global::System.Collections.Generic.List
< vmware.vapi.inner.bindings.OperationDef > 
__operationDefs

Detailed Description

Defines the type descriptors for the Policies API service.


Member Data Documentation

readonly global::System.Collections.Generic.List<vmware.vapi.inner.bindings.OperationDef> vmware::vcenter::storage::PoliciesDefinitions::__operationDefs [static]
vmware.vapi.inner.bindings.OperationDef vmware::vcenter::storage::PoliciesDefinitions::checkCompatibilityDef [static]
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::storage::PoliciesDefinitions::checkCompatibilityInput [static]
Initial value:
            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("policy", new vmware.vapi.bindings.type.IdType("com.vmware.vcenter.StoragePolicy"));
                fields.Add("datastores", new vmware.vapi.bindings.type.SetType(new vmware.vapi.bindings.type.IdType("Datastore")));
                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::storage::PoliciesDefinitions::checkCompatibilityOutput [static]
Initial value:
            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.storage.PoliciesDefinitions.compatibilityInfo.Value));
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::storage::PoliciesDefinitions::compatibilityInfo [static]
Initial value:
            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("compatible_datastores", new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.storage.PoliciesDefinitions.compatibleDatastoreInfo.Value))));
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("com.vmware.vcenter.storage.policies.compatibility_info", fields, typeof(vmware.vcenter.storage.PoliciesTypes.CompatibilityInfo), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::storage::PoliciesDefinitions::compatibleDatastoreInfo [static]
Initial value:
            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("datastore", new vmware.vapi.bindings.type.IdType("Datastore"));
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("com.vmware.vcenter.storage.policies.compatible_datastore_info", fields, typeof(vmware.vcenter.storage.PoliciesTypes.CompatibleDatastoreInfo), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::storage::PoliciesDefinitions::filterSpec [static]
Initial value:
            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("policies", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.SetType(new vmware.vapi.bindings.type.IdType("com.vmware.vcenter.StoragePolicy"))));
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("com.vmware.vcenter.storage.policies.filter_spec", fields, typeof(vmware.vcenter.storage.PoliciesTypes.FilterSpec), validators, false, null);
            })
vmware.vapi.inner.bindings.OperationDef vmware::vcenter::storage::PoliciesDefinitions::listDef [static]
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::storage::PoliciesDefinitions::listInput [static]
Initial value:
            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.vcenter.storage.PoliciesDefinitions.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::vcenter::storage::PoliciesDefinitions::listOutput [static]
Initial value:
            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.storage.PoliciesDefinitions.summary.Value)));
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::storage::PoliciesDefinitions::summary [static]
Initial value:
            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("policy", new vmware.vapi.bindings.type.IdType("com.vmware.vcenter.StoragePolicy"));
                fields.Add("name", new vmware.vapi.bindings.type.StringType());
                fields.Add("description", 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.storage.policies.summary", fields, typeof(vmware.vcenter.storage.PoliciesTypes.Summary), validators, false, null);
            })

The documentation for this class was generated from the following file: