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

avi.getCloudproperties

Explore with Pulumi AI

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

    <!–

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

    –>

    layout: “avi”

    page_title: “AVI: avi.Cloudproperties” sidebar_current: “docs-avi-datasource-cloudproperties” description: |- Get information of Avi CloudProperties.

    avi.Cloudproperties

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

    Example Usage

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    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.GetCloudpropertiesArgs;
    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 fooCloudproperties = AviFunctions.getCloudproperties(GetCloudpropertiesArgs.builder()
                .name("foo")
                .uuid("cloudproperties-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
                .build());
    
        }
    }
    
    variables:
      fooCloudproperties:
        fn::invoke:
          function: avi:getCloudproperties
          arguments:
            name: foo
            uuid: cloudproperties-f9cf6b3e-a411-436f-95e2-2982ba2b217b
    

    Using getCloudproperties

    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 getCloudproperties(args: GetCloudpropertiesArgs, opts?: InvokeOptions): Promise<GetCloudpropertiesResult>
    function getCloudpropertiesOutput(args: GetCloudpropertiesOutputArgs, opts?: InvokeOptions): Output<GetCloudpropertiesResult>
    def get_cloudproperties(id: Optional[str] = None,
                            uuid: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetCloudpropertiesResult
    def get_cloudproperties_output(id: Optional[pulumi.Input[str]] = None,
                            uuid: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetCloudpropertiesResult]
    func LookupCloudproperties(ctx *Context, args *LookupCloudpropertiesArgs, opts ...InvokeOption) (*LookupCloudpropertiesResult, error)
    func LookupCloudpropertiesOutput(ctx *Context, args *LookupCloudpropertiesOutputArgs, opts ...InvokeOption) LookupCloudpropertiesResultOutput

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

    public static class GetCloudproperties 
    {
        public static Task<GetCloudpropertiesResult> InvokeAsync(GetCloudpropertiesArgs args, InvokeOptions? opts = null)
        public static Output<GetCloudpropertiesResult> Invoke(GetCloudpropertiesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCloudpropertiesResult> getCloudproperties(GetCloudpropertiesArgs args, InvokeOptions options)
    public static Output<GetCloudpropertiesResult> getCloudproperties(GetCloudpropertiesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: avi:index/getCloudproperties:getCloudproperties
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Uuid string
    Search CloudProperties by uuid.
    Id string
    Uuid string
    Search CloudProperties by uuid.
    id String
    uuid String
    Search CloudProperties by uuid.
    id string
    uuid string
    Search CloudProperties by uuid.
    id str
    uuid str
    Search CloudProperties by uuid.
    id String
    uuid String
    Search CloudProperties by uuid.

    getCloudproperties Result

    The following output properties are available:

    CcProps List<GetCloudpropertiesCcProp>
    Cloudconnector properties. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    CcVtypes List<string>
    Cloud types supported by cloudconnector. 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, essentials, basic, enterprise with cloud services edition.
    ConfigpbAttributes List<GetCloudpropertiesConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    HypProps List<GetCloudpropertiesHypProp>
    Hypervisor properties. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Id string
    Infos List<GetCloudpropertiesInfo>
    Properties specific to a cloud type. 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.
    CcProps []GetCloudpropertiesCcProp
    Cloudconnector properties. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    CcVtypes []string
    Cloud types supported by cloudconnector. 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, essentials, basic, enterprise with cloud services edition.
    ConfigpbAttributes []GetCloudpropertiesConfigpbAttribute
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    HypProps []GetCloudpropertiesHypProp
    Hypervisor properties. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Id string
    Infos []GetCloudpropertiesInfo
    Properties specific to a cloud type. 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.
    ccProps List<GetCloudpropertiesCcProp>
    Cloudconnector properties. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ccVtypes List<String>
    Cloud types supported by cloudconnector. 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, essentials, basic, enterprise with cloud services edition.
    configpbAttributes List<GetCloudpropertiesConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    hypProps List<GetCloudpropertiesHypProp>
    Hypervisor properties. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    id String
    infos List<GetCloudpropertiesInfo>
    Properties specific to a cloud type. 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.
    ccProps GetCloudpropertiesCcProp[]
    Cloudconnector properties. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ccVtypes string[]
    Cloud types supported by cloudconnector. 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, essentials, basic, enterprise with cloud services edition.
    configpbAttributes GetCloudpropertiesConfigpbAttribute[]
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    hypProps GetCloudpropertiesHypProp[]
    Hypervisor properties. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    id string
    infos GetCloudpropertiesInfo[]
    Properties specific to a cloud type. 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.
    cc_props Sequence[GetCloudpropertiesCcProp]
    Cloudconnector properties. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    cc_vtypes Sequence[str]
    Cloud types supported by cloudconnector. 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, essentials, basic, enterprise with cloud services edition.
    configpb_attributes Sequence[GetCloudpropertiesConfigpbAttribute]
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    hyp_props Sequence[GetCloudpropertiesHypProp]
    Hypervisor properties. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    id str
    infos Sequence[GetCloudpropertiesInfo]
    Properties specific to a cloud type. 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.
    ccProps List<Property Map>
    Cloudconnector properties. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ccVtypes List<String>
    Cloud types supported by cloudconnector. 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, essentials, basic, enterprise with cloud services edition.
    configpbAttributes List<Property Map>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    hypProps List<Property Map>
    Hypervisor properties. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    id String
    infos List<Property Map>
    Properties specific to a cloud type. 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.

    Supporting Types

    GetCloudpropertiesCcProp

    GetCloudpropertiesConfigpbAttribute

    Version string
    Version string
    version String
    version string
    version String

    GetCloudpropertiesHypProp

    Htype string
    MaxIpsPerNic string
    MaxNics string
    Htype string
    MaxIpsPerNic string
    MaxNics string
    htype String
    maxIpsPerNic String
    maxNics String
    htype string
    maxIpsPerNic string
    maxNics string
    htype String
    maxIpsPerNic String
    maxNics String

    GetCloudpropertiesInfo

    GetCloudpropertiesInfoCcaProp

    GetCloudpropertiesInfoControllerProp

    AlertManagerUseEvms string
    AllowAdminNetworkUpdates string
    AllowIpForwarding string
    AllowUnauthenticatedApis string
    AllowUnauthenticatedNodes string
    ApiIdleTimeout string
    ApiPerfLoggingThreshold string
    AppviewxCompatMode string
    ArchiveRetentionFrameworkPeriod string
    AsyncPatchMergePeriod string
    AsyncPatchRequestCleanupDuration string
    AttachIpRetryInterval string
    AttachIpRetryLimit string
    BmUseAnsible string
    CheckVsvipFqdnSyntax string
    CleanupExpiredAuthtokenTimeoutPeriod string
    CleanupSessionsTimeoutPeriod string
    CloudDiscoveryInterval string
    CloudReconcile string
    CloudReconcileInterval string
    ClusterIpGratuitousArpPeriod string
    ConfigpbAttributes List<GetCloudpropertiesInfoControllerPropConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ConsistencyCheckTimeoutPeriod string
    ControllerResourceInfoCollectionPeriod string
    CrashedSeReboot string
    DeadSeDetectionTimer string
    DefaultMinimumApiTimeout string
    DelOfflineSeAfterRebootDelay string
    DetachIpRetryInterval string
    DetachIpRetryLimit string
    DetachIpTimeout string
    DnsRefreshPeriod string
    Dummy string
    EditSystemLimits string
    EnableApiSharding string
    EnableMemoryBalancer string
    EnableNsxStreamingAgent string
    EnablePerProcessStop string
    EnableResmgrLogCachePrint string
    EventManagerMaxGoroutines string
    EventManagerMaxSubscribers string
    EventManagerProcessingTimeThreshold string
    FalsePositiveLearningConfigs List<GetCloudpropertiesInfoControllerPropFalsePositiveLearningConfig>
    FatalErrorLeaseTime string
    FederatedDatastoreCleanupDuration string
    FileObjectCleanupPeriod string
    FileobjectMaxFileVersions string
    GslbFileobjectMaxVersionCount string
    GslbPurgeBatchSize string
    GslbPurgeSleepTimeMs string
    IgnoreVrfInNetworksubnetlist string
    MaxDeadSeInGrp string
    MaxPcapPerTenant string
    MaxSeSpawnIntervalDelay string
    MaxSeqAttachIpFailures string
    MaxSeqVnicFailures string
    MaxThreadsCcVipBgWorker string
    PermissionScopedSharedAdminNetworks string
    PersistenceKeyRotatePeriod string
    PortalRequestBurstLimit string
    PortalRequestRateLimit string
    PortalToken string
    PostgresVacuumPeriod string
    ProcessLockedUseraccountsTimeoutPeriod string
    ProcessPkiProfileTimeoutPeriod string
    QueryHostFail string
    ResmgrLogCachingPeriod string
    RestrictCloudReadAccess string
    SafenetHsmVersion string
    SeCreateTimeout string
    SeFailoverAttemptInterval string
    SeFromMarketplace string
    SeOfflineDel string
    SeSpawnRetryInterval string
    SeUpgradeFlowCleanupTimeout string
    SeVnicCooldown string
    SeVnicGcWaitTime string
    SecureChannelCleanupTimeout string
    SecureChannelControllerTokenTimeout string
    SecureChannelSeTokenTimeout string
    SharedSslCertificates string
    SkipBeegoPerfCollection string
    SoftMinMemPerSeLimit string
    SslCertificateExpiryWarningDays List<double>
    StatecacheProperties List<GetCloudpropertiesInfoControllerPropStatecacheProperty>
    UnresponsiveSeReboot string
    UpdateDnsEntryRetryLimit string
    UpdateDnsEntryTimeout string
    UpgradeDnsTtl string
    UpgradeSePerVsScaleOpsTxnTime string
    UserAgentCacheConfigs List<GetCloudpropertiesInfoControllerPropUserAgentCacheConfig>
    Uuid string
    Search CloudProperties by uuid.
    VnicOpFailTime string
    VsAwaitingSeTimeout string
    VsKeyRotatePeriod string
    VsScaleoutReadyCheckInterval string
    VsSeAttachIpFail string
    VsSeBootupFail string
    VsSeBootupFailPatch string
    VsSeCreateFail string
    VsSePingFail string
    VsSeVnicFail string
    VsSeVnicIpFail string
    VsphereHaDetectionTimeout string
    VsphereHaRecoveryTimeout string
    VsphereHaTimerInterval string
    WarmstartSeReconnectWaitTime string
    WarmstartVsResyncWaitTime string
    AlertManagerUseEvms string
    AllowAdminNetworkUpdates string
    AllowIpForwarding string
    AllowUnauthenticatedApis string
    AllowUnauthenticatedNodes string
    ApiIdleTimeout string
    ApiPerfLoggingThreshold string
    AppviewxCompatMode string
    ArchiveRetentionFrameworkPeriod string
    AsyncPatchMergePeriod string
    AsyncPatchRequestCleanupDuration string
    AttachIpRetryInterval string
    AttachIpRetryLimit string
    BmUseAnsible string
    CheckVsvipFqdnSyntax string
    CleanupExpiredAuthtokenTimeoutPeriod string
    CleanupSessionsTimeoutPeriod string
    CloudDiscoveryInterval string
    CloudReconcile string
    CloudReconcileInterval string
    ClusterIpGratuitousArpPeriod string
    ConfigpbAttributes []GetCloudpropertiesInfoControllerPropConfigpbAttribute
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ConsistencyCheckTimeoutPeriod string
    ControllerResourceInfoCollectionPeriod string
    CrashedSeReboot string
    DeadSeDetectionTimer string
    DefaultMinimumApiTimeout string
    DelOfflineSeAfterRebootDelay string
    DetachIpRetryInterval string
    DetachIpRetryLimit string
    DetachIpTimeout string
    DnsRefreshPeriod string
    Dummy string
    EditSystemLimits string
    EnableApiSharding string
    EnableMemoryBalancer string
    EnableNsxStreamingAgent string
    EnablePerProcessStop string
    EnableResmgrLogCachePrint string
    EventManagerMaxGoroutines string
    EventManagerMaxSubscribers string
    EventManagerProcessingTimeThreshold string
    FalsePositiveLearningConfigs []GetCloudpropertiesInfoControllerPropFalsePositiveLearningConfig
    FatalErrorLeaseTime string
    FederatedDatastoreCleanupDuration string
    FileObjectCleanupPeriod string
    FileobjectMaxFileVersions string
    GslbFileobjectMaxVersionCount string
    GslbPurgeBatchSize string
    GslbPurgeSleepTimeMs string
    IgnoreVrfInNetworksubnetlist string
    MaxDeadSeInGrp string
    MaxPcapPerTenant string
    MaxSeSpawnIntervalDelay string
    MaxSeqAttachIpFailures string
    MaxSeqVnicFailures string
    MaxThreadsCcVipBgWorker string
    PermissionScopedSharedAdminNetworks string
    PersistenceKeyRotatePeriod string
    PortalRequestBurstLimit string
    PortalRequestRateLimit string
    PortalToken string
    PostgresVacuumPeriod string
    ProcessLockedUseraccountsTimeoutPeriod string
    ProcessPkiProfileTimeoutPeriod string
    QueryHostFail string
    ResmgrLogCachingPeriod string
    RestrictCloudReadAccess string
    SafenetHsmVersion string
    SeCreateTimeout string
    SeFailoverAttemptInterval string
    SeFromMarketplace string
    SeOfflineDel string
    SeSpawnRetryInterval string
    SeUpgradeFlowCleanupTimeout string
    SeVnicCooldown string
    SeVnicGcWaitTime string
    SecureChannelCleanupTimeout string
    SecureChannelControllerTokenTimeout string
    SecureChannelSeTokenTimeout string
    SharedSslCertificates string
    SkipBeegoPerfCollection string
    SoftMinMemPerSeLimit string
    SslCertificateExpiryWarningDays []float64
    StatecacheProperties []GetCloudpropertiesInfoControllerPropStatecacheProperty
    UnresponsiveSeReboot string
    UpdateDnsEntryRetryLimit string
    UpdateDnsEntryTimeout string
    UpgradeDnsTtl string
    UpgradeSePerVsScaleOpsTxnTime string
    UserAgentCacheConfigs []GetCloudpropertiesInfoControllerPropUserAgentCacheConfig
    Uuid string
    Search CloudProperties by uuid.
    VnicOpFailTime string
    VsAwaitingSeTimeout string
    VsKeyRotatePeriod string
    VsScaleoutReadyCheckInterval string
    VsSeAttachIpFail string
    VsSeBootupFail string
    VsSeBootupFailPatch string
    VsSeCreateFail string
    VsSePingFail string
    VsSeVnicFail string
    VsSeVnicIpFail string
    VsphereHaDetectionTimeout string
    VsphereHaRecoveryTimeout string
    VsphereHaTimerInterval string
    WarmstartSeReconnectWaitTime string
    WarmstartVsResyncWaitTime string
    alertManagerUseEvms String
    allowAdminNetworkUpdates String
    allowIpForwarding String
    allowUnauthenticatedApis String
    allowUnauthenticatedNodes String
    apiIdleTimeout String
    apiPerfLoggingThreshold String
    appviewxCompatMode String
    archiveRetentionFrameworkPeriod String
    asyncPatchMergePeriod String
    asyncPatchRequestCleanupDuration String
    attachIpRetryInterval String
    attachIpRetryLimit String
    bmUseAnsible String
    checkVsvipFqdnSyntax String
    cleanupExpiredAuthtokenTimeoutPeriod String
    cleanupSessionsTimeoutPeriod String
    cloudDiscoveryInterval String
    cloudReconcile String
    cloudReconcileInterval String
    clusterIpGratuitousArpPeriod String
    configpbAttributes List<GetCloudpropertiesInfoControllerPropConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    consistencyCheckTimeoutPeriod String
    controllerResourceInfoCollectionPeriod String
    crashedSeReboot String
    deadSeDetectionTimer String
    defaultMinimumApiTimeout String
    delOfflineSeAfterRebootDelay String
    detachIpRetryInterval String
    detachIpRetryLimit String
    detachIpTimeout String
    dnsRefreshPeriod String
    dummy String
    editSystemLimits String
    enableApiSharding String
    enableMemoryBalancer String
    enableNsxStreamingAgent String
    enablePerProcessStop String
    enableResmgrLogCachePrint String
    eventManagerMaxGoroutines String
    eventManagerMaxSubscribers String
    eventManagerProcessingTimeThreshold String
    falsePositiveLearningConfigs List<GetCloudpropertiesInfoControllerPropFalsePositiveLearningConfig>
    fatalErrorLeaseTime String
    federatedDatastoreCleanupDuration String
    fileObjectCleanupPeriod String
    fileobjectMaxFileVersions String
    gslbFileobjectMaxVersionCount String
    gslbPurgeBatchSize String
    gslbPurgeSleepTimeMs String
    ignoreVrfInNetworksubnetlist String
    maxDeadSeInGrp String
    maxPcapPerTenant String
    maxSeSpawnIntervalDelay String
    maxSeqAttachIpFailures String
    maxSeqVnicFailures String
    maxThreadsCcVipBgWorker String
    permissionScopedSharedAdminNetworks String
    persistenceKeyRotatePeriod String
    portalRequestBurstLimit String
    portalRequestRateLimit String
    portalToken String
    postgresVacuumPeriod String
    processLockedUseraccountsTimeoutPeriod String
    processPkiProfileTimeoutPeriod String
    queryHostFail String
    resmgrLogCachingPeriod String
    restrictCloudReadAccess String
    safenetHsmVersion String
    seCreateTimeout String
    seFailoverAttemptInterval String
    seFromMarketplace String
    seOfflineDel String
    seSpawnRetryInterval String
    seUpgradeFlowCleanupTimeout String
    seVnicCooldown String
    seVnicGcWaitTime String
    secureChannelCleanupTimeout String
    secureChannelControllerTokenTimeout String
    secureChannelSeTokenTimeout String
    sharedSslCertificates String
    skipBeegoPerfCollection String
    softMinMemPerSeLimit String
    sslCertificateExpiryWarningDays List<Double>
    statecacheProperties List<GetCloudpropertiesInfoControllerPropStatecacheProperty>
    unresponsiveSeReboot String
    updateDnsEntryRetryLimit String
    updateDnsEntryTimeout String
    upgradeDnsTtl String
    upgradeSePerVsScaleOpsTxnTime String
    userAgentCacheConfigs List<GetCloudpropertiesInfoControllerPropUserAgentCacheConfig>
    uuid String
    Search CloudProperties by uuid.
    vnicOpFailTime String
    vsAwaitingSeTimeout String
    vsKeyRotatePeriod String
    vsScaleoutReadyCheckInterval String
    vsSeAttachIpFail String
    vsSeBootupFail String
    vsSeBootupFailPatch String
    vsSeCreateFail String
    vsSePingFail String
    vsSeVnicFail String
    vsSeVnicIpFail String
    vsphereHaDetectionTimeout String
    vsphereHaRecoveryTimeout String
    vsphereHaTimerInterval String
    warmstartSeReconnectWaitTime String
    warmstartVsResyncWaitTime String
    alertManagerUseEvms string
    allowAdminNetworkUpdates string
    allowIpForwarding string
    allowUnauthenticatedApis string
    allowUnauthenticatedNodes string
    apiIdleTimeout string
    apiPerfLoggingThreshold string
    appviewxCompatMode string
    archiveRetentionFrameworkPeriod string
    asyncPatchMergePeriod string
    asyncPatchRequestCleanupDuration string
    attachIpRetryInterval string
    attachIpRetryLimit string
    bmUseAnsible string
    checkVsvipFqdnSyntax string
    cleanupExpiredAuthtokenTimeoutPeriod string
    cleanupSessionsTimeoutPeriod string
    cloudDiscoveryInterval string
    cloudReconcile string
    cloudReconcileInterval string
    clusterIpGratuitousArpPeriod string
    configpbAttributes GetCloudpropertiesInfoControllerPropConfigpbAttribute[]
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    consistencyCheckTimeoutPeriod string
    controllerResourceInfoCollectionPeriod string
    crashedSeReboot string
    deadSeDetectionTimer string
    defaultMinimumApiTimeout string
    delOfflineSeAfterRebootDelay string
    detachIpRetryInterval string
    detachIpRetryLimit string
    detachIpTimeout string
    dnsRefreshPeriod string
    dummy string
    editSystemLimits string
    enableApiSharding string
    enableMemoryBalancer string
    enableNsxStreamingAgent string
    enablePerProcessStop string
    enableResmgrLogCachePrint string
    eventManagerMaxGoroutines string
    eventManagerMaxSubscribers string
    eventManagerProcessingTimeThreshold string
    falsePositiveLearningConfigs GetCloudpropertiesInfoControllerPropFalsePositiveLearningConfig[]
    fatalErrorLeaseTime string
    federatedDatastoreCleanupDuration string
    fileObjectCleanupPeriod string
    fileobjectMaxFileVersions string
    gslbFileobjectMaxVersionCount string
    gslbPurgeBatchSize string
    gslbPurgeSleepTimeMs string
    ignoreVrfInNetworksubnetlist string
    maxDeadSeInGrp string
    maxPcapPerTenant string
    maxSeSpawnIntervalDelay string
    maxSeqAttachIpFailures string
    maxSeqVnicFailures string
    maxThreadsCcVipBgWorker string
    permissionScopedSharedAdminNetworks string
    persistenceKeyRotatePeriod string
    portalRequestBurstLimit string
    portalRequestRateLimit string
    portalToken string
    postgresVacuumPeriod string
    processLockedUseraccountsTimeoutPeriod string
    processPkiProfileTimeoutPeriod string
    queryHostFail string
    resmgrLogCachingPeriod string
    restrictCloudReadAccess string
    safenetHsmVersion string
    seCreateTimeout string
    seFailoverAttemptInterval string
    seFromMarketplace string
    seOfflineDel string
    seSpawnRetryInterval string
    seUpgradeFlowCleanupTimeout string
    seVnicCooldown string
    seVnicGcWaitTime string
    secureChannelCleanupTimeout string
    secureChannelControllerTokenTimeout string
    secureChannelSeTokenTimeout string
    sharedSslCertificates string
    skipBeegoPerfCollection string
    softMinMemPerSeLimit string
    sslCertificateExpiryWarningDays number[]
    statecacheProperties GetCloudpropertiesInfoControllerPropStatecacheProperty[]
    unresponsiveSeReboot string
    updateDnsEntryRetryLimit string
    updateDnsEntryTimeout string
    upgradeDnsTtl string
    upgradeSePerVsScaleOpsTxnTime string
    userAgentCacheConfigs GetCloudpropertiesInfoControllerPropUserAgentCacheConfig[]
    uuid string
    Search CloudProperties by uuid.
    vnicOpFailTime string
    vsAwaitingSeTimeout string
    vsKeyRotatePeriod string
    vsScaleoutReadyCheckInterval string
    vsSeAttachIpFail string
    vsSeBootupFail string
    vsSeBootupFailPatch string
    vsSeCreateFail string
    vsSePingFail string
    vsSeVnicFail string
    vsSeVnicIpFail string
    vsphereHaDetectionTimeout string
    vsphereHaRecoveryTimeout string
    vsphereHaTimerInterval string
    warmstartSeReconnectWaitTime string
    warmstartVsResyncWaitTime string
    alert_manager_use_evms str
    allow_admin_network_updates str
    allow_ip_forwarding str
    allow_unauthenticated_apis str
    allow_unauthenticated_nodes str
    api_idle_timeout str
    api_perf_logging_threshold str
    appviewx_compat_mode str
    archive_retention_framework_period str
    async_patch_merge_period str
    async_patch_request_cleanup_duration str
    attach_ip_retry_interval str
    attach_ip_retry_limit str
    bm_use_ansible str
    check_vsvip_fqdn_syntax str
    cleanup_expired_authtoken_timeout_period str
    cleanup_sessions_timeout_period str
    cloud_discovery_interval str
    cloud_reconcile str
    cloud_reconcile_interval str
    cluster_ip_gratuitous_arp_period str
    configpb_attributes Sequence[GetCloudpropertiesInfoControllerPropConfigpbAttribute]
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    consistency_check_timeout_period str
    controller_resource_info_collection_period str
    crashed_se_reboot str
    dead_se_detection_timer str
    default_minimum_api_timeout str
    del_offline_se_after_reboot_delay str
    detach_ip_retry_interval str
    detach_ip_retry_limit str
    detach_ip_timeout str
    dns_refresh_period str
    dummy str
    edit_system_limits str
    enable_api_sharding str
    enable_memory_balancer str
    enable_nsx_streaming_agent str
    enable_per_process_stop str
    enable_resmgr_log_cache_print str
    event_manager_max_goroutines str
    event_manager_max_subscribers str
    event_manager_processing_time_threshold str
    false_positive_learning_configs Sequence[GetCloudpropertiesInfoControllerPropFalsePositiveLearningConfig]
    fatal_error_lease_time str
    federated_datastore_cleanup_duration str
    file_object_cleanup_period str
    fileobject_max_file_versions str
    gslb_fileobject_max_version_count str
    gslb_purge_batch_size str
    gslb_purge_sleep_time_ms str
    ignore_vrf_in_networksubnetlist str
    max_dead_se_in_grp str
    max_pcap_per_tenant str
    max_se_spawn_interval_delay str
    max_seq_attach_ip_failures str
    max_seq_vnic_failures str
    max_threads_cc_vip_bg_worker str
    permission_scoped_shared_admin_networks str
    persistence_key_rotate_period str
    portal_request_burst_limit str
    portal_request_rate_limit str
    portal_token str
    postgres_vacuum_period str
    process_locked_useraccounts_timeout_period str
    process_pki_profile_timeout_period str
    query_host_fail str
    resmgr_log_caching_period str
    restrict_cloud_read_access str
    safenet_hsm_version str
    se_create_timeout str
    se_failover_attempt_interval str
    se_from_marketplace str
    se_offline_del str
    se_spawn_retry_interval str
    se_upgrade_flow_cleanup_timeout str
    se_vnic_cooldown str
    se_vnic_gc_wait_time str
    secure_channel_cleanup_timeout str
    secure_channel_controller_token_timeout str
    secure_channel_se_token_timeout str
    shared_ssl_certificates str
    skip_beego_perf_collection str
    soft_min_mem_per_se_limit str
    ssl_certificate_expiry_warning_days Sequence[float]
    statecache_properties Sequence[GetCloudpropertiesInfoControllerPropStatecacheProperty]
    unresponsive_se_reboot str
    update_dns_entry_retry_limit str
    update_dns_entry_timeout str
    upgrade_dns_ttl str
    upgrade_se_per_vs_scale_ops_txn_time str
    user_agent_cache_configs Sequence[GetCloudpropertiesInfoControllerPropUserAgentCacheConfig]
    uuid str
    Search CloudProperties by uuid.
    vnic_op_fail_time str
    vs_awaiting_se_timeout str
    vs_key_rotate_period str
    vs_scaleout_ready_check_interval str
    vs_se_attach_ip_fail str
    vs_se_bootup_fail str
    vs_se_bootup_fail_patch str
    vs_se_create_fail str
    vs_se_ping_fail str
    vs_se_vnic_fail str
    vs_se_vnic_ip_fail str
    vsphere_ha_detection_timeout str
    vsphere_ha_recovery_timeout str
    vsphere_ha_timer_interval str
    warmstart_se_reconnect_wait_time str
    warmstart_vs_resync_wait_time str
    alertManagerUseEvms String
    allowAdminNetworkUpdates String
    allowIpForwarding String
    allowUnauthenticatedApis String
    allowUnauthenticatedNodes String
    apiIdleTimeout String
    apiPerfLoggingThreshold String
    appviewxCompatMode String
    archiveRetentionFrameworkPeriod String
    asyncPatchMergePeriod String
    asyncPatchRequestCleanupDuration String
    attachIpRetryInterval String
    attachIpRetryLimit String
    bmUseAnsible String
    checkVsvipFqdnSyntax String
    cleanupExpiredAuthtokenTimeoutPeriod String
    cleanupSessionsTimeoutPeriod String
    cloudDiscoveryInterval String
    cloudReconcile String
    cloudReconcileInterval String
    clusterIpGratuitousArpPeriod String
    configpbAttributes List<Property Map>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    consistencyCheckTimeoutPeriod String
    controllerResourceInfoCollectionPeriod String
    crashedSeReboot String
    deadSeDetectionTimer String
    defaultMinimumApiTimeout String
    delOfflineSeAfterRebootDelay String
    detachIpRetryInterval String
    detachIpRetryLimit String
    detachIpTimeout String
    dnsRefreshPeriod String
    dummy String
    editSystemLimits String
    enableApiSharding String
    enableMemoryBalancer String
    enableNsxStreamingAgent String
    enablePerProcessStop String
    enableResmgrLogCachePrint String
    eventManagerMaxGoroutines String
    eventManagerMaxSubscribers String
    eventManagerProcessingTimeThreshold String
    falsePositiveLearningConfigs List<Property Map>
    fatalErrorLeaseTime String
    federatedDatastoreCleanupDuration String
    fileObjectCleanupPeriod String
    fileobjectMaxFileVersions String
    gslbFileobjectMaxVersionCount String
    gslbPurgeBatchSize String
    gslbPurgeSleepTimeMs String
    ignoreVrfInNetworksubnetlist String
    maxDeadSeInGrp String
    maxPcapPerTenant String
    maxSeSpawnIntervalDelay String
    maxSeqAttachIpFailures String
    maxSeqVnicFailures String
    maxThreadsCcVipBgWorker String
    permissionScopedSharedAdminNetworks String
    persistenceKeyRotatePeriod String
    portalRequestBurstLimit String
    portalRequestRateLimit String
    portalToken String
    postgresVacuumPeriod String
    processLockedUseraccountsTimeoutPeriod String
    processPkiProfileTimeoutPeriod String
    queryHostFail String
    resmgrLogCachingPeriod String
    restrictCloudReadAccess String
    safenetHsmVersion String
    seCreateTimeout String
    seFailoverAttemptInterval String
    seFromMarketplace String
    seOfflineDel String
    seSpawnRetryInterval String
    seUpgradeFlowCleanupTimeout String
    seVnicCooldown String
    seVnicGcWaitTime String
    secureChannelCleanupTimeout String
    secureChannelControllerTokenTimeout String
    secureChannelSeTokenTimeout String
    sharedSslCertificates String
    skipBeegoPerfCollection String
    softMinMemPerSeLimit String
    sslCertificateExpiryWarningDays List<Number>
    statecacheProperties List<Property Map>
    unresponsiveSeReboot String
    updateDnsEntryRetryLimit String
    updateDnsEntryTimeout String
    upgradeDnsTtl String
    upgradeSePerVsScaleOpsTxnTime String
    userAgentCacheConfigs List<Property Map>
    uuid String
    Search CloudProperties by uuid.
    vnicOpFailTime String
    vsAwaitingSeTimeout String
    vsKeyRotatePeriod String
    vsScaleoutReadyCheckInterval String
    vsSeAttachIpFail String
    vsSeBootupFail String
    vsSeBootupFailPatch String
    vsSeCreateFail String
    vsSePingFail String
    vsSeVnicFail String
    vsSeVnicIpFail String
    vsphereHaDetectionTimeout String
    vsphereHaRecoveryTimeout String
    vsphereHaTimerInterval String
    warmstartSeReconnectWaitTime String
    warmstartVsResyncWaitTime String

    GetCloudpropertiesInfoControllerPropConfigpbAttribute

    Version string
    Version string
    version String
    version string
    version String

    GetCloudpropertiesInfoControllerPropFalsePositiveLearningConfig

    GetCloudpropertiesInfoControllerPropStatecacheProperty

    GetCloudpropertiesInfoControllerPropStatecachePropertyDelayInjection

    DelayCreate string
    DelayDelete string
    DelayUpdate string
    FaultType string
    Obj string
    ObjectType string
    Se string
    DelayCreate string
    DelayDelete string
    DelayUpdate string
    FaultType string
    Obj string
    ObjectType string
    Se string
    delayCreate String
    delayDelete String
    delayUpdate String
    faultType String
    obj String
    objectType String
    se String
    delayCreate string
    delayDelete string
    delayUpdate string
    faultType string
    obj string
    objectType string
    se string
    delayCreate String
    delayDelete String
    delayUpdate String
    faultType String
    obj String
    objectType String
    se String

    GetCloudpropertiesInfoControllerPropUserAgentCacheConfig

    GetCloudpropertiesInfoFlavorProp

    Cost string
    DiskGb string
    EnhancedNw string
    Id string
    IsRecommended string
    MaxIp6sPerNic string
    MaxIpsPerNic string
    MaxNics string
    Metas List<GetCloudpropertiesInfoFlavorPropMeta>
    Name string
    Search CloudProperties by name.
    Public string
    RamMb string
    Vcpus string
    Cost string
    DiskGb string
    EnhancedNw string
    Id string
    IsRecommended string
    MaxIp6sPerNic string
    MaxIpsPerNic string
    MaxNics string
    Metas []GetCloudpropertiesInfoFlavorPropMeta
    Name string
    Search CloudProperties by name.
    Public string
    RamMb string
    Vcpus string
    cost String
    diskGb String
    enhancedNw String
    id String
    isRecommended String
    maxIp6sPerNic String
    maxIpsPerNic String
    maxNics String
    metas List<GetCloudpropertiesInfoFlavorPropMeta>
    name String
    Search CloudProperties by name.
    public_ String
    ramMb String
    vcpus String
    cost string
    diskGb string
    enhancedNw string
    id string
    isRecommended string
    maxIp6sPerNic string
    maxIpsPerNic string
    maxNics string
    metas GetCloudpropertiesInfoFlavorPropMeta[]
    name string
    Search CloudProperties by name.
    public string
    ramMb string
    vcpus string
    cost String
    diskGb String
    enhancedNw String
    id String
    isRecommended String
    maxIp6sPerNic String
    maxIpsPerNic String
    maxNics String
    metas List<Property Map>
    name String
    Search CloudProperties by name.
    public String
    ramMb String
    vcpus String

    GetCloudpropertiesInfoFlavorPropMeta

    Key string
    Value string
    Key string
    Value string
    key String
    value String
    key string
    value string
    key str
    value str
    key String
    value String

    Package Details

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