HostInternetScsiHbaIPProperties
The IP properties for the host bus adapter
{
"_typeName": "string",
"mac": "string",
"address": "string",
"dhcpConfigurationEnabled": false,
"subnetMask": "string",
"defaultGateway": "string",
"primaryDnsServerAddress": "string",
"alternateDnsServerAddress": "string",
"ipv6Address": "string",
"ipv6SubnetMask": "string",
"ipv6DefaultGateway": "string",
"arpRedirectEnabled": false,
"mtu": 0,
"jumboFramesEnabled": false,
"ipv4Enabled": false,
"ipv6Enabled": false,
"ipv6properties": {
"_typeName": "string",
"iscsiIpv6Address": [
{
"_typeName": "string",
"address": "string",
"prefixLength": 0,
"origin": "string",
"operation": "string"
}
],
"ipv6DhcpConfigurationEnabled": false,
"ipv6LinkLocalAutoConfigurationEnabled": false,
"ipv6RouterAdvertisementConfigurationEnabled": false,
"ipv6DefaultGateway": "string"
}
}
The MAC address.
The current IPv4 address.
True if the host bus adapter fetches its IP using DHCP.
The current IPv4 subnet mask.
The current IPv4 gateway.
The current primary DNS address.
The current secondary DNS address.
Deprecated since vSphere API 5.5 use { @link IPProperties#ipv6properties }.
The current IPv6 address.
Deprecated since vSphere API 5.5 use { @link IPProperties#ipv6properties }.
The current IPv6 subnet mask.
Deprecated since vSphere API 5.5 use { @link IPProperties#ipv6properties }.
The current IPv6 default gateway.
True if ARP Redirect is enabled
True if the host bus adapter supports setting its MTU, (for Jumbo Frames, etc) Setting enableJumboFrames and not a numeric mtu value implies autoselection of appropriate MTU value for Jumbo Frames.
jumboFramesEnabled
True if IPv4 is enabled.
Unset value will keep existing IPv4 enabled state as is.
True if IPv6 is enabled.
Unset value will keep existing IPv6 enabled state as is.
The IPv6 properties for the host bus adapter.