VMware vSphere Automation SDK for .NET 7.0.0.1
|
Defines the type descriptors for the top-level types in com.vmware.vcenter.vm.guest
package.
More...
Static Public Attributes | |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | dnsAssignedValues |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | dnsConfigInfo |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | dhcpConfigInfo |
Defines the type descriptors for the top-level types in com.vmware.vcenter.vm.guest
package.
WARNING: Internal class, subject to change in future versions.
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::vm::guest::StructDefinitions::dhcpConfigInfo [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("ipv4_enabled", new vmware.vapi.bindings.type.BooleanType()); fields.Add("ipv6_enabled", 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.vcenter.vm.guest.dhcp_config_info", fields, typeof(vmware.vcenter.vm.guest.DhcpConfigInfo), validators, false, null); })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::vm::guest::StructDefinitions::dnsAssignedValues [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("host_name", new vmware.vapi.bindings.type.StringType()); fields.Add("domain_name", 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.vm.guest.dns_assigned_values", fields, typeof(vmware.vcenter.vm.guest.DnsAssignedValues), validators, false, null); })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::vm::guest::StructDefinitions::dnsConfigInfo [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("ip_addresses", new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.StringType())); fields.Add("search_domains", new vmware.vapi.bindings.type.ListType(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.vm.guest.dns_config_info", fields, typeof(vmware.vcenter.vm.guest.DnsConfigInfo), validators, false, null); })