HostInternetScsiHbaIPv6Properties

HostInternetScsiHbaIPv6Properties
HostInternetScsiHbaIPv6Properties

The IPv6 properties for the host bus adapter.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "iscsiIpv6Address": [
        {
            "_typeName": "string",
            "address": "string",
            "prefixLength": 0,
            "origin": "string",
            "operation": "string"
        }
    ],
    "ipv6DhcpConfigurationEnabled": false,
    "ipv6LinkLocalAutoConfigurationEnabled": false,
    "ipv6RouterAdvertisementConfigurationEnabled": false,
    "ipv6DefaultGateway": "string"
}
iscsiIpv6Address
Optional

There can be multiple IPv6 addressed plumbed onto the Host Bus Adapter.

boolean
ipv6DhcpConfigurationEnabled
Optional

True if DHCPv6 is enabled on the host bus adapter.

User can keep this field unset while changing other IPv6 properties without altering current DHCP configuration.

boolean
ipv6LinkLocalAutoConfigurationEnabled
Optional

True if auto configuration of link local address is enabled on the host bus adapter.

User can keep this field unset while changing other IPv6 properties without altering current link local auto configuration.

boolean
ipv6RouterAdvertisementConfigurationEnabled
Optional

True if the router advertisement configuration is enabled on the host bus adapter.

User can keep this field unset while changing other IPv6 properties without altering current router advertisement configuration.

string
ipv6DefaultGateway
Optional

The current IPv6 default gateway.

User can keep this field unset while changing other IPv6 properties without altering current default gateway configuration.