-`ext_ip` (String) IP address on the external netowrk to request when def_net_type=PRIVATE and ext_net_id is not 0
-`ext_net_id` (Number) ID of the external network for default ViNS. Pass 0 if def_net_type=PUBLIC or no external connection required for the defult ViNS when def_net_type=PRIVATE
-`status` (String) Current status of this resource group.
-`updated_by` (String)
-`updated_time` (Number)
-`vins` (List of Number) List of VINs deployed in this resource group.
-`vms` (List of Number) List of computes deployed in this resource group.
<aid="nestedblock--access"></a>
### Nested Schema for `access`
Required:
-`right` (String) Access rights to set, one of 'R', 'RCX' or 'ARCXDU'
-`user` (String) User or group name to grant access
<aid="nestedblock--def_net"></a>
### Nested Schema for `def_net`
Required:
-`net_type` (String) Network type to set. Must be on of 'PRIVATE' or 'PUBLIC'.
Optional:
-`net_id` (Number) Network segment ID. If netType is PUBLIC and netId is 0 then default external network segment will be selected. If netType is PRIVATE and netId=0, the first ViNS defined for this RG will be selected. Otherwise, netId identifies either existing external network segment or ViNS.