avi 31.1.1 published on Monday, Apr 14, 2025 by vmware
avi.getCloud
Explore with Pulumi AI
<!–
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 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.
getCloud Result
The following output properties are available:
- Autoscale
Polling stringInterval - 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 List<GetCloud Aws Configuration> - Allowed with any value in enterprise, enterprise with cloud services edition.
- Azure
Configurations List<GetCloud Azure Configuration> - Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Cloudstack
Configurations List<GetCloud Cloudstack Configuration> - Allowed with any value in enterprise, enterprise with cloud services edition.
- Configpb
Attributes List<GetCloud Configpb Attribute> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- List<Get
Cloud Custom Tag> - 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 string - Select the ip address management scheme. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Dns
Provider stringRef - 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 stringOn Se - 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 List<GetCloud Dns Resolver> - 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 List<GetCloud Docker Configuration> - Allowed with any value in enterprise, enterprise with cloud services edition.
- East
West stringDns Provider Ref - 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 stringIpam Provider Ref - 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 stringOn All Interfaces - 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 stringStatic Routes - 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 List<GetCloud Gcp Configuration> - Google cloud platform configuration. Field introduced in 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Id string
- Ip6Autocfg
Enabled string - 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 stringRef - 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 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.
- License
Type 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.
- Linuxserver
Configurations List<GetCloud Linuxserver Configuration> - Allowed with any value in enterprise, enterprise with cloud services edition.
- Maintenance
Mode 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<Get
Cloud Marker> - 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 stringInterval - 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 stringV4Enabled - 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 stringV6Enabled - 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.
- Nsxt
Configurations List<GetCloud Nsxt Configuration> - 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 List<GetCloud Ntp Configuration> - Ntp configuration for the cloud. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Obj
Name stringPrefix - 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 stringRoutes - Prefer static routes over interface routes during virtualservice placement. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Proxy
Configurations List<GetCloud Proxy Configuration> - Allowed with any value in enterprise, enterprise with cloud services edition.
- Rancher
Configurations List<GetCloud Rancher Configuration> - Allowed with any value in enterprise, enterprise with cloud services edition.
- Resolve
Fqdn stringTo Ipv6 - 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 stringTemplate Ref - 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 stringDns Registration - 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 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.
- Vca
Configurations List<GetCloud Vca Configuration> - Allowed with any value in enterprise, enterprise with cloud services edition.
- Vcenter
Configurations List<GetCloud Vcenter Configuration> - Allowed with any value in enterprise, essentials, enterprise with cloud services edition.
- Vmc
Deployment 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 stringInterval - 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 []GetCloud Aws Configuration - Allowed with any value in enterprise, enterprise with cloud services edition.
- Azure
Configurations []GetCloud Azure Configuration - Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Cloudstack
Configurations []GetCloud Cloudstack Configuration - Allowed with any value in enterprise, enterprise with cloud services edition.
- Configpb
Attributes []GetCloud Configpb Attribute - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- []Get
Cloud Custom Tag - 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 string - Select the ip address management scheme. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Dns
Provider stringRef - 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 stringOn Se - 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 []GetCloud Dns Resolver - 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 []GetCloud Docker Configuration - Allowed with any value in enterprise, enterprise with cloud services edition.
- East
West stringDns Provider Ref - 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 stringIpam Provider Ref - 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 stringOn All Interfaces - 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 stringStatic Routes - 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 []GetCloud Gcp Configuration - Google cloud platform configuration. Field introduced in 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Id string
- Ip6Autocfg
Enabled string - 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 stringRef - 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 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.
- License
Type 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.
- Linuxserver
Configurations []GetCloud Linuxserver Configuration - Allowed with any value in enterprise, enterprise with cloud services edition.
- Maintenance
Mode 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
[]Get
Cloud Marker - 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 stringInterval - 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 stringV4Enabled - 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 stringV6Enabled - 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.
- Nsxt
Configurations []GetCloud Nsxt Configuration - 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 []GetCloud Ntp Configuration - Ntp configuration for the cloud. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Obj
Name stringPrefix - 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 stringRoutes - Prefer static routes over interface routes during virtualservice placement. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Proxy
Configurations []GetCloud Proxy Configuration - Allowed with any value in enterprise, enterprise with cloud services edition.
- Rancher
Configurations []GetCloud Rancher Configuration - Allowed with any value in enterprise, enterprise with cloud services edition.
- Resolve
Fqdn stringTo Ipv6 - 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 stringTemplate Ref - 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 stringDns Registration - 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 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.
- Vca
Configurations []GetCloud Vca Configuration - Allowed with any value in enterprise, enterprise with cloud services edition.
- Vcenter
Configurations []GetCloud Vcenter Configuration - Allowed with any value in enterprise, essentials, enterprise with cloud services edition.
- Vmc
Deployment 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 StringInterval - 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 List<GetCloud Aws Configuration> - Allowed with any value in enterprise, enterprise with cloud services edition.
- azure
Configurations List<GetCloud Azure Configuration> - Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- cloudstack
Configurations List<GetCloud Cloudstack Configuration> - Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb
Attributes List<GetCloud Configpb Attribute> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- List<Get
Cloud Custom Tag> - 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 String - Select the ip address management scheme. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- dns
Provider StringRef - 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 StringOn Se - 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 List<GetCloud Dns Resolver> - 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 List<GetCloud Docker Configuration> - Allowed with any value in enterprise, enterprise with cloud services edition.
- east
West StringDns Provider Ref - 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 StringIpam Provider Ref - 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 StringOn All Interfaces - 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 StringStatic Routes - 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 List<GetCloud Gcp Configuration> - Google cloud platform configuration. Field introduced in 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- id String
- ip6Autocfg
Enabled String - 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 StringRef - 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 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.
- license
Type 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.
- linuxserver
Configurations List<GetCloud Linuxserver Configuration> - Allowed with any value in enterprise, enterprise with cloud services edition.
- maintenance
Mode 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<Get
Cloud Marker> - 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 StringInterval - 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 StringV4Enabled - 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 StringV6Enabled - 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.
- nsxt
Configurations List<GetCloud Nsxt Configuration> - 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 List<GetCloud Ntp Configuration> - Ntp configuration for the cloud. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- obj
Name StringPrefix - 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 StringRoutes - Prefer static routes over interface routes during virtualservice placement. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- proxy
Configurations List<GetCloud Proxy Configuration> - Allowed with any value in enterprise, enterprise with cloud services edition.
- rancher
Configurations List<GetCloud Rancher Configuration> - Allowed with any value in enterprise, enterprise with cloud services edition.
- resolve
Fqdn StringTo Ipv6 - 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 StringTemplate Ref - 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 StringDns Registration - 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 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.
- vca
Configurations List<GetCloud Vca Configuration> - Allowed with any value in enterprise, enterprise with cloud services edition.
- vcenter
Configurations List<GetCloud Vcenter Configuration> - Allowed with any value in enterprise, essentials, enterprise with cloud services edition.
- vmc
Deployment 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 stringInterval - 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 GetCloud Aws Configuration[] - Allowed with any value in enterprise, enterprise with cloud services edition.
- azure
Configurations GetCloud Azure Configuration[] - Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- cloudstack
Configurations GetCloud Cloudstack Configuration[] - Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb
Attributes GetCloud Configpb Attribute[] - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Get
Cloud Custom Tag[] - 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 string - Select the ip address management scheme. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- dns
Provider stringRef - 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 stringOn Se - 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 GetCloud Dns Resolver[] - 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 GetCloud Docker Configuration[] - Allowed with any value in enterprise, enterprise with cloud services edition.
- east
West stringDns Provider Ref - 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 stringIpam Provider Ref - 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 stringOn All Interfaces - 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 stringStatic Routes - 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 GetCloud Gcp Configuration[] - Google cloud platform configuration. Field introduced in 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- id string
- ip6Autocfg
Enabled string - 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 stringRef - 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 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.
- license
Type 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.
- linuxserver
Configurations GetCloud Linuxserver Configuration[] - Allowed with any value in enterprise, enterprise with cloud services edition.
- maintenance
Mode 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
Get
Cloud Marker[] - 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 stringInterval - 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 stringV4Enabled - 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 stringV6Enabled - 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.
- nsxt
Configurations GetCloud Nsxt Configuration[] - 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 GetCloud Ntp Configuration[] - Ntp configuration for the cloud. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- obj
Name stringPrefix - 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 stringRoutes - Prefer static routes over interface routes during virtualservice placement. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- proxy
Configurations GetCloud Proxy Configuration[] - Allowed with any value in enterprise, enterprise with cloud services edition.
- rancher
Configurations GetCloud Rancher Configuration[] - Allowed with any value in enterprise, enterprise with cloud services edition.
- resolve
Fqdn stringTo Ipv6 - 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 stringTemplate Ref - 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 stringDns Registration - 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 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.
- vca
Configurations GetCloud Vca Configuration[] - Allowed with any value in enterprise, enterprise with cloud services edition.
- vcenter
Configurations GetCloud Vcenter Configuration[] - Allowed with any value in enterprise, essentials, enterprise with cloud services edition.
- vmc
Deployment 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_ strinterval - 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[GetCloud Aws Configuration] - Allowed with any value in enterprise, enterprise with cloud services edition.
- azure_
configurations Sequence[GetCloud Azure Configuration] - Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- cloudstack_
configurations Sequence[GetCloud Cloudstack Configuration] - Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb_
attributes Sequence[GetCloud Configpb Attribute] - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Sequence[Get
Cloud Custom Tag] - 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_ strref - 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_ stron_ se - 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[GetCloud Dns Resolver] - 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[GetCloud Docker Configuration] - Allowed with any value in enterprise, enterprise with cloud services edition.
- east_
west_ strdns_ provider_ ref - 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_ stripam_ provider_ ref - 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_ stron_ all_ interfaces - 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_ strstatic_ routes - 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[GetCloud Gcp Configuration] - 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_ strenabled - 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_ strref - 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[GetCloud Linuxserver Configuration] - 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[Get
Cloud Marker] - 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_ strinterval - 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_ strv4_ enabled - 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_ strv6_ enabled - 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[GetCloud Nsxt Configuration] - 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[GetCloud Ntp Configuration] - Ntp configuration for the cloud. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- obj_
name_ strprefix - 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_ strroutes - 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[GetCloud Proxy Configuration] - Allowed with any value in enterprise, enterprise with cloud services edition.
- rancher_
configurations Sequence[GetCloud Rancher Configuration] - Allowed with any value in enterprise, enterprise with cloud services edition.
- resolve_
fqdn_ strto_ ipv6 - 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_ strtemplate_ ref - 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_ strdns_ registration - 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[GetCloud Vca Configuration] - Allowed with any value in enterprise, enterprise with cloud services edition.
- vcenter_
configurations Sequence[GetCloud Vcenter Configuration] - 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.
- autoscale
Polling StringInterval - 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 List<Property Map> - Allowed with any value in enterprise, enterprise with cloud services edition.
- azure
Configurations List<Property Map> - Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- cloudstack
Configurations List<Property Map> - Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb
Attributes 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.
- 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.
- dhcp
Enabled String - Select the ip address management scheme. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- dns
Provider StringRef - 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 StringOn Se - 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 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.
- docker
Configurations List<Property Map> - Allowed with any value in enterprise, enterprise with cloud services edition.
- east
West StringDns Provider Ref - 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 StringIpam Provider Ref - 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 StringOn All Interfaces - 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 StringStatic Routes - 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 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
- ip6Autocfg
Enabled String - 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 StringRef - 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 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.
- license
Type 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.
- linuxserver
Configurations List<Property Map> - Allowed with any value in enterprise, enterprise with cloud services edition.
- maintenance
Mode 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.
- metrics
Polling StringInterval - 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 StringV4Enabled - 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 StringV6Enabled - 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.
- nsxt
Configurations 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.
- ntp
Configurations 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.
- obj
Name StringPrefix - 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 StringRoutes - Prefer static routes over interface routes during virtualservice placement. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- proxy
Configurations List<Property Map> - Allowed with any value in enterprise, enterprise with cloud services edition.
- rancher
Configurations List<Property Map> - Allowed with any value in enterprise, enterprise with cloud services edition.
- resolve
Fqdn StringTo Ipv6 - 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 StringTemplate Ref - 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 StringDns Registration - 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 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.
- vca
Configurations List<Property Map> - Allowed with any value in enterprise, enterprise with cloud services edition.
- vcenter
Configurations List<Property Map> - Allowed with any value in enterprise, essentials, enterprise with cloud services edition.
- vmc
Deployment 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
- Access
Key stringId - Asg
Poll stringInterval - Ebs
Encryptions List<GetCloud Aws Configuration Ebs Encryption> - Free
Elasticips string - Iam
Assume stringRole - Publish
Vip stringTo Public Zone - Region string
- Route53Integration string
- S3Encryptions
List<Get
Cloud Aws Configuration S3Encryption> - Secret
Access stringKey - Sqs
Encryptions List<GetCloud Aws Configuration Sqs Encryption> - Ttl string
- Use
Iam stringRoles - Use
Sns stringSqs - Vpc string
- Vpc
Id string - Zones
List<Get
Cloud Aws Configuration Zone>
- Access
Key stringId - Asg
Poll stringInterval - Ebs
Encryptions []GetCloud Aws Configuration Ebs Encryption - Free
Elasticips string - Iam
Assume stringRole - Publish
Vip stringTo Public Zone - Region string
- Route53Integration string
- S3Encryptions
[]Get
Cloud Aws Configuration S3Encryption - Secret
Access stringKey - Sqs
Encryptions []GetCloud Aws Configuration Sqs Encryption - Ttl string
- Use
Iam stringRoles - Use
Sns stringSqs - Vpc string
- Vpc
Id string - Zones
[]Get
Cloud Aws Configuration Zone
- access
Key StringId - asg
Poll StringInterval - ebs
Encryptions List<GetCloud Aws Configuration Ebs Encryption> - free
Elasticips String - iam
Assume StringRole - publish
Vip StringTo Public Zone - region String
- route53Integration String
- s3Encryptions
List<Get
Cloud Aws Configuration S3Encryption> - secret
Access StringKey - sqs
Encryptions List<GetCloud Aws Configuration Sqs Encryption> - ttl String
- use
Iam StringRoles - use
Sns StringSqs - vpc String
- vpc
Id String - zones
List<Get
Cloud Aws Configuration Zone>
- access
Key stringId - asg
Poll stringInterval - ebs
Encryptions GetCloud Aws Configuration Ebs Encryption[] - free
Elasticips string - iam
Assume stringRole - publish
Vip stringTo Public Zone - region string
- route53Integration string
- s3Encryptions
Get
Cloud Aws Configuration S3Encryption[] - secret
Access stringKey - sqs
Encryptions GetCloud Aws Configuration Sqs Encryption[] - ttl string
- use
Iam stringRoles - use
Sns stringSqs - vpc string
- vpc
Id string - zones
Get
Cloud Aws Configuration Zone[]
- access_
key_ strid - asg_
poll_ strinterval - ebs_
encryptions Sequence[GetCloud Aws Configuration Ebs Encryption] - free_
elasticips str - iam_
assume_ strrole - publish_
vip_ strto_ public_ zone - region str
- route53_
integration str - s3_
encryptions Sequence[GetCloud Aws Configuration S3Encryption] - secret_
access_ strkey - sqs_
encryptions Sequence[GetCloud Aws Configuration Sqs Encryption] - ttl str
- use_
iam_ strroles - use_
sns_ strsqs - vpc str
- vpc_
id str - zones
Sequence[Get
Cloud Aws Configuration Zone]
- access
Key StringId - asg
Poll StringInterval - ebs
Encryptions List<Property Map> - free
Elasticips String - iam
Assume StringRole - publish
Vip StringTo Public Zone - region String
- route53Integration String
- s3Encryptions List<Property Map>
- secret
Access StringKey - sqs
Encryptions List<Property Map> - ttl String
- use
Iam StringRoles - use
Sns StringSqs - vpc String
- vpc
Id String - zones List<Property Map>
GetCloudAwsConfigurationEbsEncryption
- master_
key str - mode str
GetCloudAwsConfigurationS3Encryption
- master_
key str - mode str
GetCloudAwsConfigurationSqsEncryption
- master_
key str - mode str
GetCloudAwsConfigurationZone
- Availability
Zone string - Mgmt
Network stringName - Mgmt
Network stringUuid
- Availability
Zone string - Mgmt
Network stringName - Mgmt
Network stringUuid
- availability
Zone String - mgmt
Network StringName - mgmt
Network StringUuid
- availability
Zone string - mgmt
Network stringName - mgmt
Network stringUuid
- availability
Zone String - mgmt
Network StringName - mgmt
Network StringUuid
GetCloudAzureConfiguration
- Availability
Zones List<string> - Cloud
Credentials stringRef - Des
Id string - Location string
- Network
Infos List<GetCloud Azure Configuration Network Info> - Resource
Group string - Se
Storage stringAccount - Subscription
Id string - Use
Azure stringDns - Use
Enhanced stringHa - Use
Managed stringDisks - Use
Standard stringAlb
- Availability
Zones []string - Cloud
Credentials stringRef - Des
Id string - Location string
- Network
Infos []GetCloud Azure Configuration Network Info - Resource
Group string - Se
Storage stringAccount - Subscription
Id string - Use
Azure stringDns - Use
Enhanced stringHa - Use
Managed stringDisks - Use
Standard stringAlb
- availability
Zones List<String> - cloud
Credentials StringRef - des
Id String - location String
- network
Infos List<GetCloud Azure Configuration Network Info> - resource
Group String - se
Storage StringAccount - subscription
Id String - use
Azure StringDns - use
Enhanced StringHa - use
Managed StringDisks - use
Standard StringAlb
- availability
Zones string[] - cloud
Credentials stringRef - des
Id string - location string
- network
Infos GetCloud Azure Configuration Network Info[] - resource
Group string - se
Storage stringAccount - subscription
Id string - use
Azure stringDns - use
Enhanced stringHa - use
Managed stringDisks - use
Standard stringAlb
- availability
Zones List<String> - cloud
Credentials StringRef - des
Id String - location String
- network
Infos List<Property Map> - resource
Group String - se
Storage StringAccount - subscription
Id String - use
Azure StringDns - use
Enhanced StringHa - use
Managed StringDisks - use
Standard StringAlb
GetCloudAzureConfigurationNetworkInfo
- Management
Network stringId - Se
Network stringId - Virtual
Network stringId
- Management
Network stringId - Se
Network stringId - Virtual
Network stringId
- management
Network StringId - se
Network StringId - virtual
Network StringId
- management
Network stringId - se
Network stringId - virtual
Network stringId
- management
Network StringId - se
Network StringId - virtual
Network StringId
GetCloudCloudstackConfiguration
- Access
Key stringId - Api
Url string - Cntr
Public stringIp - Hypervisor string
- Mgmt
Network stringName - Mgmt
Network stringUuid - Secret
Access stringKey
- Access
Key stringId - Api
Url string - Cntr
Public stringIp - Hypervisor string
- Mgmt
Network stringName - Mgmt
Network stringUuid - Secret
Access stringKey
- access
Key StringId - api
Url String - cntr
Public StringIp - hypervisor String
- mgmt
Network StringName - mgmt
Network StringUuid - secret
Access StringKey
- access
Key stringId - api
Url string - cntr
Public stringIp - hypervisor string
- mgmt
Network stringName - mgmt
Network stringUuid - secret
Access stringKey
- access_
key_ strid - api_
url str - cntr_
public_ strip - hypervisor str
- mgmt_
network_ strname - mgmt_
network_ struuid - secret_
access_ strkey
- access
Key StringId - api
Url String - cntr
Public StringIp - hypervisor String
- mgmt
Network StringName - mgmt
Network StringUuid - secret
Access StringKey
GetCloudConfigpbAttribute
- Version string
- Version string
- version String
- version string
- version str
- version String
GetCloudCustomTag
GetCloudDnsResolver
- Fixed
Ttl string - Min
Ttl string - Nameserver
Ips List<GetCloud Dns Resolver Nameserver Ip> - Resolver
Name string - Use
Mgmt string
- Fixed
Ttl string - Min
Ttl string - Nameserver
Ips []GetCloud Dns Resolver Nameserver Ip - Resolver
Name string - Use
Mgmt string
- fixed
Ttl String - min
Ttl String - nameserver
Ips List<GetCloud Dns Resolver Nameserver Ip> - resolver
Name String - use
Mgmt String
- fixed
Ttl string - min
Ttl string - nameserver
Ips GetCloud Dns Resolver Nameserver Ip[] - resolver
Name string - use
Mgmt string
- fixed
Ttl String - min
Ttl String - nameserver
Ips List<Property Map> - resolver
Name String - use
Mgmt String
GetCloudDnsResolverNameserverIp
GetCloudDockerConfiguration
- App
Sync stringFrequency - Ca
Tls stringKey And Certificate Ref - Client
Tls stringKey And Certificate Ref - Container
Port stringMatch Http Service - Coredump
Directory string - Disable
Auto stringBackend Service Sync - Disable
Auto stringFrontend Service Sync - Disable
Auto stringSe Creation - Docker
Registry List<GetSes Cloud Docker Configuration Docker Registry Se> - East
West List<GetPlacement Subnets Cloud Docker Configuration East West Placement Subnet> - Enable
Event stringSubscription - Feproxy
Container stringPort As Service - Feproxy
Vips stringEnable Proxy Arp - Fleet
Endpoint string - Http
Container List<double>Ports - Se
Deployment stringMethod - Se
Exclude List<GetAttributes Cloud Docker Configuration Se Exclude Attribute> - Se
Include List<GetAttributes Cloud Docker Configuration Se Include Attribute> - Se
Spawn stringRate - Se
Volume string - Services
Accessible stringAll Interfaces - Ssh
User stringRef - Ucp
Nodes List<string> - Use
Container stringIp Port - Use
Controller stringImage
- App
Sync stringFrequency - Ca
Tls stringKey And Certificate Ref - Client
Tls stringKey And Certificate Ref - Container
Port stringMatch Http Service - Coredump
Directory string - Disable
Auto stringBackend Service Sync - Disable
Auto stringFrontend Service Sync - Disable
Auto stringSe Creation - Docker
Registry []GetSes Cloud Docker Configuration Docker Registry Se - East
West []GetPlacement Subnets Cloud Docker Configuration East West Placement Subnet - Enable
Event stringSubscription - Feproxy
Container stringPort As Service - Feproxy
Vips stringEnable Proxy Arp - Fleet
Endpoint string - Http
Container []float64Ports - Se
Deployment stringMethod - Se
Exclude []GetAttributes Cloud Docker Configuration Se Exclude Attribute - Se
Include []GetAttributes Cloud Docker Configuration Se Include Attribute - Se
Spawn stringRate - Se
Volume string - Services
Accessible stringAll Interfaces - Ssh
User stringRef - Ucp
Nodes []string - Use
Container stringIp Port - Use
Controller stringImage
- app
Sync StringFrequency - ca
Tls StringKey And Certificate Ref - client
Tls StringKey And Certificate Ref - container
Port StringMatch Http Service - coredump
Directory String - disable
Auto StringBackend Service Sync - disable
Auto StringFrontend Service Sync - disable
Auto StringSe Creation - docker
Registry List<GetSes Cloud Docker Configuration Docker Registry Se> - east
West List<GetPlacement Subnets Cloud Docker Configuration East West Placement Subnet> - enable
Event StringSubscription - feproxy
Container StringPort As Service - feproxy
Vips StringEnable Proxy Arp - fleet
Endpoint String - http
Container List<Double>Ports - se
Deployment StringMethod - se
Exclude List<GetAttributes Cloud Docker Configuration Se Exclude Attribute> - se
Include List<GetAttributes Cloud Docker Configuration Se Include Attribute> - se
Spawn StringRate - se
Volume String - services
Accessible StringAll Interfaces - ssh
User StringRef - ucp
Nodes List<String> - use
Container StringIp Port - use
Controller StringImage
- app
Sync stringFrequency - ca
Tls stringKey And Certificate Ref - client
Tls stringKey And Certificate Ref - container
Port stringMatch Http Service - coredump
Directory string - disable
Auto stringBackend Service Sync - disable
Auto stringFrontend Service Sync - disable
Auto stringSe Creation - docker
Registry GetSes Cloud Docker Configuration Docker Registry Se[] - east
West GetPlacement Subnets Cloud Docker Configuration East West Placement Subnet[] - enable
Event stringSubscription - feproxy
Container stringPort As Service - feproxy
Vips stringEnable Proxy Arp - fleet
Endpoint string - http
Container number[]Ports - se
Deployment stringMethod - se
Exclude GetAttributes Cloud Docker Configuration Se Exclude Attribute[] - se
Include GetAttributes Cloud Docker Configuration Se Include Attribute[] - se
Spawn stringRate - se
Volume string - services
Accessible stringAll Interfaces - ssh
User stringRef - ucp
Nodes string[] - use
Container stringIp Port - use
Controller stringImage
- app_
sync_ strfrequency - ca_
tls_ strkey_ and_ certificate_ ref - client_
tls_ strkey_ and_ certificate_ ref - container_
port_ strmatch_ http_ service - coredump_
directory str - disable_
auto_ strbackend_ service_ sync - disable_
auto_ strfrontend_ service_ sync - disable_
auto_ strse_ creation - docker_
registry_ Sequence[Getses Cloud Docker Configuration Docker Registry Se] - east_
west_ Sequence[Getplacement_ subnets Cloud Docker Configuration East West Placement Subnet] - enable_
event_ strsubscription - feproxy_
container_ strport_ as_ service - feproxy_
vips_ strenable_ proxy_ arp - fleet_
endpoint str - http_
container_ Sequence[float]ports - se_
deployment_ strmethod - se_
exclude_ Sequence[Getattributes Cloud Docker Configuration Se Exclude Attribute] - se_
include_ Sequence[Getattributes Cloud Docker Configuration Se Include Attribute] - se_
spawn_ strrate - se_
volume str - services_
accessible_ strall_ interfaces - ssh_
user_ strref - ucp_
nodes Sequence[str] - use_
container_ strip_ port - use_
controller_ strimage
- app
Sync StringFrequency - ca
Tls StringKey And Certificate Ref - client
Tls StringKey And Certificate Ref - container
Port StringMatch Http Service - coredump
Directory String - disable
Auto StringBackend Service Sync - disable
Auto StringFrontend Service Sync - disable
Auto StringSe Creation - docker
Registry List<Property Map>Ses - east
West List<Property Map>Placement Subnets - enable
Event StringSubscription - feproxy
Container StringPort As Service - feproxy
Vips StringEnable Proxy Arp - fleet
Endpoint String - http
Container List<Number>Ports - se
Deployment StringMethod - se
Exclude List<Property Map>Attributes - se
Include List<Property Map>Attributes - se
Spawn StringRate - se
Volume String - services
Accessible StringAll Interfaces - ssh
User StringRef - ucp
Nodes List<String> - use
Container StringIp Port - use
Controller StringImage
GetCloudDockerConfigurationDockerRegistrySe
- Oshift
Registries List<GetCloud Docker Configuration Docker Registry Se Oshift Registry> - Password string
- Private string
- Registry string
- Username string
- Oshift
Registries []GetCloud Docker Configuration Docker Registry Se Oshift Registry - Password string
- Private string
- Registry string
- Username string
- oshift
Registries List<GetCloud Docker Configuration Docker Registry Se Oshift Registry> - password String
- private_ String
- registry String
- username String
- oshift
Registries GetCloud Docker Configuration Docker Registry Se Oshift Registry[] - password string
- private string
- registry string
- username string
- oshift
Registries List<Property Map> - password String
- private String
- registry String
- username String
GetCloudDockerConfigurationDockerRegistrySeOshiftRegistry
GetCloudDockerConfigurationDockerRegistrySeOshiftRegistryRegistryVip
GetCloudDockerConfigurationEastWestPlacementSubnet
- ip
Addrs List<Property Map> - mask String
GetCloudDockerConfigurationEastWestPlacementSubnetIpAddr
GetCloudDockerConfigurationSeExcludeAttribute
GetCloudDockerConfigurationSeIncludeAttribute
GetCloudGcpConfiguration
- Cloud
Credentials stringRef - Encryption
Keys List<GetCloud Gcp Configuration Encryption Key> - List<string>
- Gcp
Service stringAccount Email - Gcs
Bucket stringName - Gcs
Project stringId - Network
Configs List<GetCloud Gcp Configuration Network Config> - Region
Name string - Se
Project stringId - Vip
Allocation List<GetStrategies Cloud Gcp Configuration Vip Allocation Strategy> - Zones List<string>
- Cloud
Credentials stringRef - Encryption
Keys []GetCloud Gcp Configuration Encryption Key - []string
- Gcp
Service stringAccount Email - Gcs
Bucket stringName - Gcs
Project stringId - Network
Configs []GetCloud Gcp Configuration Network Config - Region
Name string - Se
Project stringId - Vip
Allocation []GetStrategies Cloud Gcp Configuration Vip Allocation Strategy - Zones []string
- cloud
Credentials StringRef - encryption
Keys List<GetCloud Gcp Configuration Encryption Key> - List<String>
- gcp
Service StringAccount Email - gcs
Bucket StringName - gcs
Project StringId - network
Configs List<GetCloud Gcp Configuration Network Config> - region
Name String - se
Project StringId - vip
Allocation List<GetStrategies Cloud Gcp Configuration Vip Allocation Strategy> - zones List<String>
- cloud
Credentials stringRef - encryption
Keys GetCloud Gcp Configuration Encryption Key[] - string[]
- gcp
Service stringAccount Email - gcs
Bucket stringName - gcs
Project stringId - network
Configs GetCloud Gcp Configuration Network Config[] - region
Name string - se
Project stringId - vip
Allocation GetStrategies Cloud Gcp Configuration Vip Allocation Strategy[] - zones string[]
- cloud_
credentials_ strref - encryption_
keys Sequence[GetCloud Gcp Configuration Encryption Key] - Sequence[str]
- gcp_
service_ straccount_ email - gcs_
bucket_ strname - gcs_
project_ strid - network_
configs Sequence[GetCloud Gcp Configuration Network Config] - region_
name str - se_
project_ strid - vip_
allocation_ Sequence[Getstrategies Cloud Gcp Configuration Vip Allocation Strategy] - zones Sequence[str]
- cloud
Credentials StringRef - encryption
Keys List<Property Map> - List<String>
- gcp
Service StringAccount Email - gcs
Bucket StringName - gcs
Project StringId - network
Configs List<Property Map> - region
Name String - se
Project StringId - vip
Allocation List<Property Map>Strategies - zones List<String>
GetCloudGcpConfigurationEncryptionKey
- Gcs
Bucket stringKms Key Id - Gcs
Objects stringKms Key Id - Se
Disk stringKms Key Id - Se
Image stringKms Key Id
- Gcs
Bucket stringKms Key Id - Gcs
Objects stringKms Key Id - Se
Disk stringKms Key Id - Se
Image stringKms Key Id
- gcs
Bucket StringKms Key Id - gcs
Objects StringKms Key Id - se
Disk StringKms Key Id - se
Image StringKms Key Id
- gcs
Bucket stringKms Key Id - gcs
Objects stringKms Key Id - se
Disk stringKms Key Id - se
Image stringKms Key Id
- gcs
Bucket StringKms Key Id - gcs
Objects StringKms Key Id - se
Disk StringKms Key Id - se
Image StringKms Key Id
GetCloudGcpConfigurationNetworkConfig
GetCloudGcpConfigurationNetworkConfigInband
- Vpc
Network stringName - Vpc
Project stringId - Vpc
Subnet stringName
- Vpc
Network stringName - Vpc
Project stringId - Vpc
Subnet stringName
- vpc
Network StringName - vpc
Project StringId - vpc
Subnet StringName
- vpc
Network stringName - vpc
Project stringId - vpc
Subnet stringName
- vpc_
network_ strname - vpc_
project_ strid - vpc_
subnet_ strname
- vpc
Network StringName - vpc
Project StringId - vpc
Subnet StringName
GetCloudGcpConfigurationNetworkConfigOneArm
- Data
Vpc stringNetwork Name - Data
Vpc stringProject Id - Data
Vpc stringSubnet Name - Management
Vpc stringNetwork Name - Management
Vpc stringProject Id - Management
Vpc stringSubnet Name
- Data
Vpc stringNetwork Name - Data
Vpc stringProject Id - Data
Vpc stringSubnet Name - Management
Vpc stringNetwork Name - Management
Vpc stringProject Id - Management
Vpc stringSubnet Name
- data
Vpc StringNetwork Name - data
Vpc StringProject Id - data
Vpc StringSubnet Name - management
Vpc StringNetwork Name - management
Vpc StringProject Id - management
Vpc StringSubnet Name
- data
Vpc stringNetwork Name - data
Vpc stringProject Id - data
Vpc stringSubnet Name - management
Vpc stringNetwork Name - management
Vpc stringProject Id - management
Vpc stringSubnet Name
- data
Vpc StringNetwork Name - data
Vpc StringProject Id - data
Vpc StringSubnet Name - management
Vpc StringNetwork Name - management
Vpc StringProject Id - management
Vpc StringSubnet Name
GetCloudGcpConfigurationNetworkConfigTwoArm
- Backend
Data stringVpc Network Name - Backend
Data stringVpc Project Id - Backend
Data stringVpc Subnet Name - Frontend
Data stringVpc Network Name - Frontend
Data stringVpc Project Id - Frontend
Data stringVpc Subnet Name - Management
Vpc stringNetwork Name - Management
Vpc stringProject Id - Management
Vpc stringSubnet Name
- Backend
Data stringVpc Network Name - Backend
Data stringVpc Project Id - Backend
Data stringVpc Subnet Name - Frontend
Data stringVpc Network Name - Frontend
Data stringVpc Project Id - Frontend
Data stringVpc Subnet Name - Management
Vpc stringNetwork Name - Management
Vpc stringProject Id - Management
Vpc stringSubnet Name
- backend
Data StringVpc Network Name - backend
Data StringVpc Project Id - backend
Data StringVpc Subnet Name - frontend
Data StringVpc Network Name - frontend
Data StringVpc Project Id - frontend
Data StringVpc Subnet Name - management
Vpc StringNetwork Name - management
Vpc StringProject Id - management
Vpc StringSubnet Name
- backend
Data stringVpc Network Name - backend
Data stringVpc Project Id - backend
Data stringVpc Subnet Name - frontend
Data stringVpc Network Name - frontend
Data stringVpc Project Id - frontend
Data stringVpc Subnet Name - management
Vpc stringNetwork Name - management
Vpc stringProject Id - management
Vpc stringSubnet Name
- backend
Data StringVpc Network Name - backend
Data StringVpc Project Id - backend
Data StringVpc Subnet Name - frontend
Data StringVpc Network Name - frontend
Data StringVpc Project Id - frontend
Data StringVpc Subnet Name - management
Vpc StringNetwork Name - management
Vpc StringProject Id - management
Vpc StringSubnet Name
GetCloudGcpConfigurationVipAllocationStrategy
GetCloudGcpConfigurationVipAllocationStrategyIlb
- Cloud
Router List<string>Names
- Cloud
Router []stringNames
- cloud
Router List<String>Names
- cloud
Router string[]Names
- cloud_
router_ Sequence[str]names
- cloud
Router List<String>Names
GetCloudGcpConfigurationVipAllocationStrategyRoute
- Match
Se stringGroup Subnet - Route
Priority string
- Match
Se stringGroup Subnet - Route
Priority string
- match
Se StringGroup Subnet - route
Priority String
- match
Se stringGroup Subnet - route
Priority string
- match
Se StringGroup Subnet - route
Priority String
GetCloudLinuxserverConfiguration
- Hosts
List<Get
Cloud Linuxserver Configuration Host> - Se
Inband stringMgmt - Se
Log stringDisk Path - Se
Log stringDisk Size Gb - Se
Sys stringDisk Path - Se
Sys stringDisk Size Gb - Ssh
User stringRef
- Hosts
[]Get
Cloud Linuxserver Configuration Host - Se
Inband stringMgmt - Se
Log stringDisk Path - Se
Log stringDisk Size Gb - Se
Sys stringDisk Path - Se
Sys stringDisk Size Gb - Ssh
User stringRef
- hosts
List<Get
Cloud Linuxserver Configuration Host> - se
Inband StringMgmt - se
Log StringDisk Path - se
Log StringDisk Size Gb - se
Sys StringDisk Path - se
Sys StringDisk Size Gb - ssh
User StringRef
- hosts
Get
Cloud Linuxserver Configuration Host[] - se
Inband stringMgmt - se
Log stringDisk Path - se
Log stringDisk Size Gb - se
Sys stringDisk Path - se
Sys stringDisk Size Gb - ssh
User stringRef
- hosts List<Property Map>
- se
Inband StringMgmt - se
Log StringDisk Path - se
Log StringDisk Size Gb - se
Sys StringDisk Path - se
Sys StringDisk Size Gb - ssh
User StringRef
GetCloudLinuxserverConfigurationHost
GetCloudLinuxserverConfigurationHostHostAttr
GetCloudLinuxserverConfigurationHostHostIp
GetCloudMarker
GetCloudNsxtConfiguration
- Automate
Dfw stringObjects - Automate
Dfw stringRules - Data
Network List<GetConfigs Cloud Nsxt Configuration Data Network Config> - Domain
Id string - Enforcementpoint
Id string - Management
Network List<GetConfigs Cloud Nsxt Configuration Management Network Config> - Nsxt
Credentials stringRef - Nsxt
Url string - Site
Id string - Verify
Certificate string - Vmc
Mode string - Vpc
Mode string
- Automate
Dfw stringObjects - Automate
Dfw stringRules - Data
Network []GetConfigs Cloud Nsxt Configuration Data Network Config - Domain
Id string - Enforcementpoint
Id string - Management
Network []GetConfigs Cloud Nsxt Configuration Management Network Config - Nsxt
Credentials stringRef - Nsxt
Url string - Site
Id string - Verify
Certificate string - Vmc
Mode string - Vpc
Mode string
- automate
Dfw StringObjects - automate
Dfw StringRules - data
Network List<GetConfigs Cloud Nsxt Configuration Data Network Config> - domain
Id String - enforcementpoint
Id String - management
Network List<GetConfigs Cloud Nsxt Configuration Management Network Config> - nsxt
Credentials StringRef - nsxt
Url String - site
Id String - verify
Certificate String - vmc
Mode String - vpc
Mode String
- automate
Dfw stringObjects - automate
Dfw stringRules - data
Network GetConfigs Cloud Nsxt Configuration Data Network Config[] - domain
Id string - enforcementpoint
Id string - management
Network GetConfigs Cloud Nsxt Configuration Management Network Config[] - nsxt
Credentials stringRef - nsxt
Url string - site
Id string - verify
Certificate string - vmc
Mode string - vpc
Mode string
- automate_
dfw_ strobjects - automate_
dfw_ strrules - data_
network_ Sequence[Getconfigs Cloud Nsxt Configuration Data Network Config] - domain_
id str - enforcementpoint_
id str - management_
network_ Sequence[Getconfigs Cloud Nsxt Configuration Management Network Config] - nsxt_
credentials_ strref - nsxt_
url str - site_
id str - verify_
certificate str - vmc_
mode str - vpc_
mode str
- automate
Dfw StringObjects - automate
Dfw StringRules - data
Network List<Property Map>Configs - domain
Id String - enforcementpoint
Id String - management
Network List<Property Map>Configs - nsxt
Credentials StringRef - nsxt
Url String - site
Id String - verify
Certificate String - vmc
Mode String - vpc
Mode String
GetCloudNsxtConfigurationDataNetworkConfig
- tier1Segment
Configs List<Property Map> - transport
Zone String - tz
Type String - vlan
Segments List<String>
GetCloudNsxtConfigurationDataNetworkConfigTier1SegmentConfig
GetCloudNsxtConfigurationDataNetworkConfigTier1SegmentConfigAutomatic
- nsxt
Segment List<Property Map>Subnets - num
Se StringPer Segment - tier1Lr
Ids List<String>
GetCloudNsxtConfigurationDataNetworkConfigTier1SegmentConfigAutomaticNsxtSegmentSubnet
- ip
Addrs List<Property Map> - mask String
GetCloudNsxtConfigurationDataNetworkConfigTier1SegmentConfigAutomaticNsxtSegmentSubnetIpAddr
GetCloudNsxtConfigurationDataNetworkConfigTier1SegmentConfigManual
GetCloudNsxtConfigurationDataNetworkConfigTier1SegmentConfigManualTier1Lr
- Locale
Service string - Segment
Id string - Tier1Lr
Id string
- Locale
Service string - Segment
Id string - Tier1Lr
Id string
- locale
Service String - segment
Id String - tier1Lr
Id String
- locale
Service string - segment
Id string - tier1Lr
Id string
- locale_
service str - segment_
id str - tier1_
lr_ strid
- locale
Service String - segment
Id String - tier1Lr
Id String
GetCloudNsxtConfigurationManagementNetworkConfig
- overlay
Segments List<Property Map> - transport
Zone String - tz
Type String - vlan
Segment String
GetCloudNsxtConfigurationManagementNetworkConfigOverlaySegment
- Locale
Service string - Segment
Id string - Tier1Lr
Id string
- Locale
Service string - Segment
Id string - Tier1Lr
Id string
- locale
Service String - segment
Id String - tier1Lr
Id String
- locale
Service string - segment
Id string - tier1Lr
Id string
- locale_
service str - segment_
id str - tier1_
lr_ strid
- locale
Service String - segment
Id String - tier1Lr
Id String
GetCloudNtpConfiguration
GetCloudNtpConfigurationNtpAuthenticationKey
- algorithm str
- key str
- key_
number str
GetCloudNtpConfigurationNtpServer
GetCloudNtpConfigurationNtpServerList
GetCloudNtpConfigurationNtpServerServer
GetCloudProxyConfiguration
GetCloudRancherConfiguration
- Access
Key string - App
Sync stringFrequency - Container
Port stringMatch Http Service - Coredump
Directory string - Disable
Auto stringBackend Service Sync - Disable
Auto stringFrontend Service Sync - Disable
Auto stringSe Creation - Docker
Registry List<GetSes Cloud Rancher Configuration Docker Registry Se> - East
West List<GetPlacement Subnets Cloud Rancher Configuration East West Placement Subnet> - Enable
Event stringSubscription - Feproxy
Container stringPort As Service - Feproxy
Vips stringEnable Proxy Arp - Fleet
Endpoint string - Http
Container List<double>Ports - Nuage
Controllers List<GetCloud Rancher Configuration Nuage Controller> - Rancher
Servers List<string> - Se
Deployment stringMethod - Se
Exclude List<GetAttributes Cloud Rancher Configuration Se Exclude Attribute> - Se
Include List<GetAttributes Cloud Rancher Configuration Se Include Attribute> - Se
Spawn stringRate - Se
Volume string - Secret
Key string - Services
Accessible stringAll Interfaces - Ssh
User stringRef - Use
Container stringIp Port - Use
Controller stringImage
- Access
Key string - App
Sync stringFrequency - Container
Port stringMatch Http Service - Coredump
Directory string - Disable
Auto stringBackend Service Sync - Disable
Auto stringFrontend Service Sync - Disable
Auto stringSe Creation - Docker
Registry []GetSes Cloud Rancher Configuration Docker Registry Se - East
West []GetPlacement Subnets Cloud Rancher Configuration East West Placement Subnet - Enable
Event stringSubscription - Feproxy
Container stringPort As Service - Feproxy
Vips stringEnable Proxy Arp - Fleet
Endpoint string - Http
Container []float64Ports - Nuage
Controllers []GetCloud Rancher Configuration Nuage Controller - Rancher
Servers []string - Se
Deployment stringMethod - Se
Exclude []GetAttributes Cloud Rancher Configuration Se Exclude Attribute - Se
Include []GetAttributes Cloud Rancher Configuration Se Include Attribute - Se
Spawn stringRate - Se
Volume string - Secret
Key string - Services
Accessible stringAll Interfaces - Ssh
User stringRef - Use
Container stringIp Port - Use
Controller stringImage
- access
Key String - app
Sync StringFrequency - container
Port StringMatch Http Service - coredump
Directory String - disable
Auto StringBackend Service Sync - disable
Auto StringFrontend Service Sync - disable
Auto StringSe Creation - docker
Registry List<GetSes Cloud Rancher Configuration Docker Registry Se> - east
West List<GetPlacement Subnets Cloud Rancher Configuration East West Placement Subnet> - enable
Event StringSubscription - feproxy
Container StringPort As Service - feproxy
Vips StringEnable Proxy Arp - fleet
Endpoint String - http
Container List<Double>Ports - nuage
Controllers List<GetCloud Rancher Configuration Nuage Controller> - rancher
Servers List<String> - se
Deployment StringMethod - se
Exclude List<GetAttributes Cloud Rancher Configuration Se Exclude Attribute> - se
Include List<GetAttributes Cloud Rancher Configuration Se Include Attribute> - se
Spawn StringRate - se
Volume String - secret
Key String - services
Accessible StringAll Interfaces - ssh
User StringRef - use
Container StringIp Port - use
Controller StringImage
- access
Key string - app
Sync stringFrequency - container
Port stringMatch Http Service - coredump
Directory string - disable
Auto stringBackend Service Sync - disable
Auto stringFrontend Service Sync - disable
Auto stringSe Creation - docker
Registry GetSes Cloud Rancher Configuration Docker Registry Se[] - east
West GetPlacement Subnets Cloud Rancher Configuration East West Placement Subnet[] - enable
Event stringSubscription - feproxy
Container stringPort As Service - feproxy
Vips stringEnable Proxy Arp - fleet
Endpoint string - http
Container number[]Ports - nuage
Controllers GetCloud Rancher Configuration Nuage Controller[] - rancher
Servers string[] - se
Deployment stringMethod - se
Exclude GetAttributes Cloud Rancher Configuration Se Exclude Attribute[] - se
Include GetAttributes Cloud Rancher Configuration Se Include Attribute[] - se
Spawn stringRate - se
Volume string - secret
Key string - services
Accessible stringAll Interfaces - ssh
User stringRef - use
Container stringIp Port - use
Controller stringImage
- access_
key str - app_
sync_ strfrequency - container_
port_ strmatch_ http_ service - coredump_
directory str - disable_
auto_ strbackend_ service_ sync - disable_
auto_ strfrontend_ service_ sync - disable_
auto_ strse_ creation - docker_
registry_ Sequence[Getses Cloud Rancher Configuration Docker Registry Se] - east_
west_ Sequence[Getplacement_ subnets Cloud Rancher Configuration East West Placement Subnet] - enable_
event_ strsubscription - feproxy_
container_ strport_ as_ service - feproxy_
vips_ strenable_ proxy_ arp - fleet_
endpoint str - http_
container_ Sequence[float]ports - nuage_
controllers Sequence[GetCloud Rancher Configuration Nuage Controller] - rancher_
servers Sequence[str] - se_
deployment_ strmethod - se_
exclude_ Sequence[Getattributes Cloud Rancher Configuration Se Exclude Attribute] - se_
include_ Sequence[Getattributes Cloud Rancher Configuration Se Include Attribute] - se_
spawn_ strrate - se_
volume str - secret_
key str - services_
accessible_ strall_ interfaces - ssh_
user_ strref - use_
container_ strip_ port - use_
controller_ strimage
- access
Key String - app
Sync StringFrequency - container
Port StringMatch Http Service - coredump
Directory String - disable
Auto StringBackend Service Sync - disable
Auto StringFrontend Service Sync - disable
Auto StringSe Creation - docker
Registry List<Property Map>Ses - east
West List<Property Map>Placement Subnets - enable
Event StringSubscription - feproxy
Container StringPort As Service - feproxy
Vips StringEnable Proxy Arp - fleet
Endpoint String - http
Container List<Number>Ports - nuage
Controllers List<Property Map> - rancher
Servers List<String> - se
Deployment StringMethod - se
Exclude List<Property Map>Attributes - se
Include List<Property Map>Attributes - se
Spawn StringRate - se
Volume String - secret
Key String - services
Accessible StringAll Interfaces - ssh
User StringRef - use
Container StringIp Port - use
Controller StringImage
GetCloudRancherConfigurationDockerRegistrySe
- Oshift
Registries List<GetCloud Rancher Configuration Docker Registry Se Oshift Registry> - Password string
- Private string
- Registry string
- Username string
- Oshift
Registries []GetCloud Rancher Configuration Docker Registry Se Oshift Registry - Password string
- Private string
- Registry string
- Username string
- oshift
Registries List<GetCloud Rancher Configuration Docker Registry Se Oshift Registry> - password String
- private_ String
- registry String
- username String
- oshift
Registries GetCloud Rancher Configuration Docker Registry Se Oshift Registry[] - password string
- private string
- registry string
- username string
- oshift
Registries List<Property Map> - password String
- private String
- registry String
- username String
GetCloudRancherConfigurationDockerRegistrySeOshiftRegistry
GetCloudRancherConfigurationDockerRegistrySeOshiftRegistryRegistryVip
GetCloudRancherConfigurationEastWestPlacementSubnet
- ip
Addrs List<Property Map> - mask String
GetCloudRancherConfigurationEastWestPlacementSubnetIpAddr
GetCloudRancherConfigurationNuageController
- Nuage
Organization string - Nuage
Password string - Nuage
Port string - Nuage
Username string - Nuage
Vsd stringHost - Se
Domain string - Se
Enterprise string - Se
Network string - Se
Policy stringGroup - Se
User string - Se
Zone string
- Nuage
Organization string - Nuage
Password string - Nuage
Port string - Nuage
Username string - Nuage
Vsd stringHost - Se
Domain string - Se
Enterprise string - Se
Network string - Se
Policy stringGroup - Se
User string - Se
Zone string
- nuage
Organization String - nuage
Password String - nuage
Port String - nuage
Username String - nuage
Vsd StringHost - se
Domain String - se
Enterprise String - se
Network String - se
Policy StringGroup - se
User String - se
Zone String
- nuage
Organization string - nuage
Password string - nuage
Port string - nuage
Username string - nuage
Vsd stringHost - se
Domain string - se
Enterprise string - se
Network string - se
Policy stringGroup - se
User string - se
Zone string
- nuage_
organization str - nuage_
password str - nuage_
port str - nuage_
username str - nuage_
vsd_ strhost - se_
domain str - se_
enterprise str - se_
network str - se_
policy_ strgroup - se_
user str - se_
zone str
- nuage
Organization String - nuage
Password String - nuage
Port String - nuage
Username String - nuage
Vsd StringHost - se
Domain String - se
Enterprise String - se
Network String - se
Policy StringGroup - se
User String - se
Zone String
GetCloudRancherConfigurationSeExcludeAttribute
GetCloudRancherConfigurationSeIncludeAttribute
GetCloudVcaConfiguration
- Privilege string
- Vca
Host string - Vca
Instance string - Vca
Mgmt stringNetwork - Vca
Orgnization string - Vca
Password string - Vca
Username string - Vca
Vdc string
- Privilege string
- Vca
Host string - Vca
Instance string - Vca
Mgmt stringNetwork - Vca
Orgnization string - Vca
Password string - Vca
Username string - Vca
Vdc string
- privilege String
- vca
Host String - vca
Instance String - vca
Mgmt StringNetwork - vca
Orgnization String - vca
Password String - vca
Username String - vca
Vdc String
- privilege string
- vca
Host string - vca
Instance string - vca
Mgmt stringNetwork - vca
Orgnization string - vca
Password string - vca
Username string - vca
Vdc string
- privilege str
- vca_
host str - vca_
instance str - vca_
mgmt_ strnetwork - vca_
orgnization str - vca_
password str - vca_
username str - vca_
vdc str
- privilege String
- vca
Host String - vca
Instance String - vca
Mgmt StringNetwork - vca
Orgnization String - vca
Password String - vca
Username String - vca
Vdc String
GetCloudVcenterConfiguration
- Content
Libs List<GetCloud Vcenter Configuration Content Lib> - Datacenter string
- Datacenter
Managed stringObject Id - Is
Nsx stringEnvironment - Management
Ip List<GetSubnets Cloud Vcenter Configuration Management Ip Subnet> - Management
Network string - Password string
- Privilege string
- Use
Content stringLib - Username string
- Vcenter
Template stringSe Location - Vcenter
Url string - Verify
Certificate string
- Content
Libs []GetCloud Vcenter Configuration Content Lib - Datacenter string
- Datacenter
Managed stringObject Id - Is
Nsx stringEnvironment - Management
Ip []GetSubnets Cloud Vcenter Configuration Management Ip Subnet - Management
Network string - Password string
- Privilege string
- Use
Content stringLib - Username string
- Vcenter
Template stringSe Location - Vcenter
Url string - Verify
Certificate string
- content
Libs List<GetCloud Vcenter Configuration Content Lib> - datacenter String
- datacenter
Managed StringObject Id - is
Nsx StringEnvironment - management
Ip List<GetSubnets Cloud Vcenter Configuration Management Ip Subnet> - management
Network String - password String
- privilege String
- use
Content StringLib - username String
- vcenter
Template StringSe Location - vcenter
Url String - verify
Certificate String
- content
Libs GetCloud Vcenter Configuration Content Lib[] - datacenter string
- datacenter
Managed stringObject Id - is
Nsx stringEnvironment - management
Ip GetSubnets Cloud Vcenter Configuration Management Ip Subnet[] - management
Network string - password string
- privilege string
- use
Content stringLib - username string
- vcenter
Template stringSe Location - vcenter
Url string - verify
Certificate string
- content_
libs Sequence[GetCloud Vcenter Configuration Content Lib] - datacenter str
- datacenter_
managed_ strobject_ id - is_
nsx_ strenvironment - management_
ip_ Sequence[Getsubnets Cloud Vcenter Configuration Management Ip Subnet] - management_
network str - password str
- privilege str
- use_
content_ strlib - username str
- vcenter_
template_ strse_ location - vcenter_
url str - verify_
certificate str
- content
Libs List<Property Map> - datacenter String
- datacenter
Managed StringObject Id - is
Nsx StringEnvironment - management
Ip List<Property Map>Subnets - management
Network String - password String
- privilege String
- use
Content StringLib - username String
- vcenter
Template StringSe Location - vcenter
Url String - verify
Certificate String
GetCloudVcenterConfigurationContentLib
GetCloudVcenterConfigurationManagementIpSubnet
- ip
Addrs List<Property Map> - mask String
GetCloudVcenterConfigurationManagementIpSubnetIpAddr
Package Details
- Repository
- avi vmware/terraform-provider-avi
- License
- Notes
- This Pulumi package is based on the
avi
Terraform Provider.