VsanIscsiTargetServiceDefaultConfigSpec

VsanIscsiTargetServiceDefaultConfigSpec
VsanIscsiTargetServiceDefaultConfigSpec

Specified default configuration for iSCSI target service.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "networkInterface": "string",
    "port": 0,
    "iscsiTargetAuthSpec": {
        "_typeName": "string",
        "authType": "string",
        "userNameAttachToTarget": "string",
        "userSecretAttachToTarget": "string",
        "userNameAttachToInitiator": "string",
        "userSecretAttachToInitiator": "string"
    }
}
string
networkInterface
Optional

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.

integer As int32 As int32
port
Optional

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.

iscsiTargetAuthSpec
Optional

Default iSCSI target authentication.

If not provided, the authentication with authType None is used here.