MpsSvmProperties

MpsSvmProperties
MpsSvmProperties

Storage & Network interface that needs to be used for the deployed Malware Service VM.

JSON Example
{
    "ip_allocation_type": "string",
    "ip_pool_id": "string",
    "network_id": "string",
    "storage_id": "string"
}
string
ip_allocation_type
Required

IP allocation type with values STATIC or DHCP.

Possible values are : STATIC, DHCP,
string
ip_pool_id
Optional

If the nic is supposed to get IP using a static IP pool then IP Pool id should be provided here.

string
network_id
Optional

Network Id to be attached to the Management NIC of the SVM. It can be a moref of a portgroup/ logical switch ID that allows the Malware Prevention VM to access the NSX Manager and the NApp deployment to receive configuration and raise malware detection events. If the portgroup/ logical switch ID is specified in 'Agent VM Settings' through the vSphere UI then this field should be empty.

string
storage_id
Optional

Moref of the datastore in VC. If the datastore used for the Malware Prevention VM on host is specified in 'Agent VM Settings' through the vSphere UI then this field should be empty".