InlineProviderGateway1
InlineProviderGateway1
JSON Example
{
"id": "string",
"name": "string",
"description": "string",
"regionRef": {
"name": "string",
"id": "string"
},
"backingType": "string",
"backingRef": "BackingRef Object",
"ipSpaceRefs": [
"EntityReference Object"
]
}
string
id
Optional
The unique ID for the Provider Gateway. This field is read-only.
string
name
Required
The name of the Provider Gateway.
string
description
Optional
The description of the Provider Gateway.
string
backingType
Optional
The backing type of the Provider Gateway. Possible values are:
- NSX_TIER0
- NSX_VRF_TIER0
array of
EntityReference
ipSpaceRefs
Optional
Constraints:
minItems: 1
maxItems: 5
The initial set of IP Spaces associated with this Provider Gateway. This property is only applicable and required on creation. After creation, the associations can be managed by IP Space Associations API. This property will be set to null on retrieval and ignored on update.