NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
ALBControllerCloudCreationRequest (schema)
ALBControllerCloudCreationRequest
Request for creating a cloud in Avi Load Balancer Controller. This allows only NSX-T cloud creation.
| Name | Description | Type | Notes |
|---|---|---|---|
| clustering_id | Unique Id for Avi Load Balancer Controller Cluster used in VCF managed NSX Unique Id for Avi Load Balancer Controller Cluster used in VCF managed NSX. |
string | Readonly |
| name | Cloud Name Name of the cloud. |
string | Required |
| nsxt_credentials_name | NSX-T Credentials Name Name of the NSX-T credentials. This is the name of the NSX-T credentials object in Avi Load Balancer Controller. |
string | Required |
| nsxt_fqdn | NSX-T Manager FQDN FQDN of the NSX-T Manager. |
string | Required |
| obj_name_prefix | Object Name Prefix Optional prefix for resources. Defaults to 'vcf' if not provided. |
string | Default: "vcf" |
| onboard_avi_into_nsx | Onboard Avi into NSX Whether to onboard Avi into NSX. |
boolean | Default: "True" |
| verify_certificate | Verify SSL Certificate Enable SSL certificate verification for NSX-T connection. When enabled, requires PKI Profile (trust store) to be configured in Avi Controller beforehand. When disabled, Avi Controller will not validate the NSX-T Manager's SSL certificate. |
boolean | Default: "False" |
| vpc_mode | VPC Mode Whether to enable VPC mode. |
boolean | Default: "True" |