VsanIscsiTargetServiceSpec
VsanIscsiTargetServiceSpec
Defines iSCSI target specification used when create iSCSI target.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"defaultConfig": {
"_typeName": "string",
"networkInterface": "string",
"port": 0,
"iscsiTargetAuthSpec": {
"_typeName": "string",
"authType": "string",
"userNameAttachToTarget": "string",
"userSecretAttachToTarget": "string",
"userNameAttachToInitiator": "string",
"userSecretAttachToInitiator": "string"
}
},
"enabled": false,
"vipConfigs": [
{
"_typeName": "string",
"enabled": false,
"v4NetworkConfig": {
"_typeName": "string",
"ipAddress": "string",
"subnet": "string",
"gateway": "string"
},
"v6NetworkConfig": {
"_typeName": "string",
"ipAddress": "string",
"subnet": "string",
"gateway": "string"
},
"vswitchConfig": {
"_typeName": "string",
"vswitchName": "string",
"vlanId": 0
},
"distributedSwitchConfig": {
"_typeName": "string",
"portGroup": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"dvsUuid": "string"
}
}
],
"homeObjectStoragePolicy": {
"_typeName": "string"
}
}
homeObjectStoragePolicy
Optional
Default storage policy for the vSAN iSCSI target home object.
If it is not specified, vSAN datastore vmnamespace policy should be used by default.