VsanIscsiTargetServiceDefaultConfigSpec
Specified default configuration for iSCSI target service.
{
"_typeName": "string",
"networkInterface": "string",
"port": 0,
"iscsiTargetAuthSpec": {
"_typeName": "string",
"authType": "string",
"userNameAttachToTarget": "string",
"userSecretAttachToTarget": "string",
"userNameAttachToInitiator": "string",
"userSecretAttachToInitiator": "string"
}
}
Name of default VMkernel network interface which will handle the iSCSI traffic, can be overridden per target.
The networkInterface and port need to be specified together when trying to update default VIT configuration.
Default network port, 3260 is used here, can be overridden per target.
The firewall should be opened automatically for port specified by the user. The port can be changed and need to be set together with networkInterface for default config.
Default iSCSI target authentication.
If not provided, the authentication with authType None is used here.