Class VMwareHostNetworkingConfiguration
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the network configuration on a VMware host system.
public class VMwareHostNetworkingConfiguration : GlobalSerializableClassicBase
- Inheritance
-
VMwareHostNetworkingConfiguration
Constructors
VMwareHostNetworkingConfiguration()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareHostNetworkingConfiguration class.
public VMwareHostNetworkingConfiguration()
Properties
DefaultGateway
Gets or sets the IP address of the ESX host's default gateway.
public string DefaultGateway { get; set; }
Property Value
DhcpEnabled
Gets or sets whether the ESX host is using DHCP for its network configuration.
public BooleanOption DhcpEnabled { get; set; }
Property Value
DistributedSwitches
Gets or sets the connections between the host and distributed switches in the environment.
public VMwareHostDistributedSwitchConnections DistributedSwitches { get; set; }
Property Value
DnsDomain
Gets or sets the DNS domain name configured for this host system.
public string DnsDomain { get; set; }
Property Value
DnsServers
Gets or sets the IP addresses of the DNS servers configured on this host's management network.
public SerializableStringCollection DnsServers { get; set; }
Property Value
- SerializableStringCollection
Fqdn
Gets the fully qualified domain name for the host.
public string Fqdn { get; }
Property Value
Name
Gets or sets the name configured within the ESX host's networking settings - for example "CORP-ESX-01".
public string Name { get; set; }
Property Value
PhysicalNics
Gets or sets the physical network interfaces found within this ESX host.
public VMwareHostPhysicalNics PhysicalNics { get; set; }
Property Value
SearchDomains
Gets or sets the list of DNS domains to search for hosts.
public SerializableStringCollection SearchDomains { get; set; }
Property Value
- SerializableStringCollection
VirtualNicDevice
Gets or sets the name of the virtual NIC device used to obtain DNS Settings when using DHCP for DNS configuration.
public string VirtualNicDevice { get; set; }
Property Value
VirtualSwitches
Gets or sets the virtual switches configured in this VMware host.
public VMwareVirtualSwitches VirtualSwitches { get; set; }