VirtualMachineVMCIDeviceOptionFilterSpecOption

VirtualMachineVMCIDeviceOptionFilterSpecOption
VirtualMachineVMCIDeviceOptionFilterSpecOption

Filter specification options.

Indicates options for each filter specification, as defined by VirtualMachineVMCIDeviceFilterSpec.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "action": {
        "_typeName": "string",
        "valueIsReadonly": false,
        "choiceInfo": [
            {
                "_typeName": "string",
                "label": "string",
                "summary": "string",
                "key": "string"
            }
        ],
        "defaultIndex": 0
    },
    "protocol": {
        "_typeName": "string",
        "valueIsReadonly": false,
        "choiceInfo": [
            {
                "_typeName": "string",
                "label": "string",
                "summary": "string",
                "key": "string"
            }
        ],
        "defaultIndex": 0
    },
    "direction": {
        "_typeName": "string",
        "valueIsReadonly": false,
        "choiceInfo": [
            {
                "_typeName": "string",
                "label": "string",
                "summary": "string",
                "key": "string"
            }
        ],
        "defaultIndex": 0
    },
    "lowerDstPortBoundary": {
        "_typeName": "string",
        "valueIsReadonly": false,
        "min": 0,
        "max": 0,
        "defaultValue": 0
    },
    "upperDstPortBoundary": {
        "_typeName": "string",
        "valueIsReadonly": false,
        "min": 0,
        "max": 0,
        "defaultValue": 0
    }
}
action
Required

The ChoiceOption data object type defines a set of supported string values, a localizable description for each value, and the default value.

protocol
Required

The ChoiceOption data object type defines a set of supported string values, a localizable description for each value, and the default value.

direction
Required

The ChoiceOption data object type defines a set of supported string values, a localizable description for each value, and the default value.

lowerDstPortBoundary
Required

The LongOption data object type is used to define the minimum, maximum, and default values for a 64-bit long option.

upperDstPortBoundary
Required

The LongOption data object type is used to define the minimum, maximum, and default values for a 64-bit long option.