Avi CloudInventory Object API
CLI ``` - show cloudinventory ```
Version: 22.1.5
BasePath:/api
All rights reserved
http://apache.org/licenses/LICENSE-2.0.html
Access
- HTTP Basic Authentication
[ Jump to Models ]
Table of Contents
get /cloudinventory
post /cloudinventory
delete /cloudinventory/{uuid}
get /cloudinventory/{uuid}
patch /cloudinventory/{uuid}
put /cloudinventory/{uuid}
(cloudinventoryGet)
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
name (optional)
Query Parameter — object name
refers_to (optional)
Query Parameter — Filter to request all objects that refers to another Avi resource. Its syntax is refers_to=<obj_type>:<obj_uuid>. Eg. get all virtual services referring to pool p1 will be refers_to=pool:pool_p1_uuid
referred_by (optional)
Query Parameter — Filter to request all objects that are referred by another Avi resource. Its syntax is referred_by=<obj_type>:<obj_uuid>. Eg. get all pools referred_by virtual service vs1 - referred_by=virtualservice:vs_vs1_uuid
fields (optional)
Query Parameter — List of fields to be returned for the resource. Some fields like name, URL, uuid etc. are always returned.
include_name (optional)
Query Parameter — All the Avi REST reference URIs have a name suffix as URI#name. It is useful to get the referenced resource name without performing get on that object.
skip_default (optional)
Query Parameter — Default values are not set.
join_subresources (optional)
Query Parameter — It automatically returns additional dependent resources like runtime. Eg. join_subresources=runtime.
Return type
Example data
Content-Type: application/json
{
"next" : "aeiou",
"count" : 123,
"results" : [ {
"config" : {
"autoscale_polling_interval" : 123,
"maintenance_mode" : true,
"vtype" : "aeiou",
"license_type" : "aeiou",
"state_based_dns_registration" : true,
"vmc_deployment" : true,
"ip6_autocfg_enabled" : true,
"enable_vip_static_routes" : true,
"uuid" : "aeiou",
"url" : "aeiou",
"mtu" : 123,
"dhcp_enabled" : true,
"dns_resolution_on_se" : true,
"tenant_ref" : "aeiou",
"name" : "aeiou",
"prefer_static_routes" : true,
"vcenter_configuration" : {
"password" : "aeiou",
"management_ip_subnet" : {
"ip_addr" : {
"addr" : "aeiou",
"type" : "aeiou"
},
"mask" : 123
},
"is_nsx_environment" : true,
"vcenter_template_se_location" : "aeiou",
"datacenter" : "aeiou",
"management_network" : "aeiou",
"vcenter_url" : "aeiou",
"privilege" : "aeiou",
"content_lib" : {
"name" : "aeiou",
"id" : "aeiou"
},
"deactivate_vm_discovery" : true,
"use_content_lib" : true,
"username" : "aeiou"
},
"enable_vip_on_all_interfaces" : true,
"license_tier" : "aeiou"
},
"uuid" : "aeiou",
"mvrf" : {
"cloud_ref" : "aeiou",
"tenant_ref" : "aeiou",
"name" : "aeiou",
"lldp_enable" : true,
"uuid" : "aeiou",
"url" : "aeiou",
"system_default" : true
},
"url" : "aeiou",
"_last_modified" : "aeiou",
"status" : {
"reason" : "aeiou",
"se_image_state" : [ {
"reason" : "aeiou",
"state" : "aeiou",
"version" : "aeiou"
} ],
"cc_id" : "aeiou",
"state" : "aeiou"
}
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
OK
CloudInventoryApiResponse
401
log in failed
(cloudinventoryPost)
Consumes
This API call consumes the following media types via the
Content-Type request header:
Request body
body (required)
Body Parameter — CloudInventory object creation
Return type
Example data
Content-Type: application/json
{
"config" : {
"autoscale_polling_interval" : 123,
"maintenance_mode" : true,
"vtype" : "aeiou",
"license_type" : "aeiou",
"state_based_dns_registration" : true,
"vmc_deployment" : true,
"ip6_autocfg_enabled" : true,
"enable_vip_static_routes" : true,
"uuid" : "aeiou",
"url" : "aeiou",
"mtu" : 123,
"dhcp_enabled" : true,
"dns_resolution_on_se" : true,
"tenant_ref" : "aeiou",
"name" : "aeiou",
"prefer_static_routes" : true,
"vcenter_configuration" : {
"password" : "aeiou",
"management_ip_subnet" : {
"ip_addr" : {
"addr" : "aeiou",
"type" : "aeiou"
},
"mask" : 123
},
"is_nsx_environment" : true,
"vcenter_template_se_location" : "aeiou",
"datacenter" : "aeiou",
"management_network" : "aeiou",
"vcenter_url" : "aeiou",
"privilege" : "aeiou",
"content_lib" : {
"name" : "aeiou",
"id" : "aeiou"
},
"deactivate_vm_discovery" : true,
"use_content_lib" : true,
"username" : "aeiou"
},
"enable_vip_on_all_interfaces" : true,
"license_tier" : "aeiou"
},
"uuid" : "aeiou",
"mvrf" : {
"cloud_ref" : "aeiou",
"tenant_ref" : "aeiou",
"name" : "aeiou",
"lldp_enable" : true,
"uuid" : "aeiou",
"url" : "aeiou",
"system_default" : true
},
"url" : "aeiou",
"_last_modified" : "aeiou",
"status" : {
"reason" : "aeiou",
"se_image_state" : [ {
"reason" : "aeiou",
"state" : "aeiou",
"version" : "aeiou"
} ],
"cc_id" : "aeiou",
"state" : "aeiou"
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
OK
CloudInventory
401
log in failed
Up
delete /cloudinventory/{uuid}
(cloudinventoryUuidDelete)
Path parameters
uuid (required)
Path Parameter — UUID of the object to fetch
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
name (optional)
Query Parameter — object name
Return type
String
Example data
Content-Type: application/json
"aeiou"
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
204
object deleted
String
404
not found
Up
get /cloudinventory/{uuid}
(cloudinventoryUuidGet)
Path parameters
uuid (required)
Path Parameter — UUID of the object to fetch
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
name (optional)
Query Parameter — object name
fields (optional)
Query Parameter — List of fields to be returned for the resource. Some fields like name, URL, uuid etc. are always returned.
include_name (optional)
Query Parameter — All the Avi REST reference URIs have a name suffix as URI#name. It is useful to get the referenced resource name without performing get on that object.
skip_default (optional)
Query Parameter — Default values are not set.
join_subresources (optional)
Query Parameter — It automatically returns additional dependent resources like runtime. Eg. join_subresources=runtime.
Return type
Example data
Content-Type: application/json
{
"config" : {
"autoscale_polling_interval" : 123,
"maintenance_mode" : true,
"vtype" : "aeiou",
"license_type" : "aeiou",
"state_based_dns_registration" : true,
"vmc_deployment" : true,
"ip6_autocfg_enabled" : true,
"enable_vip_static_routes" : true,
"uuid" : "aeiou",
"url" : "aeiou",
"mtu" : 123,
"dhcp_enabled" : true,
"dns_resolution_on_se" : true,
"tenant_ref" : "aeiou",
"name" : "aeiou",
"prefer_static_routes" : true,
"vcenter_configuration" : {
"password" : "aeiou",
"management_ip_subnet" : {
"ip_addr" : {
"addr" : "aeiou",
"type" : "aeiou"
},
"mask" : 123
},
"is_nsx_environment" : true,
"vcenter_template_se_location" : "aeiou",
"datacenter" : "aeiou",
"management_network" : "aeiou",
"vcenter_url" : "aeiou",
"privilege" : "aeiou",
"content_lib" : {
"name" : "aeiou",
"id" : "aeiou"
},
"deactivate_vm_discovery" : true,
"use_content_lib" : true,
"username" : "aeiou"
},
"enable_vip_on_all_interfaces" : true,
"license_tier" : "aeiou"
},
"uuid" : "aeiou",
"mvrf" : {
"cloud_ref" : "aeiou",
"tenant_ref" : "aeiou",
"name" : "aeiou",
"lldp_enable" : true,
"uuid" : "aeiou",
"url" : "aeiou",
"system_default" : true
},
"url" : "aeiou",
"_last_modified" : "aeiou",
"status" : {
"reason" : "aeiou",
"se_image_state" : [ {
"reason" : "aeiou",
"state" : "aeiou",
"version" : "aeiou"
} ],
"cc_id" : "aeiou",
"state" : "aeiou"
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
OK
CloudInventory
401
log in failed
Up
patch /cloudinventory/{uuid}
(cloudinventoryUuidPatch)
Path parameters
uuid (required)
Path Parameter — UUID of the object to fetch
Consumes
This API call consumes the following media types via the
Content-Type request header:
Request body
body (required)
Body Parameter — CloudInventory object creation
Query parameters
name (optional)
Query Parameter — object name
Return type
Example data
Content-Type: application/json
{
"config" : {
"autoscale_polling_interval" : 123,
"maintenance_mode" : true,
"vtype" : "aeiou",
"license_type" : "aeiou",
"state_based_dns_registration" : true,
"vmc_deployment" : true,
"ip6_autocfg_enabled" : true,
"enable_vip_static_routes" : true,
"uuid" : "aeiou",
"url" : "aeiou",
"mtu" : 123,
"dhcp_enabled" : true,
"dns_resolution_on_se" : true,
"tenant_ref" : "aeiou",
"name" : "aeiou",
"prefer_static_routes" : true,
"vcenter_configuration" : {
"password" : "aeiou",
"management_ip_subnet" : {
"ip_addr" : {
"addr" : "aeiou",
"type" : "aeiou"
},
"mask" : 123
},
"is_nsx_environment" : true,
"vcenter_template_se_location" : "aeiou",
"datacenter" : "aeiou",
"management_network" : "aeiou",
"vcenter_url" : "aeiou",
"privilege" : "aeiou",
"content_lib" : {
"name" : "aeiou",
"id" : "aeiou"
},
"deactivate_vm_discovery" : true,
"use_content_lib" : true,
"username" : "aeiou"
},
"enable_vip_on_all_interfaces" : true,
"license_tier" : "aeiou"
},
"uuid" : "aeiou",
"mvrf" : {
"cloud_ref" : "aeiou",
"tenant_ref" : "aeiou",
"name" : "aeiou",
"lldp_enable" : true,
"uuid" : "aeiou",
"url" : "aeiou",
"system_default" : true
},
"url" : "aeiou",
"_last_modified" : "aeiou",
"status" : {
"reason" : "aeiou",
"se_image_state" : [ {
"reason" : "aeiou",
"state" : "aeiou",
"version" : "aeiou"
} ],
"cc_id" : "aeiou",
"state" : "aeiou"
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
OK
CloudInventory
401
log in failed
Up
put /cloudinventory/{uuid}
(cloudinventoryUuidPut)
Path parameters
uuid (required)
Path Parameter — UUID of the object to fetch
Consumes
This API call consumes the following media types via the
Content-Type request header:
Request body
body (required)
Body Parameter — CloudInventory object creation
Query parameters
name (optional)
Query Parameter — object name
Return type
Example data
Content-Type: application/json
{
"config" : {
"autoscale_polling_interval" : 123,
"maintenance_mode" : true,
"vtype" : "aeiou",
"license_type" : "aeiou",
"state_based_dns_registration" : true,
"vmc_deployment" : true,
"ip6_autocfg_enabled" : true,
"enable_vip_static_routes" : true,
"uuid" : "aeiou",
"url" : "aeiou",
"mtu" : 123,
"dhcp_enabled" : true,
"dns_resolution_on_se" : true,
"tenant_ref" : "aeiou",
"name" : "aeiou",
"prefer_static_routes" : true,
"vcenter_configuration" : {
"password" : "aeiou",
"management_ip_subnet" : {
"ip_addr" : {
"addr" : "aeiou",
"type" : "aeiou"
},
"mask" : 123
},
"is_nsx_environment" : true,
"vcenter_template_se_location" : "aeiou",
"datacenter" : "aeiou",
"management_network" : "aeiou",
"vcenter_url" : "aeiou",
"privilege" : "aeiou",
"content_lib" : {
"name" : "aeiou",
"id" : "aeiou"
},
"deactivate_vm_discovery" : true,
"use_content_lib" : true,
"username" : "aeiou"
},
"enable_vip_on_all_interfaces" : true,
"license_tier" : "aeiou"
},
"uuid" : "aeiou",
"mvrf" : {
"cloud_ref" : "aeiou",
"tenant_ref" : "aeiou",
"name" : "aeiou",
"lldp_enable" : true,
"uuid" : "aeiou",
"url" : "aeiou",
"system_default" : true
},
"url" : "aeiou",
"_last_modified" : "aeiou",
"status" : {
"reason" : "aeiou",
"se_image_state" : [ {
"reason" : "aeiou",
"state" : "aeiou",
"version" : "aeiou"
} ],
"cc_id" : "aeiou",
"state" : "aeiou"
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
OK
CloudInventory
401
log in failed
[ Jump to Methods ]
Table of Contents
CloudConfig
CloudConfigApiResponse
CloudInventory
CloudInventoryApiResponse
CloudMvrf
CloudMvrfApiResponse
CloudStatus
ContentLibConfig
IpAddr
IpAddrPrefix
SEImageStatus
vCenterConfiguration
autoscale_polling_interval (optional)
Integer CloudConnector polling interval in seconds for external autoscale groups, minimum 60 seconds. Allowed values are 60-3600. Field introduced in 22.1.1. Unit is SECONDS. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
dhcp_enabled (optional)
Boolean Select the IP address management scheme. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
dns_resolution_on_se (optional)
Boolean Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
enable_vip_on_all_interfaces (optional)
Boolean Enable VIP on all data interfaces for the Cloud. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
enable_vip_static_routes (optional)
Boolean Use static routes for VIP side network resolution during VirtualService placement. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
ip6_autocfg_enabled (optional)
Boolean Enable IPv6 auto configuration. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
license_tier (optional)
String Specifies the default license tier which would be used by new SE Groups. This field by default inherits the value from system configuration. Enum options - ENTERPRISE_16, ENTERPRISE, ENTERPRISE_18, BASIC, ESSENTIALS, ENTERPRISE_WITH_CLOUD_SERVICES. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
license_type (optional)
String If no license type is specified then default license enforcement for the cloud type is chosen. The default mappings are Container Cloud is Max Ses, OpenStack and VMware is cores and linux it is Sockets. Enum options - LIC_BACKEND_SERVERS, LIC_SOCKETS, LIC_CORES, LIC_HOSTS, LIC_SE_BANDWIDTH, LIC_METERED_SE_BANDWIDTH. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
maintenance_mode (optional)
Boolean Cloud is in maintenance mode. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
mtu (optional)
Integer MTU setting for the cloud. Field introduced in 22.1.1. Unit is BYTES. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
name
String Name of the cloud. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
prefer_static_routes (optional)
Boolean Prefer static routes over interface routes during VirtualService placement. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
state_based_dns_registration (optional)
Boolean DNS records for VIPs are added/deleted based on the operational state of the VIPs. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
tenant_ref (optional)
String It is a reference to an object of type Tenant. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
url (optional)
String URL of the cloud. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
uuid (optional)
String UUID of the cloud. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
vcenter_configuration (optional)
vCenterConfiguration VCenter configuration of the cloud. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
vmc_deployment (optional)
Boolean This deployment is VMware on AWS cloud. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
vtype
String Cloud type. Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
count
results
next (optional)
_last_modified (optional)
String UNIX time since epoch in microseconds. Units(MICROSECONDS).
config (optional)
CloudConfig Configuration summary of the cloud. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
mvrf (optional)
CloudMvrf Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
status (optional)
CloudStatus Cloud status. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
url (optional)
uuid (optional)
String UUID of the cloud. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
count
results
next (optional)
cloud_ref (optional)
String It is a reference to an object of type Cloud. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
lldp_enable (optional)
Boolean Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
system_default (optional)
Boolean Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
tenant_ref (optional)
String It is a reference to an object of type Tenant. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
url (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
count
results
next (optional)
cc_id (optional)
String Cloud Id. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
String Reason message for the current state. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_image_state (optional)
array[SEImageStatus] ServiceEngine image state. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
state (optional)
String Cloud State. Enum options - CLOUD_STATE_UNKNOWN, CLOUD_STATE_IN_PROGRESS, CLOUD_STATE_FAILED, CLOUD_STATE_PLACEMENT_READY, CLOUD_STATE_DELETING, CLOUD_STATE_NOT_CONNECTED. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
id (optional)
String Content Library Id. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
name (optional)
String Content Library name. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
addr
String IP address. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
type
String Enum options - V4, DNS, V6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip_addr
IpAddr Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
mask
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
reason (optional)
String Reason message for the current state. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
state (optional)
String SE image state for the version. Enum options - IMG_STATE_UNKNOWN, IMG_GEN_IN_PROGRESS, IMG_GEN_FAILED, IMG_GEN_COMPLETE. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
version (optional)
String version or Tag. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
content_lib (optional)
ContentLibConfig vCenter content library where Service Engine images are stored. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
datacenter (optional)
String Datacenter for virtual infrastructure discovery. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
deactivate_vm_discovery (optional)
Boolean If true, VM's on the vCenter will not be discovered.Set it to true if there are more than 10000 VMs in the datacenter. Field deprecated in 22.1.4. Field introduced in 20.1.5. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
is_nsx_environment (optional)
Boolean If true, NSX-T segment spanning multiple VDS with vCenter cloud are merged to a single network in Avi. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
management_ip_subnet (optional)
IpAddrPrefix Management subnet to use for Avi Service Engines. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
management_network (optional)
String Management network to use for Avi Service Engines. It is a reference to an object of type VIMgrNWRuntime. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
password (optional)
String The password Avi Vantage will use when authenticating with vCenter. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
privilege
String Set the access mode to vCenter as either Read, which allows Avi to discover networks and servers, or Write, which also allows Avi to create Service Engines and configure their network properties. Enum options - NO_ACCESS, READ_ACCESS, WRITE_ACCESS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
use_content_lib (optional)
Boolean If false, Service Engine image will not be pushed to content library. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Essentials edition with any value, Enterprise with Cloud Services edition.
username (optional)
String The username Avi Vantage will use when authenticating with vCenter. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vcenter_template_se_location (optional)
String Avi Service Engine Template in vCenter to be used for creating Service Engines. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vcenter_url (optional)
String vCenter hostname or IP address. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.