From 62f2549733e187bbdb60abc878456b4d596ac626 Mon Sep 17 00:00:00 2001 From: Sagar Date: Thu, 30 May 2024 01:55:43 -0700 Subject: [PATCH] Updated assets for go models and clients Signed-off-by: Sagar --- go/models/v_center_configuration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/models/v_center_configuration.go b/go/models/v_center_configuration.go index 8a661f52b..ce800ea8e 100644 --- a/go/models/v_center_configuration.go +++ b/go/models/v_center_configuration.go @@ -14,7 +14,7 @@ type VCenterConfiguration struct { // Datacenter for virtual infrastructure discovery. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. Datacenter *string `json:"datacenter,omitempty"` - // Managed object id of the datacenter. Field introduced in 30.2.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. + // Managed object id of the datacenter. Field introduced in 30.2.1. Allowed in Enterprise edition with any value, Essentials edition with any value, Enterprise with Cloud Services edition. DatacenterManagedObjectID *string `json:"datacenter_managed_object_id,omitempty"` // 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.