VMware vSphere Automation SDK for .NET 7.0.0.1
|
Defines the type descriptors for the Subscriptions API service. More...
Static Public Attributes | |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | createSpecNewSubscribedLibrary |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | createSpecVcenter |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | createSpecPlacement |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | createSpecSubscribedLibrary |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | createSpec |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | summary |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | updateSpecVcenter |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | updateSpecPlacement |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | updateSpec |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | vcenterInfo |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | placementInfo |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | info |
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 > | deleteInput |
static global::System.Lazy < vmware.vapi.bindings.type.IType > | deleteOutput |
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 > | updateInput |
static global::System.Lazy < vmware.vapi.bindings.type.IType > | updateOutput |
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 Subscriptions API service.
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::content::library::SubscriptionsDefinitions::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("client_token", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.StringType())); fields.Add("library", new vmware.vapi.bindings.type.IdType("com.vmware.content.Library")); fields.Add("spec", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.content.library.SubscriptionsDefinitions.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::content::library::SubscriptionsDefinitions::createOutput [static] |
new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => { return new vmware.vapi.bindings.type.IdType("com.vmware.content.library.Subscriptions"); })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::content::library::SubscriptionsDefinitions::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("subscribed_library", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.content.library.SubscriptionsDefinitions.createSpecSubscribedLibrary.Value))); global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null; return new vmware.vapi.bindings.type.StructType("com.vmware.content.library.subscriptions.create_spec", fields, typeof(vmware.content.library.SubscriptionsTypes.CreateSpec), validators, false, null); })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::content::library::SubscriptionsDefinitions::createSpecNewSubscribedLibrary [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("name", new vmware.vapi.bindings.type.StringType()); fields.Add("description", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.StringType())); fields.Add("storage_backings", new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.content.library.StructDefinitions.storageBacking.Value)))); fields.Add("automatic_sync_enabled", new vmware.vapi.bindings.type.BooleanType()); fields.Add("on_demand", new vmware.vapi.bindings.type.BooleanType()); global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null; return new vmware.vapi.bindings.type.StructType("com.vmware.content.library.subscriptions.create_spec_new_subscribed_library", fields, typeof(vmware.content.library.SubscriptionsTypes.CreateSpecNewSubscribedLibrary), validators, false, null); })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::content::library::SubscriptionsDefinitions::createSpecPlacement [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("folder", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IdType("Folder:VCenter"))); fields.Add("cluster", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IdType("ClusterComputeResource:VCenter"))); fields.Add("resource_pool", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IdType("ResourcePool:VCenter"))); fields.Add("host", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IdType("HostSystem:VCenter"))); fields.Add("network", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IdType("Network:VCenter"))); global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null; return new vmware.vapi.bindings.type.StructType("com.vmware.content.library.subscriptions.create_spec_placement", fields, typeof(vmware.content.library.SubscriptionsTypes.CreateSpecPlacement), validators, false, null); })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::content::library::SubscriptionsDefinitions::createSpecSubscribedLibrary [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("target", new vmware.vapi.bindings.type.EnumType(typeof(vmware.content.library.SubscriptionsTypes.CreateSpecSubscribedLibrary.Target))); fields.Add("new_subscribed_library", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.content.library.SubscriptionsDefinitions.createSpecNewSubscribedLibrary.Value)))); fields.Add("subscribed_library", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IdType("com.vmware.content.Library"))); fields.Add("location", new vmware.vapi.bindings.type.EnumType(typeof(vmware.content.library.SubscriptionsTypes.Location))); fields.Add("vcenter", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.content.library.SubscriptionsDefinitions.createSpecVcenter.Value)))); fields.Add("placement", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.content.library.SubscriptionsDefinitions.createSpecPlacement.Value)))); global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null; validators = new global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator>(2); 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("CREATE_NEW", new global::System.Collections.Generic.List<vmware.vapi.data.UnionValidator.FieldData>(){new vmware.vapi.data.UnionValidator.FieldData("new_subscribed_library", false)}); caseFields.Add("USE_EXISTING", new global::System.Collections.Generic.List<vmware.vapi.data.UnionValidator.FieldData>(){new vmware.vapi.data.UnionValidator.FieldData("subscribed_library", false)}); validators.Add(new vmware.vapi.data.UnionValidator("target", caseFields)); caseFields.Add("REMOTE", new global::System.Collections.Generic.List<vmware.vapi.data.UnionValidator.FieldData>(){new vmware.vapi.data.UnionValidator.FieldData("vcenter", false)}); caseFields.Add("LOCAL", new global::System.Collections.Generic.List<vmware.vapi.data.UnionValidator.FieldData>(){}); validators.Add(new vmware.vapi.data.UnionValidator("location", caseFields)); return new vmware.vapi.bindings.type.StructType("com.vmware.content.library.subscriptions.create_spec_subscribed_library", fields, typeof(vmware.content.library.SubscriptionsTypes.CreateSpecSubscribedLibrary), validators, false, null); })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::content::library::SubscriptionsDefinitions::createSpecVcenter [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("hostname", new vmware.vapi.bindings.type.StringType()); fields.Add("https_port", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType())); global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null; return new vmware.vapi.bindings.type.StructType("com.vmware.content.library.subscriptions.create_spec_vcenter", fields, typeof(vmware.content.library.SubscriptionsTypes.CreateSpecVcenter), validators, false, null); })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::content::library::SubscriptionsDefinitions::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("library", new vmware.vapi.bindings.type.IdType("com.vmware.content.Library")); fields.Add("subscription", new vmware.vapi.bindings.type.IdType("com.vmware.content.library.Subscriptions")); 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::content::library::SubscriptionsDefinitions::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::content::library::SubscriptionsDefinitions::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("library", new vmware.vapi.bindings.type.IdType("com.vmware.content.Library")); fields.Add("subscription", new vmware.vapi.bindings.type.IdType("com.vmware.content.library.Subscriptions")); 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::content::library::SubscriptionsDefinitions::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.content.library.SubscriptionsDefinitions.info.Value)); })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::content::library::SubscriptionsDefinitions::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("subscribed_library", new vmware.vapi.bindings.type.IdType("com.vmware.content.Library")); fields.Add("subscribed_library_name", new vmware.vapi.bindings.type.StringType()); fields.Add("subscribed_library_location", new vmware.vapi.bindings.type.EnumType(typeof(vmware.content.library.SubscriptionsTypes.Location))); fields.Add("subscribed_library_vcenter", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.content.library.SubscriptionsDefinitions.vcenterInfo.Value)))); fields.Add("subscribed_library_placement", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.content.library.SubscriptionsDefinitions.placementInfo.Value))); 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("REMOTE", new global::System.Collections.Generic.List<vmware.vapi.data.UnionValidator.FieldData>(){new vmware.vapi.data.UnionValidator.FieldData("subscribed_library_vcenter", false)}); caseFields.Add("LOCAL", new global::System.Collections.Generic.List<vmware.vapi.data.UnionValidator.FieldData>(){}); validators.Add(new vmware.vapi.data.UnionValidator("subscribed_library_location", caseFields)); return new vmware.vapi.bindings.type.StructType("com.vmware.content.library.subscriptions.info", fields, typeof(vmware.content.library.SubscriptionsTypes.Info), validators, false, null); })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::content::library::SubscriptionsDefinitions::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("library", new vmware.vapi.bindings.type.IdType("com.vmware.content.Library")); 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::content::library::SubscriptionsDefinitions::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.content.library.SubscriptionsDefinitions.summary.Value))); })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::content::library::SubscriptionsDefinitions::placementInfo [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("folder", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IdType("Folder:VCenter"))); fields.Add("cluster", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IdType("ClusterComputeResource:VCenter"))); fields.Add("resource_pool", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IdType("ResourcePool:VCenter"))); fields.Add("host", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IdType("HostSystem:VCenter"))); fields.Add("network", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IdType("Network:VCenter"))); global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null; return new vmware.vapi.bindings.type.StructType("com.vmware.content.library.subscriptions.placement_info", fields, typeof(vmware.content.library.SubscriptionsTypes.PlacementInfo), validators, false, null); })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::content::library::SubscriptionsDefinitions::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("subscription", new vmware.vapi.bindings.type.IdType("com.vmware.content.library.Subscriptions")); fields.Add("subscribed_library", new vmware.vapi.bindings.type.IdType("com.vmware.content.Library")); fields.Add("subscribed_library_name", new vmware.vapi.bindings.type.StringType()); fields.Add("subscribed_library_vcenter_hostname", 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.content.library.subscriptions.summary", fields, typeof(vmware.content.library.SubscriptionsTypes.Summary), validators, false, null); })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::content::library::SubscriptionsDefinitions::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("library", new vmware.vapi.bindings.type.IdType("com.vmware.content.Library")); fields.Add("subscription", new vmware.vapi.bindings.type.IdType("com.vmware.content.library.Subscriptions")); fields.Add("spec", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.content.library.SubscriptionsDefinitions.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::content::library::SubscriptionsDefinitions::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::content::library::SubscriptionsDefinitions::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("subscribed_library_vcenter", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.content.library.SubscriptionsDefinitions.updateSpecVcenter.Value)))); fields.Add("subscribed_library_placement", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.content.library.SubscriptionsDefinitions.updateSpecPlacement.Value)))); global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null; return new vmware.vapi.bindings.type.StructType("com.vmware.content.library.subscriptions.update_spec", fields, typeof(vmware.content.library.SubscriptionsTypes.UpdateSpec), validators, false, null); })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::content::library::SubscriptionsDefinitions::updateSpecPlacement [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("folder", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IdType("Folder:VCenter"))); fields.Add("cluster", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IdType("ClusterComputeResource:VCenter"))); fields.Add("resource_pool", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IdType("ResourcePool:VCenter"))); fields.Add("host", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IdType("HostSystem:VCenter"))); fields.Add("network", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IdType("Network:VCenter"))); global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null; return new vmware.vapi.bindings.type.StructType("com.vmware.content.library.subscriptions.update_spec_placement", fields, typeof(vmware.content.library.SubscriptionsTypes.UpdateSpecPlacement), validators, false, null); })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::content::library::SubscriptionsDefinitions::updateSpecVcenter [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("hostname", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.StringType())); fields.Add("https_port", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType())); global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null; return new vmware.vapi.bindings.type.StructType("com.vmware.content.library.subscriptions.update_spec_vcenter", fields, typeof(vmware.content.library.SubscriptionsTypes.UpdateSpecVcenter), validators, false, null); })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::content::library::SubscriptionsDefinitions::vcenterInfo [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("hostname", new vmware.vapi.bindings.type.StringType()); fields.Add("https_port", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType())); fields.Add("server_guid", 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.content.library.subscriptions.vcenter_info", fields, typeof(vmware.content.library.SubscriptionsTypes.VcenterInfo), validators, false, null); })