Host Storage System Update Internet Scsi IP Properties
Updates the IP properties for an iSCSI host bus adapter.
Required privileges: Host.Config.Storage
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case HostStorageSystem/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.3.0 APIs.
Show optional properties
{
"iScsiHbaDevice": "string",
"ipProperties": {
"dhcpConfigurationEnabled": false
}
}
{
"iScsiHbaDevice": "string",
"ipProperties": {
"_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 device of the Internet SCSI HBA adapter.
No Content
NotFound: if the host bus adapter could not be found.
HostConfigFault: for all other configuration failures.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}