HostInternetScsiHbaIscsiIpv6Address

HostInternetScsiHbaIscsiIpv6Address
HostInternetScsiHbaIscsiIpv6Address

The IPv6 address.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "address": "string",
    "prefixLength": 0,
    "origin": "string",
    "operation": "string"
}
string
address
Required

IPv6 address.

integer As int32 As int32
prefixLength
Required

IPv6 address prefix length.

string
origin
Required

Type of the address.

See { @Vim::Host::HostBusAdapter::IscsiIpv6Address::AddressConfigurationType }. Note: While setting IPv6 address, value of origin should be set to static.

string
operation
Optional

Operation to be performed with the IP address.

See { @Vim::Host::HostBusAdapter::IscsiIpv6Address::IPv6AddressOperation }. Note: This field/operation is used only while setting the IPProperties on host bus adapter. This field would not have any value (Unset) while viewing IPProperties of the host bus adapter.