1. Packages
  2. Avi Provider
  3. API Docs
  4. getCloud
avi 31.1.1 published on Monday, Apr 14, 2025 by vmware

avi.getCloud

Explore with Pulumi AI

avi logo
avi 31.1.1 published on Monday, Apr 14, 2025 by vmware

    <!–

    Copyright 2021 VMware, Inc.
    SPDX-License-Identifier: Mozilla Public License 2.0
    

    –>

    layout: “avi”

    page_title: “AVI: avi.Cloud” sidebar_current: “docs-avi-datasource-cloud” description: |- Get information of Avi Cloud.

    avi.Cloud

    This data source is used to to get avi.Cloud objects.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as avi from "@pulumi/avi";
    
    const fooCloud = avi.getCloud({
        name: "foo",
        uuid: "cloud-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
    });
    
    import pulumi
    import pulumi_avi as avi
    
    foo_cloud = avi.get_cloud(name="foo",
        uuid="cloud-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/avi/v31/avi"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := avi.LookupCloud(ctx, &avi.LookupCloudArgs{
    			Name: pulumi.StringRef("foo"),
    			Uuid: pulumi.StringRef("cloud-f9cf6b3e-a411-436f-95e2-2982ba2b217b"),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Avi = Pulumi.Avi;
    
    return await Deployment.RunAsync(() => 
    {
        var fooCloud = Avi.GetCloud.Invoke(new()
        {
            Name = "foo",
            Uuid = "cloud-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.avi.AviFunctions;
    import com.pulumi.avi.inputs.GetCloudArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var fooCloud = AviFunctions.getCloud(GetCloudArgs.builder()
                .name("foo")
                .uuid("cloud-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
                .build());
    
        }
    }
    
    variables:
      fooCloud:
        fn::invoke:
          function: avi:getCloud
          arguments:
            name: foo
            uuid: cloud-f9cf6b3e-a411-436f-95e2-2982ba2b217b
    

    Using getCloud

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getCloud(args: GetCloudArgs, opts?: InvokeOptions): Promise<GetCloudResult>
    function getCloudOutput(args: GetCloudOutputArgs, opts?: InvokeOptions): Output<GetCloudResult>
    def get_cloud(id: Optional[str] = None,
                  name: Optional[str] = None,
                  tenant_ref: Optional[str] = None,
                  uuid: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetCloudResult
    def get_cloud_output(id: Optional[pulumi.Input[str]] = None,
                  name: Optional[pulumi.Input[str]] = None,
                  tenant_ref: Optional[pulumi.Input[str]] = None,
                  uuid: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetCloudResult]
    func LookupCloud(ctx *Context, args *LookupCloudArgs, opts ...InvokeOption) (*LookupCloudResult, error)
    func LookupCloudOutput(ctx *Context, args *LookupCloudOutputArgs, opts ...InvokeOption) LookupCloudResultOutput

    > Note: This function is named LookupCloud in the Go SDK.

    public static class GetCloud 
    {
        public static Task<GetCloudResult> InvokeAsync(GetCloudArgs args, InvokeOptions? opts = null)
        public static Output<GetCloudResult> Invoke(GetCloudInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCloudResult> getCloud(GetCloudArgs args, InvokeOptions options)
    public static Output<GetCloudResult> getCloud(GetCloudArgs args, InvokeOptions options)
    
    fn::invoke:
      function: avi:index/getCloud:getCloud
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Name string
    Search Cloud by name.
    TenantRef string
    It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Uuid string
    Search Cloud by uuid.
    Id string
    Name string
    Search Cloud by name.
    TenantRef string
    It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Uuid string
    Search Cloud by uuid.
    id String
    name String
    Search Cloud by name.
    tenantRef String
    It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    uuid String
    Search Cloud by uuid.
    id string
    name string
    Search Cloud by name.
    tenantRef string
    It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    uuid string
    Search Cloud by uuid.
    id str
    name str
    Search Cloud by name.
    tenant_ref str
    It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    uuid str
    Search Cloud by uuid.
    id String
    name String
    Search Cloud by name.
    tenantRef String
    It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    uuid String
    Search Cloud by uuid.

    getCloud Result

    The following output properties are available:

    AutoscalePollingInterval string
    Cloudconnector polling interval in seconds for external autoscale groups, minimum 60 seconds. Allowed values are 60-3600. Field introduced in 18.2.2. Unit is seconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 60), basic (allowed values- 60) edition.
    AwsConfigurations List<GetCloudAwsConfiguration>
    Allowed with any value in enterprise, enterprise with cloud services edition.
    AzureConfigurations List<GetCloudAzureConfiguration>
    Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    CloudstackConfigurations List<GetCloudCloudstackConfiguration>
    Allowed with any value in enterprise, enterprise with cloud services edition.
    ConfigpbAttributes List<GetCloudConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    CustomTags List<GetCloudCustomTag>
    Custom tags for all avi created resources in the cloud infrastructure. Field introduced in 17.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    DhcpEnabled string
    Select the ip address management scheme. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    DnsProviderRef string
    Dns profile for the cloud. It is a reference to an object of type ipamdnsproviderprofile. Allowed with any value in enterprise, enterprise with cloud services edition.
    DnsResolutionOnSe string
    By default, pool member fqdns are resolved on the controller. When this is set, pool member fqdns are instead resolved on service engines in this cloud. This is useful in scenarios where pool member fqdns can only be resolved from service engines and not from the controller. Field introduced in 18.2.6. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
    DnsResolvers List<GetCloudDnsResolver>
    Dns resolver for the cloud. Field introduced in 20.1.5. Maximum of 1 items allowed. Allowed with any value in enterprise, enterprise with cloud services edition.
    DockerConfigurations List<GetCloudDockerConfiguration>
    Allowed with any value in enterprise, enterprise with cloud services edition.
    EastWestDnsProviderRef string
    Dns profile for east-west services. It is a reference to an object of type ipamdnsproviderprofile. Allowed with any value in enterprise, enterprise with cloud services edition.
    EastWestIpamProviderRef string
    Ipam profile for east-west services. Warning - please use virtual subnets in this ipam profile that do not conflict with the underlay networks or any overlay networks in the cluster. For example in aws and gcp, 169.254.0.0/16 is used for storing instance metadata. Hence, it should not be used in this profile. It is a reference to an object of type ipamdnsproviderprofile. Allowed with any value in enterprise, enterprise with cloud services edition.
    EnableVipOnAllInterfaces string
    Enable vip on all data interfaces for the cloud. Field introduced in 18.2.9, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    EnableVipStaticRoutes string
    Use static routes for vip side network resolution during virtualservice placement. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    GcpConfigurations List<GetCloudGcpConfiguration>
    Google cloud platform configuration. Field introduced in 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Id string
    Ip6AutocfgEnabled string
    Enable ipv6 auto configuration. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    IpamProviderRef string
    Ipam profile for the cloud. It is a reference to an object of type ipamdnsproviderprofile. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    LicenseTier 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 17.2.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    LicenseType 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. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    LinuxserverConfigurations List<GetCloudLinuxserverConfiguration>
    Allowed with any value in enterprise, enterprise with cloud services edition.
    MaintenanceMode string
    Cloud is in maintenance mode. Field introduced in 20.1.7,21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    Markers List<GetCloudMarker>
    List of labels to be used for granular rbac. Field introduced in 22.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    MetricsPollingInterval string
    Cloud metrics collector polling interval in seconds. Field introduced in 22.1.1. Unit is seconds. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    MgmtIpV4Enabled string
    Enable ipv4 on the management interface of the serviceengine. Defaults to dhcp if no static config on network present. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    MgmtIpV6Enabled string
    Enable ipv6 on the management interface of the serviceengine. Defaults to autocfg if no static config on network present. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Mtu string
    Mtu setting for the cloud. Unit is bytes. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Name string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    NsxtConfigurations List<GetCloudNsxtConfiguration>
    Nsx-t cloud platform configuration. Field introduced in 20.1.1. Allowed with any value in enterprise, basic, enterprise with cloud services edition.
    NtpConfigurations List<GetCloudNtpConfiguration>
    Ntp configuration for the cloud. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    ObjNamePrefix string
    Default prefix for all automatically created objects in this cloud. This prefix can be overridden by the se-group template. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    PreferStaticRoutes string
    Prefer static routes over interface routes during virtualservice placement. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ProxyConfigurations List<GetCloudProxyConfiguration>
    Allowed with any value in enterprise, enterprise with cloud services edition.
    RancherConfigurations List<GetCloudRancherConfiguration>
    Allowed with any value in enterprise, enterprise with cloud services edition.
    ResolveFqdnToIpv6 string
    Resolve ipv6 address for pool member fqdns. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    SeGroupTemplateRef string
    The service engine group to use as template. It is a reference to an object of type serviceenginegroup. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    StateBasedDnsRegistration string
    Dns records for vips are added/deleted based on the operational state of the vips. Field introduced in 17.1.12. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
    TenantRef string
    It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Uuid string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    VcaConfigurations List<GetCloudVcaConfiguration>
    Allowed with any value in enterprise, enterprise with cloud services edition.
    VcenterConfigurations List<GetCloudVcenterConfiguration>
    Allowed with any value in enterprise, essentials, enterprise with cloud services edition.
    VmcDeployment string
    This deployment is vmware on aws cloud. Field introduced in 20.1.5, 21.1.1. Allowed with any value in enterprise, 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. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- cloud_none,cloud_vcenter), basic (allowed values- cloud_none,cloud_nsxt) edition.
    AutoscalePollingInterval string
    Cloudconnector polling interval in seconds for external autoscale groups, minimum 60 seconds. Allowed values are 60-3600. Field introduced in 18.2.2. Unit is seconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 60), basic (allowed values- 60) edition.
    AwsConfigurations []GetCloudAwsConfiguration
    Allowed with any value in enterprise, enterprise with cloud services edition.
    AzureConfigurations []GetCloudAzureConfiguration
    Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    CloudstackConfigurations []GetCloudCloudstackConfiguration
    Allowed with any value in enterprise, enterprise with cloud services edition.
    ConfigpbAttributes []GetCloudConfigpbAttribute
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    CustomTags []GetCloudCustomTag
    Custom tags for all avi created resources in the cloud infrastructure. Field introduced in 17.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    DhcpEnabled string
    Select the ip address management scheme. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    DnsProviderRef string
    Dns profile for the cloud. It is a reference to an object of type ipamdnsproviderprofile. Allowed with any value in enterprise, enterprise with cloud services edition.
    DnsResolutionOnSe string
    By default, pool member fqdns are resolved on the controller. When this is set, pool member fqdns are instead resolved on service engines in this cloud. This is useful in scenarios where pool member fqdns can only be resolved from service engines and not from the controller. Field introduced in 18.2.6. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
    DnsResolvers []GetCloudDnsResolver
    Dns resolver for the cloud. Field introduced in 20.1.5. Maximum of 1 items allowed. Allowed with any value in enterprise, enterprise with cloud services edition.
    DockerConfigurations []GetCloudDockerConfiguration
    Allowed with any value in enterprise, enterprise with cloud services edition.
    EastWestDnsProviderRef string
    Dns profile for east-west services. It is a reference to an object of type ipamdnsproviderprofile. Allowed with any value in enterprise, enterprise with cloud services edition.
    EastWestIpamProviderRef string
    Ipam profile for east-west services. Warning - please use virtual subnets in this ipam profile that do not conflict with the underlay networks or any overlay networks in the cluster. For example in aws and gcp, 169.254.0.0/16 is used for storing instance metadata. Hence, it should not be used in this profile. It is a reference to an object of type ipamdnsproviderprofile. Allowed with any value in enterprise, enterprise with cloud services edition.
    EnableVipOnAllInterfaces string
    Enable vip on all data interfaces for the cloud. Field introduced in 18.2.9, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    EnableVipStaticRoutes string
    Use static routes for vip side network resolution during virtualservice placement. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    GcpConfigurations []GetCloudGcpConfiguration
    Google cloud platform configuration. Field introduced in 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Id string
    Ip6AutocfgEnabled string
    Enable ipv6 auto configuration. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    IpamProviderRef string
    Ipam profile for the cloud. It is a reference to an object of type ipamdnsproviderprofile. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    LicenseTier 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 17.2.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    LicenseType 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. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    LinuxserverConfigurations []GetCloudLinuxserverConfiguration
    Allowed with any value in enterprise, enterprise with cloud services edition.
    MaintenanceMode string
    Cloud is in maintenance mode. Field introduced in 20.1.7,21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    Markers []GetCloudMarker
    List of labels to be used for granular rbac. Field introduced in 22.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    MetricsPollingInterval string
    Cloud metrics collector polling interval in seconds. Field introduced in 22.1.1. Unit is seconds. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    MgmtIpV4Enabled string
    Enable ipv4 on the management interface of the serviceengine. Defaults to dhcp if no static config on network present. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    MgmtIpV6Enabled string
    Enable ipv6 on the management interface of the serviceengine. Defaults to autocfg if no static config on network present. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Mtu string
    Mtu setting for the cloud. Unit is bytes. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Name string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    NsxtConfigurations []GetCloudNsxtConfiguration
    Nsx-t cloud platform configuration. Field introduced in 20.1.1. Allowed with any value in enterprise, basic, enterprise with cloud services edition.
    NtpConfigurations []GetCloudNtpConfiguration
    Ntp configuration for the cloud. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    ObjNamePrefix string
    Default prefix for all automatically created objects in this cloud. This prefix can be overridden by the se-group template. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    PreferStaticRoutes string
    Prefer static routes over interface routes during virtualservice placement. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ProxyConfigurations []GetCloudProxyConfiguration
    Allowed with any value in enterprise, enterprise with cloud services edition.
    RancherConfigurations []GetCloudRancherConfiguration
    Allowed with any value in enterprise, enterprise with cloud services edition.
    ResolveFqdnToIpv6 string
    Resolve ipv6 address for pool member fqdns. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    SeGroupTemplateRef string
    The service engine group to use as template. It is a reference to an object of type serviceenginegroup. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    StateBasedDnsRegistration string
    Dns records for vips are added/deleted based on the operational state of the vips. Field introduced in 17.1.12. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
    TenantRef string
    It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Uuid string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    VcaConfigurations []GetCloudVcaConfiguration
    Allowed with any value in enterprise, enterprise with cloud services edition.
    VcenterConfigurations []GetCloudVcenterConfiguration
    Allowed with any value in enterprise, essentials, enterprise with cloud services edition.
    VmcDeployment string
    This deployment is vmware on aws cloud. Field introduced in 20.1.5, 21.1.1. Allowed with any value in enterprise, 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. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- cloud_none,cloud_vcenter), basic (allowed values- cloud_none,cloud_nsxt) edition.
    autoscalePollingInterval String
    Cloudconnector polling interval in seconds for external autoscale groups, minimum 60 seconds. Allowed values are 60-3600. Field introduced in 18.2.2. Unit is seconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 60), basic (allowed values- 60) edition.
    awsConfigurations List<GetCloudAwsConfiguration>
    Allowed with any value in enterprise, enterprise with cloud services edition.
    azureConfigurations List<GetCloudAzureConfiguration>
    Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    cloudstackConfigurations List<GetCloudCloudstackConfiguration>
    Allowed with any value in enterprise, enterprise with cloud services edition.
    configpbAttributes List<GetCloudConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    customTags List<GetCloudCustomTag>
    Custom tags for all avi created resources in the cloud infrastructure. Field introduced in 17.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    dhcpEnabled String
    Select the ip address management scheme. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    dnsProviderRef String
    Dns profile for the cloud. It is a reference to an object of type ipamdnsproviderprofile. Allowed with any value in enterprise, enterprise with cloud services edition.
    dnsResolutionOnSe String
    By default, pool member fqdns are resolved on the controller. When this is set, pool member fqdns are instead resolved on service engines in this cloud. This is useful in scenarios where pool member fqdns can only be resolved from service engines and not from the controller. Field introduced in 18.2.6. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
    dnsResolvers List<GetCloudDnsResolver>
    Dns resolver for the cloud. Field introduced in 20.1.5. Maximum of 1 items allowed. Allowed with any value in enterprise, enterprise with cloud services edition.
    dockerConfigurations List<GetCloudDockerConfiguration>
    Allowed with any value in enterprise, enterprise with cloud services edition.
    eastWestDnsProviderRef String
    Dns profile for east-west services. It is a reference to an object of type ipamdnsproviderprofile. Allowed with any value in enterprise, enterprise with cloud services edition.
    eastWestIpamProviderRef String
    Ipam profile for east-west services. Warning - please use virtual subnets in this ipam profile that do not conflict with the underlay networks or any overlay networks in the cluster. For example in aws and gcp, 169.254.0.0/16 is used for storing instance metadata. Hence, it should not be used in this profile. It is a reference to an object of type ipamdnsproviderprofile. Allowed with any value in enterprise, enterprise with cloud services edition.
    enableVipOnAllInterfaces String
    Enable vip on all data interfaces for the cloud. Field introduced in 18.2.9, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    enableVipStaticRoutes String
    Use static routes for vip side network resolution during virtualservice placement. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    gcpConfigurations List<GetCloudGcpConfiguration>
    Google cloud platform configuration. Field introduced in 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    id String
    ip6AutocfgEnabled String
    Enable ipv6 auto configuration. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ipamProviderRef String
    Ipam profile for the cloud. It is a reference to an object of type ipamdnsproviderprofile. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    licenseTier 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 17.2.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    licenseType 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. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    linuxserverConfigurations List<GetCloudLinuxserverConfiguration>
    Allowed with any value in enterprise, enterprise with cloud services edition.
    maintenanceMode String
    Cloud is in maintenance mode. Field introduced in 20.1.7,21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    markers List<GetCloudMarker>
    List of labels to be used for granular rbac. Field introduced in 22.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    metricsPollingInterval String
    Cloud metrics collector polling interval in seconds. Field introduced in 22.1.1. Unit is seconds. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    mgmtIpV4Enabled String
    Enable ipv4 on the management interface of the serviceengine. Defaults to dhcp if no static config on network present. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    mgmtIpV6Enabled String
    Enable ipv6 on the management interface of the serviceengine. Defaults to autocfg if no static config on network present. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    mtu String
    Mtu setting for the cloud. Unit is bytes. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    name String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    nsxtConfigurations List<GetCloudNsxtConfiguration>
    Nsx-t cloud platform configuration. Field introduced in 20.1.1. Allowed with any value in enterprise, basic, enterprise with cloud services edition.
    ntpConfigurations List<GetCloudNtpConfiguration>
    Ntp configuration for the cloud. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    objNamePrefix String
    Default prefix for all automatically created objects in this cloud. This prefix can be overridden by the se-group template. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    preferStaticRoutes String
    Prefer static routes over interface routes during virtualservice placement. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    proxyConfigurations List<GetCloudProxyConfiguration>
    Allowed with any value in enterprise, enterprise with cloud services edition.
    rancherConfigurations List<GetCloudRancherConfiguration>
    Allowed with any value in enterprise, enterprise with cloud services edition.
    resolveFqdnToIpv6 String
    Resolve ipv6 address for pool member fqdns. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    seGroupTemplateRef String
    The service engine group to use as template. It is a reference to an object of type serviceenginegroup. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    stateBasedDnsRegistration String
    Dns records for vips are added/deleted based on the operational state of the vips. Field introduced in 17.1.12. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
    tenantRef String
    It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    uuid String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    vcaConfigurations List<GetCloudVcaConfiguration>
    Allowed with any value in enterprise, enterprise with cloud services edition.
    vcenterConfigurations List<GetCloudVcenterConfiguration>
    Allowed with any value in enterprise, essentials, enterprise with cloud services edition.
    vmcDeployment String
    This deployment is vmware on aws cloud. Field introduced in 20.1.5, 21.1.1. Allowed with any value in enterprise, 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. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- cloud_none,cloud_vcenter), basic (allowed values- cloud_none,cloud_nsxt) edition.
    autoscalePollingInterval string
    Cloudconnector polling interval in seconds for external autoscale groups, minimum 60 seconds. Allowed values are 60-3600. Field introduced in 18.2.2. Unit is seconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 60), basic (allowed values- 60) edition.
    awsConfigurations GetCloudAwsConfiguration[]
    Allowed with any value in enterprise, enterprise with cloud services edition.
    azureConfigurations GetCloudAzureConfiguration[]
    Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    cloudstackConfigurations GetCloudCloudstackConfiguration[]
    Allowed with any value in enterprise, enterprise with cloud services edition.
    configpbAttributes GetCloudConfigpbAttribute[]
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    customTags GetCloudCustomTag[]
    Custom tags for all avi created resources in the cloud infrastructure. Field introduced in 17.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    dhcpEnabled string
    Select the ip address management scheme. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    dnsProviderRef string
    Dns profile for the cloud. It is a reference to an object of type ipamdnsproviderprofile. Allowed with any value in enterprise, enterprise with cloud services edition.
    dnsResolutionOnSe string
    By default, pool member fqdns are resolved on the controller. When this is set, pool member fqdns are instead resolved on service engines in this cloud. This is useful in scenarios where pool member fqdns can only be resolved from service engines and not from the controller. Field introduced in 18.2.6. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
    dnsResolvers GetCloudDnsResolver[]
    Dns resolver for the cloud. Field introduced in 20.1.5. Maximum of 1 items allowed. Allowed with any value in enterprise, enterprise with cloud services edition.
    dockerConfigurations GetCloudDockerConfiguration[]
    Allowed with any value in enterprise, enterprise with cloud services edition.
    eastWestDnsProviderRef string
    Dns profile for east-west services. It is a reference to an object of type ipamdnsproviderprofile. Allowed with any value in enterprise, enterprise with cloud services edition.
    eastWestIpamProviderRef string
    Ipam profile for east-west services. Warning - please use virtual subnets in this ipam profile that do not conflict with the underlay networks or any overlay networks in the cluster. For example in aws and gcp, 169.254.0.0/16 is used for storing instance metadata. Hence, it should not be used in this profile. It is a reference to an object of type ipamdnsproviderprofile. Allowed with any value in enterprise, enterprise with cloud services edition.
    enableVipOnAllInterfaces string
    Enable vip on all data interfaces for the cloud. Field introduced in 18.2.9, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    enableVipStaticRoutes string
    Use static routes for vip side network resolution during virtualservice placement. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    gcpConfigurations GetCloudGcpConfiguration[]
    Google cloud platform configuration. Field introduced in 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    id string
    ip6AutocfgEnabled string
    Enable ipv6 auto configuration. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ipamProviderRef string
    Ipam profile for the cloud. It is a reference to an object of type ipamdnsproviderprofile. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    licenseTier 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 17.2.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    licenseType 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. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    linuxserverConfigurations GetCloudLinuxserverConfiguration[]
    Allowed with any value in enterprise, enterprise with cloud services edition.
    maintenanceMode string
    Cloud is in maintenance mode. Field introduced in 20.1.7,21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    markers GetCloudMarker[]
    List of labels to be used for granular rbac. Field introduced in 22.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    metricsPollingInterval string
    Cloud metrics collector polling interval in seconds. Field introduced in 22.1.1. Unit is seconds. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    mgmtIpV4Enabled string
    Enable ipv4 on the management interface of the serviceengine. Defaults to dhcp if no static config on network present. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    mgmtIpV6Enabled string
    Enable ipv6 on the management interface of the serviceengine. Defaults to autocfg if no static config on network present. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    mtu string
    Mtu setting for the cloud. Unit is bytes. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    name string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    nsxtConfigurations GetCloudNsxtConfiguration[]
    Nsx-t cloud platform configuration. Field introduced in 20.1.1. Allowed with any value in enterprise, basic, enterprise with cloud services edition.
    ntpConfigurations GetCloudNtpConfiguration[]
    Ntp configuration for the cloud. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    objNamePrefix string
    Default prefix for all automatically created objects in this cloud. This prefix can be overridden by the se-group template. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    preferStaticRoutes string
    Prefer static routes over interface routes during virtualservice placement. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    proxyConfigurations GetCloudProxyConfiguration[]
    Allowed with any value in enterprise, enterprise with cloud services edition.
    rancherConfigurations GetCloudRancherConfiguration[]
    Allowed with any value in enterprise, enterprise with cloud services edition.
    resolveFqdnToIpv6 string
    Resolve ipv6 address for pool member fqdns. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    seGroupTemplateRef string
    The service engine group to use as template. It is a reference to an object of type serviceenginegroup. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    stateBasedDnsRegistration string
    Dns records for vips are added/deleted based on the operational state of the vips. Field introduced in 17.1.12. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
    tenantRef string
    It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    uuid string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    vcaConfigurations GetCloudVcaConfiguration[]
    Allowed with any value in enterprise, enterprise with cloud services edition.
    vcenterConfigurations GetCloudVcenterConfiguration[]
    Allowed with any value in enterprise, essentials, enterprise with cloud services edition.
    vmcDeployment string
    This deployment is vmware on aws cloud. Field introduced in 20.1.5, 21.1.1. Allowed with any value in enterprise, 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. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- cloud_none,cloud_vcenter), basic (allowed values- cloud_none,cloud_nsxt) edition.
    autoscale_polling_interval str
    Cloudconnector polling interval in seconds for external autoscale groups, minimum 60 seconds. Allowed values are 60-3600. Field introduced in 18.2.2. Unit is seconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 60), basic (allowed values- 60) edition.
    aws_configurations Sequence[GetCloudAwsConfiguration]
    Allowed with any value in enterprise, enterprise with cloud services edition.
    azure_configurations Sequence[GetCloudAzureConfiguration]
    Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    cloudstack_configurations Sequence[GetCloudCloudstackConfiguration]
    Allowed with any value in enterprise, enterprise with cloud services edition.
    configpb_attributes Sequence[GetCloudConfigpbAttribute]
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    custom_tags Sequence[GetCloudCustomTag]
    Custom tags for all avi created resources in the cloud infrastructure. Field introduced in 17.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    dhcp_enabled str
    Select the ip address management scheme. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    dns_provider_ref str
    Dns profile for the cloud. It is a reference to an object of type ipamdnsproviderprofile. Allowed with any value in enterprise, enterprise with cloud services edition.
    dns_resolution_on_se str
    By default, pool member fqdns are resolved on the controller. When this is set, pool member fqdns are instead resolved on service engines in this cloud. This is useful in scenarios where pool member fqdns can only be resolved from service engines and not from the controller. Field introduced in 18.2.6. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
    dns_resolvers Sequence[GetCloudDnsResolver]
    Dns resolver for the cloud. Field introduced in 20.1.5. Maximum of 1 items allowed. Allowed with any value in enterprise, enterprise with cloud services edition.
    docker_configurations Sequence[GetCloudDockerConfiguration]
    Allowed with any value in enterprise, enterprise with cloud services edition.
    east_west_dns_provider_ref str
    Dns profile for east-west services. It is a reference to an object of type ipamdnsproviderprofile. Allowed with any value in enterprise, enterprise with cloud services edition.
    east_west_ipam_provider_ref str
    Ipam profile for east-west services. Warning - please use virtual subnets in this ipam profile that do not conflict with the underlay networks or any overlay networks in the cluster. For example in aws and gcp, 169.254.0.0/16 is used for storing instance metadata. Hence, it should not be used in this profile. It is a reference to an object of type ipamdnsproviderprofile. Allowed with any value in enterprise, enterprise with cloud services edition.
    enable_vip_on_all_interfaces str
    Enable vip on all data interfaces for the cloud. Field introduced in 18.2.9, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    enable_vip_static_routes str
    Use static routes for vip side network resolution during virtualservice placement. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    gcp_configurations Sequence[GetCloudGcpConfiguration]
    Google cloud platform configuration. Field introduced in 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    id str
    ip6_autocfg_enabled str
    Enable ipv6 auto configuration. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ipam_provider_ref str
    Ipam profile for the cloud. It is a reference to an object of type ipamdnsproviderprofile. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    license_tier str
    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 17.2.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    license_type str
    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. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    linuxserver_configurations Sequence[GetCloudLinuxserverConfiguration]
    Allowed with any value in enterprise, enterprise with cloud services edition.
    maintenance_mode str
    Cloud is in maintenance mode. Field introduced in 20.1.7,21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    markers Sequence[GetCloudMarker]
    List of labels to be used for granular rbac. Field introduced in 22.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    metrics_polling_interval str
    Cloud metrics collector polling interval in seconds. Field introduced in 22.1.1. Unit is seconds. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    mgmt_ip_v4_enabled str
    Enable ipv4 on the management interface of the serviceengine. Defaults to dhcp if no static config on network present. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    mgmt_ip_v6_enabled str
    Enable ipv6 on the management interface of the serviceengine. Defaults to autocfg if no static config on network present. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    mtu str
    Mtu setting for the cloud. Unit is bytes. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    name str
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    nsxt_configurations Sequence[GetCloudNsxtConfiguration]
    Nsx-t cloud platform configuration. Field introduced in 20.1.1. Allowed with any value in enterprise, basic, enterprise with cloud services edition.
    ntp_configurations Sequence[GetCloudNtpConfiguration]
    Ntp configuration for the cloud. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    obj_name_prefix str
    Default prefix for all automatically created objects in this cloud. This prefix can be overridden by the se-group template. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    prefer_static_routes str
    Prefer static routes over interface routes during virtualservice placement. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    proxy_configurations Sequence[GetCloudProxyConfiguration]
    Allowed with any value in enterprise, enterprise with cloud services edition.
    rancher_configurations Sequence[GetCloudRancherConfiguration]
    Allowed with any value in enterprise, enterprise with cloud services edition.
    resolve_fqdn_to_ipv6 str
    Resolve ipv6 address for pool member fqdns. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    se_group_template_ref str
    The service engine group to use as template. It is a reference to an object of type serviceenginegroup. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    state_based_dns_registration str
    Dns records for vips are added/deleted based on the operational state of the vips. Field introduced in 17.1.12. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
    tenant_ref str
    It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    uuid str
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    vca_configurations Sequence[GetCloudVcaConfiguration]
    Allowed with any value in enterprise, enterprise with cloud services edition.
    vcenter_configurations Sequence[GetCloudVcenterConfiguration]
    Allowed with any value in enterprise, essentials, enterprise with cloud services edition.
    vmc_deployment str
    This deployment is vmware on aws cloud. Field introduced in 20.1.5, 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    vtype str
    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. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- cloud_none,cloud_vcenter), basic (allowed values- cloud_none,cloud_nsxt) edition.
    autoscalePollingInterval String
    Cloudconnector polling interval in seconds for external autoscale groups, minimum 60 seconds. Allowed values are 60-3600. Field introduced in 18.2.2. Unit is seconds. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- 60), basic (allowed values- 60) edition.
    awsConfigurations List<Property Map>
    Allowed with any value in enterprise, enterprise with cloud services edition.
    azureConfigurations List<Property Map>
    Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    cloudstackConfigurations List<Property Map>
    Allowed with any value in enterprise, enterprise with cloud services edition.
    configpbAttributes List<Property Map>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    customTags List<Property Map>
    Custom tags for all avi created resources in the cloud infrastructure. Field introduced in 17.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    dhcpEnabled String
    Select the ip address management scheme. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    dnsProviderRef String
    Dns profile for the cloud. It is a reference to an object of type ipamdnsproviderprofile. Allowed with any value in enterprise, enterprise with cloud services edition.
    dnsResolutionOnSe String
    By default, pool member fqdns are resolved on the controller. When this is set, pool member fqdns are instead resolved on service engines in this cloud. This is useful in scenarios where pool member fqdns can only be resolved from service engines and not from the controller. Field introduced in 18.2.6. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- false), basic (allowed values- false) edition.
    dnsResolvers List<Property Map>
    Dns resolver for the cloud. Field introduced in 20.1.5. Maximum of 1 items allowed. Allowed with any value in enterprise, enterprise with cloud services edition.
    dockerConfigurations List<Property Map>
    Allowed with any value in enterprise, enterprise with cloud services edition.
    eastWestDnsProviderRef String
    Dns profile for east-west services. It is a reference to an object of type ipamdnsproviderprofile. Allowed with any value in enterprise, enterprise with cloud services edition.
    eastWestIpamProviderRef String
    Ipam profile for east-west services. Warning - please use virtual subnets in this ipam profile that do not conflict with the underlay networks or any overlay networks in the cluster. For example in aws and gcp, 169.254.0.0/16 is used for storing instance metadata. Hence, it should not be used in this profile. It is a reference to an object of type ipamdnsproviderprofile. Allowed with any value in enterprise, enterprise with cloud services edition.
    enableVipOnAllInterfaces String
    Enable vip on all data interfaces for the cloud. Field introduced in 18.2.9, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    enableVipStaticRoutes String
    Use static routes for vip side network resolution during virtualservice placement. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    gcpConfigurations List<Property Map>
    Google cloud platform configuration. Field introduced in 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    id String
    ip6AutocfgEnabled String
    Enable ipv6 auto configuration. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ipamProviderRef String
    Ipam profile for the cloud. It is a reference to an object of type ipamdnsproviderprofile. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    licenseTier 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 17.2.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    licenseType 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. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    linuxserverConfigurations List<Property Map>
    Allowed with any value in enterprise, enterprise with cloud services edition.
    maintenanceMode String
    Cloud is in maintenance mode. Field introduced in 20.1.7,21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    markers List<Property Map>
    List of labels to be used for granular rbac. Field introduced in 22.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    metricsPollingInterval String
    Cloud metrics collector polling interval in seconds. Field introduced in 22.1.1. Unit is seconds. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    mgmtIpV4Enabled String
    Enable ipv4 on the management interface of the serviceengine. Defaults to dhcp if no static config on network present. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    mgmtIpV6Enabled String
    Enable ipv6 on the management interface of the serviceengine. Defaults to autocfg if no static config on network present. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    mtu String
    Mtu setting for the cloud. Unit is bytes. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    name String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    nsxtConfigurations List<Property Map>
    Nsx-t cloud platform configuration. Field introduced in 20.1.1. Allowed with any value in enterprise, basic, enterprise with cloud services edition.
    ntpConfigurations List<Property Map>
    Ntp configuration for the cloud. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    objNamePrefix String
    Default prefix for all automatically created objects in this cloud. This prefix can be overridden by the se-group template. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    preferStaticRoutes String
    Prefer static routes over interface routes during virtualservice placement. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    proxyConfigurations List<Property Map>
    Allowed with any value in enterprise, enterprise with cloud services edition.
    rancherConfigurations List<Property Map>
    Allowed with any value in enterprise, enterprise with cloud services edition.
    resolveFqdnToIpv6 String
    Resolve ipv6 address for pool member fqdns. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    seGroupTemplateRef String
    The service engine group to use as template. It is a reference to an object of type serviceenginegroup. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    stateBasedDnsRegistration String
    Dns records for vips are added/deleted based on the operational state of the vips. Field introduced in 17.1.12. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
    tenantRef String
    It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    uuid String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    vcaConfigurations List<Property Map>
    Allowed with any value in enterprise, enterprise with cloud services edition.
    vcenterConfigurations List<Property Map>
    Allowed with any value in enterprise, essentials, enterprise with cloud services edition.
    vmcDeployment String
    This deployment is vmware on aws cloud. Field introduced in 20.1.5, 21.1.1. Allowed with any value in enterprise, 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. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- cloud_none,cloud_vcenter), basic (allowed values- cloud_none,cloud_nsxt) edition.

    Supporting Types

    GetCloudAwsConfiguration

    GetCloudAwsConfigurationEbsEncryption

    MasterKey string
    Mode string
    MasterKey string
    Mode string
    masterKey String
    mode String
    masterKey string
    mode string
    masterKey String
    mode String

    GetCloudAwsConfigurationS3Encryption

    MasterKey string
    Mode string
    MasterKey string
    Mode string
    masterKey String
    mode String
    masterKey string
    mode string
    masterKey String
    mode String

    GetCloudAwsConfigurationSqsEncryption

    MasterKey string
    Mode string
    MasterKey string
    Mode string
    masterKey String
    mode String
    masterKey string
    mode string
    masterKey String
    mode String

    GetCloudAwsConfigurationZone

    GetCloudAzureConfiguration

    GetCloudAzureConfigurationNetworkInfo

    GetCloudCloudstackConfiguration

    GetCloudConfigpbAttribute

    Version string
    Version string
    version String
    version string
    version String

    GetCloudCustomTag

    TagKey string
    TagVal string
    TagKey string
    TagVal string
    tagKey String
    tagVal String
    tagKey string
    tagVal string
    tagKey String
    tagVal String

    GetCloudDnsResolver

    GetCloudDnsResolverNameserverIp

    Addr string
    Type string
    Addr string
    Type string
    addr String
    type String
    addr string
    type string
    addr str
    type str
    addr String
    type String

    GetCloudDockerConfiguration

    AppSyncFrequency string
    CaTlsKeyAndCertificateRef string
    ClientTlsKeyAndCertificateRef string
    ContainerPortMatchHttpService string
    CoredumpDirectory string
    DisableAutoBackendServiceSync string
    DisableAutoFrontendServiceSync string
    DisableAutoSeCreation string
    DockerRegistrySes List<GetCloudDockerConfigurationDockerRegistrySe>
    EastWestPlacementSubnets List<GetCloudDockerConfigurationEastWestPlacementSubnet>
    EnableEventSubscription string
    FeproxyContainerPortAsService string
    FeproxyVipsEnableProxyArp string
    FleetEndpoint string
    HttpContainerPorts List<double>
    SeDeploymentMethod string
    SeExcludeAttributes List<GetCloudDockerConfigurationSeExcludeAttribute>
    SeIncludeAttributes List<GetCloudDockerConfigurationSeIncludeAttribute>
    SeSpawnRate string
    SeVolume string
    ServicesAccessibleAllInterfaces string
    SshUserRef string
    UcpNodes List<string>
    UseContainerIpPort string
    UseControllerImage string
    AppSyncFrequency string
    CaTlsKeyAndCertificateRef string
    ClientTlsKeyAndCertificateRef string
    ContainerPortMatchHttpService string
    CoredumpDirectory string
    DisableAutoBackendServiceSync string
    DisableAutoFrontendServiceSync string
    DisableAutoSeCreation string
    DockerRegistrySes []GetCloudDockerConfigurationDockerRegistrySe
    EastWestPlacementSubnets []GetCloudDockerConfigurationEastWestPlacementSubnet
    EnableEventSubscription string
    FeproxyContainerPortAsService string
    FeproxyVipsEnableProxyArp string
    FleetEndpoint string
    HttpContainerPorts []float64
    SeDeploymentMethod string
    SeExcludeAttributes []GetCloudDockerConfigurationSeExcludeAttribute
    SeIncludeAttributes []GetCloudDockerConfigurationSeIncludeAttribute
    SeSpawnRate string
    SeVolume string
    ServicesAccessibleAllInterfaces string
    SshUserRef string
    UcpNodes []string
    UseContainerIpPort string
    UseControllerImage string
    appSyncFrequency String
    caTlsKeyAndCertificateRef String
    clientTlsKeyAndCertificateRef String
    containerPortMatchHttpService String
    coredumpDirectory String
    disableAutoBackendServiceSync String
    disableAutoFrontendServiceSync String
    disableAutoSeCreation String
    dockerRegistrySes List<GetCloudDockerConfigurationDockerRegistrySe>
    eastWestPlacementSubnets List<GetCloudDockerConfigurationEastWestPlacementSubnet>
    enableEventSubscription String
    feproxyContainerPortAsService String
    feproxyVipsEnableProxyArp String
    fleetEndpoint String
    httpContainerPorts List<Double>
    seDeploymentMethod String
    seExcludeAttributes List<GetCloudDockerConfigurationSeExcludeAttribute>
    seIncludeAttributes List<GetCloudDockerConfigurationSeIncludeAttribute>
    seSpawnRate String
    seVolume String
    servicesAccessibleAllInterfaces String
    sshUserRef String
    ucpNodes List<String>
    useContainerIpPort String
    useControllerImage String
    appSyncFrequency string
    caTlsKeyAndCertificateRef string
    clientTlsKeyAndCertificateRef string
    containerPortMatchHttpService string
    coredumpDirectory string
    disableAutoBackendServiceSync string
    disableAutoFrontendServiceSync string
    disableAutoSeCreation string
    dockerRegistrySes GetCloudDockerConfigurationDockerRegistrySe[]
    eastWestPlacementSubnets GetCloudDockerConfigurationEastWestPlacementSubnet[]
    enableEventSubscription string
    feproxyContainerPortAsService string
    feproxyVipsEnableProxyArp string
    fleetEndpoint string
    httpContainerPorts number[]
    seDeploymentMethod string
    seExcludeAttributes GetCloudDockerConfigurationSeExcludeAttribute[]
    seIncludeAttributes GetCloudDockerConfigurationSeIncludeAttribute[]
    seSpawnRate string
    seVolume string
    servicesAccessibleAllInterfaces string
    sshUserRef string
    ucpNodes string[]
    useContainerIpPort string
    useControllerImage string
    app_sync_frequency str
    ca_tls_key_and_certificate_ref str
    client_tls_key_and_certificate_ref str
    container_port_match_http_service str
    coredump_directory str
    disable_auto_backend_service_sync str
    disable_auto_frontend_service_sync str
    disable_auto_se_creation str
    docker_registry_ses Sequence[GetCloudDockerConfigurationDockerRegistrySe]
    east_west_placement_subnets Sequence[GetCloudDockerConfigurationEastWestPlacementSubnet]
    enable_event_subscription str
    feproxy_container_port_as_service str
    feproxy_vips_enable_proxy_arp str
    fleet_endpoint str
    http_container_ports Sequence[float]
    se_deployment_method str
    se_exclude_attributes Sequence[GetCloudDockerConfigurationSeExcludeAttribute]
    se_include_attributes Sequence[GetCloudDockerConfigurationSeIncludeAttribute]
    se_spawn_rate str
    se_volume str
    services_accessible_all_interfaces str
    ssh_user_ref str
    ucp_nodes Sequence[str]
    use_container_ip_port str
    use_controller_image str

    GetCloudDockerConfigurationDockerRegistrySe

    GetCloudDockerConfigurationDockerRegistrySeOshiftRegistry

    GetCloudDockerConfigurationDockerRegistrySeOshiftRegistryRegistryVip

    Addr string
    Type string
    Addr string
    Type string
    addr String
    type String
    addr string
    type string
    addr str
    type str
    addr String
    type String

    GetCloudDockerConfigurationEastWestPlacementSubnet

    GetCloudDockerConfigurationEastWestPlacementSubnetIpAddr

    Addr string
    Type string
    Addr string
    Type string
    addr String
    type String
    addr string
    type string
    addr str
    type str
    addr String
    type String

    GetCloudDockerConfigurationSeExcludeAttribute

    Attribute string
    Value string
    Attribute string
    Value string
    attribute String
    value String
    attribute string
    value string
    attribute String
    value String

    GetCloudDockerConfigurationSeIncludeAttribute

    Attribute string
    Value string
    Attribute string
    Value string
    attribute String
    value String
    attribute string
    value string
    attribute String
    value String

    GetCloudGcpConfiguration

    GetCloudGcpConfigurationEncryptionKey

    GetCloudGcpConfigurationNetworkConfig

    GetCloudGcpConfigurationNetworkConfigInband

    GetCloudGcpConfigurationNetworkConfigOneArm

    GetCloudGcpConfigurationNetworkConfigTwoArm

    GetCloudGcpConfigurationVipAllocationStrategy

    GetCloudGcpConfigurationVipAllocationStrategyIlb

    CloudRouterNames List<string>
    cloudRouterNames List<String>
    cloud_router_names Sequence[str]
    cloudRouterNames List<String>

    GetCloudGcpConfigurationVipAllocationStrategyRoute

    GetCloudLinuxserverConfiguration

    GetCloudLinuxserverConfigurationHost

    GetCloudLinuxserverConfigurationHostHostAttr

    AttrKey string
    AttrVal string
    AttrKey string
    AttrVal string
    attrKey String
    attrVal String
    attrKey string
    attrVal string
    attrKey String
    attrVal String

    GetCloudLinuxserverConfigurationHostHostIp

    Addr string
    Type string
    Addr string
    Type string
    addr String
    type String
    addr string
    type string
    addr str
    type str
    addr String
    type String

    GetCloudMarker

    Key string
    Values List<string>
    Key string
    Values []string
    key String
    values List<String>
    key string
    values string[]
    key str
    values Sequence[str]
    key String
    values List<String>

    GetCloudNsxtConfiguration

    GetCloudNsxtConfigurationDataNetworkConfig

    GetCloudNsxtConfigurationDataNetworkConfigTier1SegmentConfig

    GetCloudNsxtConfigurationDataNetworkConfigTier1SegmentConfigAutomatic

    GetCloudNsxtConfigurationDataNetworkConfigTier1SegmentConfigAutomaticNsxtSegmentSubnet

    GetCloudNsxtConfigurationDataNetworkConfigTier1SegmentConfigAutomaticNsxtSegmentSubnetIpAddr

    Addr string
    Type string
    Addr string
    Type string
    addr String
    type String
    addr string
    type string
    addr str
    type str
    addr String
    type String

    GetCloudNsxtConfigurationDataNetworkConfigTier1SegmentConfigManual

    GetCloudNsxtConfigurationDataNetworkConfigTier1SegmentConfigManualTier1Lr

    LocaleService string
    SegmentId string
    Tier1LrId string
    LocaleService string
    SegmentId string
    Tier1LrId string
    localeService String
    segmentId String
    tier1LrId String
    localeService string
    segmentId string
    tier1LrId string
    localeService String
    segmentId String
    tier1LrId String

    GetCloudNsxtConfigurationManagementNetworkConfig

    GetCloudNsxtConfigurationManagementNetworkConfigOverlaySegment

    LocaleService string
    SegmentId string
    Tier1LrId string
    LocaleService string
    SegmentId string
    Tier1LrId string
    localeService String
    segmentId String
    tier1LrId String
    localeService string
    segmentId string
    tier1LrId string
    localeService String
    segmentId String
    tier1LrId String

    GetCloudNtpConfiguration

    GetCloudNtpConfigurationNtpAuthenticationKey

    Algorithm string
    Key string
    KeyNumber string
    Algorithm string
    Key string
    KeyNumber string
    algorithm String
    key String
    keyNumber String
    algorithm string
    key string
    keyNumber string
    algorithm String
    key String
    keyNumber String

    GetCloudNtpConfigurationNtpServer

    GetCloudNtpConfigurationNtpServerList

    Addr string
    Type string
    Addr string
    Type string
    addr String
    type String
    addr string
    type string
    addr str
    type str
    addr String
    type String

    GetCloudNtpConfigurationNtpServerServer

    Addr string
    Type string
    Addr string
    Type string
    addr String
    type String
    addr string
    type string
    addr str
    type str
    addr String
    type String

    GetCloudProxyConfiguration

    Host string
    Password string
    Port string
    Username string
    Host string
    Password string
    Port string
    Username string
    host String
    password String
    port String
    username String
    host string
    password string
    port string
    username string
    host str
    password str
    port str
    username str
    host String
    password String
    port String
    username String

    GetCloudRancherConfiguration

    AccessKey string
    AppSyncFrequency string
    ContainerPortMatchHttpService string
    CoredumpDirectory string
    DisableAutoBackendServiceSync string
    DisableAutoFrontendServiceSync string
    DisableAutoSeCreation string
    DockerRegistrySes List<GetCloudRancherConfigurationDockerRegistrySe>
    EastWestPlacementSubnets List<GetCloudRancherConfigurationEastWestPlacementSubnet>
    EnableEventSubscription string
    FeproxyContainerPortAsService string
    FeproxyVipsEnableProxyArp string
    FleetEndpoint string
    HttpContainerPorts List<double>
    NuageControllers List<GetCloudRancherConfigurationNuageController>
    RancherServers List<string>
    SeDeploymentMethod string
    SeExcludeAttributes List<GetCloudRancherConfigurationSeExcludeAttribute>
    SeIncludeAttributes List<GetCloudRancherConfigurationSeIncludeAttribute>
    SeSpawnRate string
    SeVolume string
    SecretKey string
    ServicesAccessibleAllInterfaces string
    SshUserRef string
    UseContainerIpPort string
    UseControllerImage string
    AccessKey string
    AppSyncFrequency string
    ContainerPortMatchHttpService string
    CoredumpDirectory string
    DisableAutoBackendServiceSync string
    DisableAutoFrontendServiceSync string
    DisableAutoSeCreation string
    DockerRegistrySes []GetCloudRancherConfigurationDockerRegistrySe
    EastWestPlacementSubnets []GetCloudRancherConfigurationEastWestPlacementSubnet
    EnableEventSubscription string
    FeproxyContainerPortAsService string
    FeproxyVipsEnableProxyArp string
    FleetEndpoint string
    HttpContainerPorts []float64
    NuageControllers []GetCloudRancherConfigurationNuageController
    RancherServers []string
    SeDeploymentMethod string
    SeExcludeAttributes []GetCloudRancherConfigurationSeExcludeAttribute
    SeIncludeAttributes []GetCloudRancherConfigurationSeIncludeAttribute
    SeSpawnRate string
    SeVolume string
    SecretKey string
    ServicesAccessibleAllInterfaces string
    SshUserRef string
    UseContainerIpPort string
    UseControllerImage string
    accessKey String
    appSyncFrequency String
    containerPortMatchHttpService String
    coredumpDirectory String
    disableAutoBackendServiceSync String
    disableAutoFrontendServiceSync String
    disableAutoSeCreation String
    dockerRegistrySes List<GetCloudRancherConfigurationDockerRegistrySe>
    eastWestPlacementSubnets List<GetCloudRancherConfigurationEastWestPlacementSubnet>
    enableEventSubscription String
    feproxyContainerPortAsService String
    feproxyVipsEnableProxyArp String
    fleetEndpoint String
    httpContainerPorts List<Double>
    nuageControllers List<GetCloudRancherConfigurationNuageController>
    rancherServers List<String>
    seDeploymentMethod String
    seExcludeAttributes List<GetCloudRancherConfigurationSeExcludeAttribute>
    seIncludeAttributes List<GetCloudRancherConfigurationSeIncludeAttribute>
    seSpawnRate String
    seVolume String
    secretKey String
    servicesAccessibleAllInterfaces String
    sshUserRef String
    useContainerIpPort String
    useControllerImage String
    accessKey string
    appSyncFrequency string
    containerPortMatchHttpService string
    coredumpDirectory string
    disableAutoBackendServiceSync string
    disableAutoFrontendServiceSync string
    disableAutoSeCreation string
    dockerRegistrySes GetCloudRancherConfigurationDockerRegistrySe[]
    eastWestPlacementSubnets GetCloudRancherConfigurationEastWestPlacementSubnet[]
    enableEventSubscription string
    feproxyContainerPortAsService string
    feproxyVipsEnableProxyArp string
    fleetEndpoint string
    httpContainerPorts number[]
    nuageControllers GetCloudRancherConfigurationNuageController[]
    rancherServers string[]
    seDeploymentMethod string
    seExcludeAttributes GetCloudRancherConfigurationSeExcludeAttribute[]
    seIncludeAttributes GetCloudRancherConfigurationSeIncludeAttribute[]
    seSpawnRate string
    seVolume string
    secretKey string
    servicesAccessibleAllInterfaces string
    sshUserRef string
    useContainerIpPort string
    useControllerImage string
    access_key str
    app_sync_frequency str
    container_port_match_http_service str
    coredump_directory str
    disable_auto_backend_service_sync str
    disable_auto_frontend_service_sync str
    disable_auto_se_creation str
    docker_registry_ses Sequence[GetCloudRancherConfigurationDockerRegistrySe]
    east_west_placement_subnets Sequence[GetCloudRancherConfigurationEastWestPlacementSubnet]
    enable_event_subscription str
    feproxy_container_port_as_service str
    feproxy_vips_enable_proxy_arp str
    fleet_endpoint str
    http_container_ports Sequence[float]
    nuage_controllers Sequence[GetCloudRancherConfigurationNuageController]
    rancher_servers Sequence[str]
    se_deployment_method str
    se_exclude_attributes Sequence[GetCloudRancherConfigurationSeExcludeAttribute]
    se_include_attributes Sequence[GetCloudRancherConfigurationSeIncludeAttribute]
    se_spawn_rate str
    se_volume str
    secret_key str
    services_accessible_all_interfaces str
    ssh_user_ref str
    use_container_ip_port str
    use_controller_image str

    GetCloudRancherConfigurationDockerRegistrySe

    GetCloudRancherConfigurationDockerRegistrySeOshiftRegistry

    GetCloudRancherConfigurationDockerRegistrySeOshiftRegistryRegistryVip

    Addr string
    Type string
    Addr string
    Type string
    addr String
    type String
    addr string
    type string
    addr str
    type str
    addr String
    type String

    GetCloudRancherConfigurationEastWestPlacementSubnet

    GetCloudRancherConfigurationEastWestPlacementSubnetIpAddr

    Addr string
    Type string
    Addr string
    Type string
    addr String
    type String
    addr string
    type string
    addr str
    type str
    addr String
    type String

    GetCloudRancherConfigurationNuageController

    GetCloudRancherConfigurationSeExcludeAttribute

    Attribute string
    Value string
    Attribute string
    Value string
    attribute String
    value String
    attribute string
    value string
    attribute String
    value String

    GetCloudRancherConfigurationSeIncludeAttribute

    Attribute string
    Value string
    Attribute string
    Value string
    attribute String
    value String
    attribute string
    value string
    attribute String
    value String

    GetCloudVcaConfiguration

    Privilege string
    VcaHost string
    VcaInstance string
    VcaMgmtNetwork string
    VcaOrgnization string
    VcaPassword string
    VcaUsername string
    VcaVdc string
    Privilege string
    VcaHost string
    VcaInstance string
    VcaMgmtNetwork string
    VcaOrgnization string
    VcaPassword string
    VcaUsername string
    VcaVdc string
    privilege String
    vcaHost String
    vcaInstance String
    vcaMgmtNetwork String
    vcaOrgnization String
    vcaPassword String
    vcaUsername String
    vcaVdc String
    privilege string
    vcaHost string
    vcaInstance string
    vcaMgmtNetwork string
    vcaOrgnization string
    vcaPassword string
    vcaUsername string
    vcaVdc string
    privilege String
    vcaHost String
    vcaInstance String
    vcaMgmtNetwork String
    vcaOrgnization String
    vcaPassword String
    vcaUsername String
    vcaVdc String

    GetCloudVcenterConfiguration

    GetCloudVcenterConfigurationContentLib

    Id string
    Name string
    Search Cloud by name.
    Id string
    Name string
    Search Cloud by name.
    id String
    name String
    Search Cloud by name.
    id string
    name string
    Search Cloud by name.
    id str
    name str
    Search Cloud by name.
    id String
    name String
    Search Cloud by name.

    GetCloudVcenterConfigurationManagementIpSubnet

    GetCloudVcenterConfigurationManagementIpSubnetIpAddr

    Addr string
    Type string
    Addr string
    Type string
    addr String
    type String
    addr string
    type string
    addr str
    type str
    addr String
    type String

    Package Details

    Repository
    avi vmware/terraform-provider-avi
    License
    Notes
    This Pulumi package is based on the avi Terraform Provider.
    avi logo
    avi 31.1.1 published on Monday, Apr 14, 2025 by vmware