ProposedSegmentationGroup

ProposedSegmentationGroup
Proposed Segmentation Group

Represents a site-specific proposed group that will be published to NSX as part of a segmentation object.

AllOf
This class requires all of the following:
JSON Example
{
    "_create_user": "string",
    "_create_time": 0,
    "_last_modified_user": "string",
    "_last_modified_time": 0,
    "_revision": 0,
    "_resource_type": "string",
    "_system_owned": false,
    "id": "string",
    "display_name": "string",
    "description": "string",
    "site_ids": [
        "string"
    ],
    "group_path": "string",
    "object_count_per_type": [
        {
            "type": "string",
            "count": 0
        }
    ],
    "group_action": "string",
    "publish_status_info": {
        "publish_status": "READY_TO_PUBLISH",
        "overall_publish_status": "READY_TO_PUBLISH"
    },
    "allow_existing_group_rename": false,
    "current_effective_vm_count": 0,
    "projected_effective_vm_count": 0
}