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

avi.Cloudproperties

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-resource-cloudproperties” description: |- Creates and manages Avi CloudProperties.

    avi.Cloudproperties

    The CloudProperties resource allows the creation and management of Avi CloudProperties

    Example Usage

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    resources:
      foo:
        type: avi:Cloudproperties
        properties:
          name: terraform-example-foo
          tenantRef: /api/tenant/?name=admin
    

    Create Cloudproperties Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Cloudproperties(name: string, args?: CloudpropertiesArgs, opts?: CustomResourceOptions);
    @overload
    def Cloudproperties(resource_name: str,
                        args: Optional[CloudpropertiesArgs] = None,
                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def Cloudproperties(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        cc_props: Optional[Sequence[CloudpropertiesCcPropArgs]] = None,
                        cc_vtypes: Optional[Sequence[str]] = None,
                        cloudproperties_id: Optional[str] = None,
                        configpb_attributes: Optional[Sequence[CloudpropertiesConfigpbAttributeArgs]] = None,
                        hyp_props: Optional[Sequence[CloudpropertiesHypPropArgs]] = None,
                        infos: Optional[Sequence[CloudpropertiesInfoArgs]] = None,
                        uuid: Optional[str] = None)
    func NewCloudproperties(ctx *Context, name string, args *CloudpropertiesArgs, opts ...ResourceOption) (*Cloudproperties, error)
    public Cloudproperties(string name, CloudpropertiesArgs? args = null, CustomResourceOptions? opts = null)
    public Cloudproperties(String name, CloudpropertiesArgs args)
    public Cloudproperties(String name, CloudpropertiesArgs args, CustomResourceOptions options)
    
    type: avi:Cloudproperties
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args CloudpropertiesArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args CloudpropertiesArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args CloudpropertiesArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args CloudpropertiesArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args CloudpropertiesArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var cloudpropertiesResource = new Avi.Cloudproperties("cloudpropertiesResource", new()
    {
        CcProps = new[]
        {
            new Avi.Inputs.CloudpropertiesCcPropArgs
            {
                RpcPollInterval = "string",
                RpcQueueSize = "string",
            },
        },
        CcVtypes = new[]
        {
            "string",
        },
        CloudpropertiesId = "string",
        ConfigpbAttributes = new[]
        {
            new Avi.Inputs.CloudpropertiesConfigpbAttributeArgs
            {
                Version = "string",
            },
        },
        HypProps = new[]
        {
            new Avi.Inputs.CloudpropertiesHypPropArgs
            {
                Htype = "string",
                MaxIpsPerNic = "string",
                MaxNics = "string",
            },
        },
        Infos = new[]
        {
            new Avi.Inputs.CloudpropertiesInfoArgs
            {
                Vtype = "string",
                CcaProps = new[]
                {
                    new Avi.Inputs.CloudpropertiesInfoCcaPropArgs
                    {
                        AsyncRetries = "string",
                        AsyncRetriesDelay = "string",
                        PollDurationTarget = "string",
                        PollFastTarget = "string",
                        PollSlowTarget = "string",
                        VcenterHostPingInterval = "string",
                        VcenterInventoryMaxObjectUpdates = "string",
                        VcenterMaxDatastoreGoRoutines = "string",
                        VcenterReconcileInterval = "string",
                        VnicRetries = "string",
                        VnicRetriesDelay = "string",
                    },
                },
                ControllerProps = new[]
                {
                    new Avi.Inputs.CloudpropertiesInfoControllerPropArgs
                    {
                        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 = new[]
                        {
                            new Avi.Inputs.CloudpropertiesInfoControllerPropConfigpbAttributeArgs
                            {
                                Version = "string",
                            },
                        },
                        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 = new[]
                        {
                            new Avi.Inputs.CloudpropertiesInfoControllerPropFalsePositiveLearningConfigArgs
                            {
                                MaxAppsSupported = "string",
                                MinMonitorTime = "string",
                                MinTransPerApplication = "string",
                                MinTransPerUri = "string",
                            },
                        },
                        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 = new[]
                        {
                            0,
                        },
                        StatecacheProperties = new[]
                        {
                            new Avi.Inputs.CloudpropertiesInfoControllerPropStatecachePropertyArgs
                            {
                                DelayInjections = new[]
                                {
                                    new Avi.Inputs.CloudpropertiesInfoControllerPropStatecachePropertyDelayInjectionArgs
                                    {
                                        DelayCreate = "string",
                                        DelayDelete = "string",
                                        DelayUpdate = "string",
                                        FaultType = "string",
                                        Obj = "string",
                                        ObjectType = "string",
                                        Se = "string",
                                    },
                                },
                            },
                        },
                        UnresponsiveSeReboot = "string",
                        UpdateDnsEntryRetryLimit = "string",
                        UpdateDnsEntryTimeout = "string",
                        UpgradeDnsTtl = "string",
                        UpgradeSePerVsScaleOpsTxnTime = "string",
                        UserAgentCacheConfigs = new[]
                        {
                            new Avi.Inputs.CloudpropertiesInfoControllerPropUserAgentCacheConfigArgs
                            {
                                BatchSize = "string",
                                ControllerCacheSize = "string",
                                MaxAge = "string",
                                MaxLastHitTime = "string",
                                MaxUpstreamQueries = "string",
                                MaxWaitTime = "string",
                                NumEntriesUpstreamUpdate = "string",
                                PercentReservedForBadBots = "string",
                                PercentReservedForBrowsers = "string",
                                PercentReservedForGoodBots = "string",
                                PercentReservedForOutstanding = "string",
                                SeCacheSize = "string",
                                UpstreamUpdateInterval = "string",
                            },
                        },
                        Uuid = "string",
                        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",
                    },
                },
                FlavorProps = new[]
                {
                    new Avi.Inputs.CloudpropertiesInfoFlavorPropArgs
                    {
                        Name = "string",
                        Id = "string",
                        DiskGb = "string",
                        EnhancedNw = "string",
                        IsRecommended = "string",
                        MaxIp6sPerNic = "string",
                        MaxIpsPerNic = "string",
                        MaxNics = "string",
                        Metas = new[]
                        {
                            new Avi.Inputs.CloudpropertiesInfoFlavorPropMetaArgs
                            {
                                Key = "string",
                                Value = "string",
                            },
                        },
                        Cost = "string",
                        Public = "string",
                        RamMb = "string",
                        Vcpus = "string",
                    },
                },
                FlavorRegexFilter = "string",
                Htypes = new[]
                {
                    "string",
                },
            },
        },
        Uuid = "string",
    });
    
    example, err := avi.NewCloudproperties(ctx, "cloudpropertiesResource", &avi.CloudpropertiesArgs{
    	CcProps: avi.CloudpropertiesCcPropArray{
    		&avi.CloudpropertiesCcPropArgs{
    			RpcPollInterval: pulumi.String("string"),
    			RpcQueueSize:    pulumi.String("string"),
    		},
    	},
    	CcVtypes: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	CloudpropertiesId: pulumi.String("string"),
    	ConfigpbAttributes: avi.CloudpropertiesConfigpbAttributeArray{
    		&avi.CloudpropertiesConfigpbAttributeArgs{
    			Version: pulumi.String("string"),
    		},
    	},
    	HypProps: avi.CloudpropertiesHypPropArray{
    		&avi.CloudpropertiesHypPropArgs{
    			Htype:        pulumi.String("string"),
    			MaxIpsPerNic: pulumi.String("string"),
    			MaxNics:      pulumi.String("string"),
    		},
    	},
    	Infos: avi.CloudpropertiesInfoArray{
    		&avi.CloudpropertiesInfoArgs{
    			Vtype: pulumi.String("string"),
    			CcaProps: avi.CloudpropertiesInfoCcaPropArray{
    				&avi.CloudpropertiesInfoCcaPropArgs{
    					AsyncRetries:                     pulumi.String("string"),
    					AsyncRetriesDelay:                pulumi.String("string"),
    					PollDurationTarget:               pulumi.String("string"),
    					PollFastTarget:                   pulumi.String("string"),
    					PollSlowTarget:                   pulumi.String("string"),
    					VcenterHostPingInterval:          pulumi.String("string"),
    					VcenterInventoryMaxObjectUpdates: pulumi.String("string"),
    					VcenterMaxDatastoreGoRoutines:    pulumi.String("string"),
    					VcenterReconcileInterval:         pulumi.String("string"),
    					VnicRetries:                      pulumi.String("string"),
    					VnicRetriesDelay:                 pulumi.String("string"),
    				},
    			},
    			ControllerProps: avi.CloudpropertiesInfoControllerPropArray{
    				&avi.CloudpropertiesInfoControllerPropArgs{
    					AlertManagerUseEvms:                  pulumi.String("string"),
    					AllowAdminNetworkUpdates:             pulumi.String("string"),
    					AllowIpForwarding:                    pulumi.String("string"),
    					AllowUnauthenticatedApis:             pulumi.String("string"),
    					AllowUnauthenticatedNodes:            pulumi.String("string"),
    					ApiIdleTimeout:                       pulumi.String("string"),
    					ApiPerfLoggingThreshold:              pulumi.String("string"),
    					AppviewxCompatMode:                   pulumi.String("string"),
    					ArchiveRetentionFrameworkPeriod:      pulumi.String("string"),
    					AsyncPatchMergePeriod:                pulumi.String("string"),
    					AsyncPatchRequestCleanupDuration:     pulumi.String("string"),
    					AttachIpRetryInterval:                pulumi.String("string"),
    					AttachIpRetryLimit:                   pulumi.String("string"),
    					BmUseAnsible:                         pulumi.String("string"),
    					CheckVsvipFqdnSyntax:                 pulumi.String("string"),
    					CleanupExpiredAuthtokenTimeoutPeriod: pulumi.String("string"),
    					CleanupSessionsTimeoutPeriod:         pulumi.String("string"),
    					CloudDiscoveryInterval:               pulumi.String("string"),
    					CloudReconcile:                       pulumi.String("string"),
    					CloudReconcileInterval:               pulumi.String("string"),
    					ClusterIpGratuitousArpPeriod:         pulumi.String("string"),
    					ConfigpbAttributes: avi.CloudpropertiesInfoControllerPropConfigpbAttributeArray{
    						&avi.CloudpropertiesInfoControllerPropConfigpbAttributeArgs{
    							Version: pulumi.String("string"),
    						},
    					},
    					ConsistencyCheckTimeoutPeriod:          pulumi.String("string"),
    					ControllerResourceInfoCollectionPeriod: pulumi.String("string"),
    					CrashedSeReboot:                        pulumi.String("string"),
    					DeadSeDetectionTimer:                   pulumi.String("string"),
    					DefaultMinimumApiTimeout:               pulumi.String("string"),
    					DelOfflineSeAfterRebootDelay:           pulumi.String("string"),
    					DetachIpRetryInterval:                  pulumi.String("string"),
    					DetachIpRetryLimit:                     pulumi.String("string"),
    					DetachIpTimeout:                        pulumi.String("string"),
    					DnsRefreshPeriod:                       pulumi.String("string"),
    					Dummy:                                  pulumi.String("string"),
    					EditSystemLimits:                       pulumi.String("string"),
    					EnableApiSharding:                      pulumi.String("string"),
    					EnableMemoryBalancer:                   pulumi.String("string"),
    					EnableNsxStreamingAgent:                pulumi.String("string"),
    					EnablePerProcessStop:                   pulumi.String("string"),
    					EnableResmgrLogCachePrint:              pulumi.String("string"),
    					EventManagerMaxGoroutines:              pulumi.String("string"),
    					EventManagerMaxSubscribers:             pulumi.String("string"),
    					EventManagerProcessingTimeThreshold:    pulumi.String("string"),
    					FalsePositiveLearningConfigs: avi.CloudpropertiesInfoControllerPropFalsePositiveLearningConfigArray{
    						&avi.CloudpropertiesInfoControllerPropFalsePositiveLearningConfigArgs{
    							MaxAppsSupported:       pulumi.String("string"),
    							MinMonitorTime:         pulumi.String("string"),
    							MinTransPerApplication: pulumi.String("string"),
    							MinTransPerUri:         pulumi.String("string"),
    						},
    					},
    					FatalErrorLeaseTime:                    pulumi.String("string"),
    					FederatedDatastoreCleanupDuration:      pulumi.String("string"),
    					FileObjectCleanupPeriod:                pulumi.String("string"),
    					FileobjectMaxFileVersions:              pulumi.String("string"),
    					GslbFileobjectMaxVersionCount:          pulumi.String("string"),
    					GslbPurgeBatchSize:                     pulumi.String("string"),
    					GslbPurgeSleepTimeMs:                   pulumi.String("string"),
    					IgnoreVrfInNetworksubnetlist:           pulumi.String("string"),
    					MaxDeadSeInGrp:                         pulumi.String("string"),
    					MaxPcapPerTenant:                       pulumi.String("string"),
    					MaxSeSpawnIntervalDelay:                pulumi.String("string"),
    					MaxSeqAttachIpFailures:                 pulumi.String("string"),
    					MaxSeqVnicFailures:                     pulumi.String("string"),
    					MaxThreadsCcVipBgWorker:                pulumi.String("string"),
    					PermissionScopedSharedAdminNetworks:    pulumi.String("string"),
    					PersistenceKeyRotatePeriod:             pulumi.String("string"),
    					PortalRequestBurstLimit:                pulumi.String("string"),
    					PortalRequestRateLimit:                 pulumi.String("string"),
    					PortalToken:                            pulumi.String("string"),
    					PostgresVacuumPeriod:                   pulumi.String("string"),
    					ProcessLockedUseraccountsTimeoutPeriod: pulumi.String("string"),
    					ProcessPkiProfileTimeoutPeriod:         pulumi.String("string"),
    					QueryHostFail:                          pulumi.String("string"),
    					ResmgrLogCachingPeriod:                 pulumi.String("string"),
    					RestrictCloudReadAccess:                pulumi.String("string"),
    					SafenetHsmVersion:                      pulumi.String("string"),
    					SeCreateTimeout:                        pulumi.String("string"),
    					SeFailoverAttemptInterval:              pulumi.String("string"),
    					SeFromMarketplace:                      pulumi.String("string"),
    					SeOfflineDel:                           pulumi.String("string"),
    					SeSpawnRetryInterval:                   pulumi.String("string"),
    					SeUpgradeFlowCleanupTimeout:            pulumi.String("string"),
    					SeVnicCooldown:                         pulumi.String("string"),
    					SeVnicGcWaitTime:                       pulumi.String("string"),
    					SecureChannelCleanupTimeout:            pulumi.String("string"),
    					SecureChannelControllerTokenTimeout:    pulumi.String("string"),
    					SecureChannelSeTokenTimeout:            pulumi.String("string"),
    					SharedSslCertificates:                  pulumi.String("string"),
    					SkipBeegoPerfCollection:                pulumi.String("string"),
    					SoftMinMemPerSeLimit:                   pulumi.String("string"),
    					SslCertificateExpiryWarningDays: pulumi.Float64Array{
    						pulumi.Float64(0),
    					},
    					StatecacheProperties: avi.CloudpropertiesInfoControllerPropStatecachePropertyArray{
    						&avi.CloudpropertiesInfoControllerPropStatecachePropertyArgs{
    							DelayInjections: avi.CloudpropertiesInfoControllerPropStatecachePropertyDelayInjectionArray{
    								&avi.CloudpropertiesInfoControllerPropStatecachePropertyDelayInjectionArgs{
    									DelayCreate: pulumi.String("string"),
    									DelayDelete: pulumi.String("string"),
    									DelayUpdate: pulumi.String("string"),
    									FaultType:   pulumi.String("string"),
    									Obj:         pulumi.String("string"),
    									ObjectType:  pulumi.String("string"),
    									Se:          pulumi.String("string"),
    								},
    							},
    						},
    					},
    					UnresponsiveSeReboot:          pulumi.String("string"),
    					UpdateDnsEntryRetryLimit:      pulumi.String("string"),
    					UpdateDnsEntryTimeout:         pulumi.String("string"),
    					UpgradeDnsTtl:                 pulumi.String("string"),
    					UpgradeSePerVsScaleOpsTxnTime: pulumi.String("string"),
    					UserAgentCacheConfigs: avi.CloudpropertiesInfoControllerPropUserAgentCacheConfigArray{
    						&avi.CloudpropertiesInfoControllerPropUserAgentCacheConfigArgs{
    							BatchSize:                     pulumi.String("string"),
    							ControllerCacheSize:           pulumi.String("string"),
    							MaxAge:                        pulumi.String("string"),
    							MaxLastHitTime:                pulumi.String("string"),
    							MaxUpstreamQueries:            pulumi.String("string"),
    							MaxWaitTime:                   pulumi.String("string"),
    							NumEntriesUpstreamUpdate:      pulumi.String("string"),
    							PercentReservedForBadBots:     pulumi.String("string"),
    							PercentReservedForBrowsers:    pulumi.String("string"),
    							PercentReservedForGoodBots:    pulumi.String("string"),
    							PercentReservedForOutstanding: pulumi.String("string"),
    							SeCacheSize:                   pulumi.String("string"),
    							UpstreamUpdateInterval:        pulumi.String("string"),
    						},
    					},
    					Uuid:                         pulumi.String("string"),
    					VnicOpFailTime:               pulumi.String("string"),
    					VsAwaitingSeTimeout:          pulumi.String("string"),
    					VsKeyRotatePeriod:            pulumi.String("string"),
    					VsScaleoutReadyCheckInterval: pulumi.String("string"),
    					VsSeAttachIpFail:             pulumi.String("string"),
    					VsSeBootupFail:               pulumi.String("string"),
    					VsSeBootupFailPatch:          pulumi.String("string"),
    					VsSeCreateFail:               pulumi.String("string"),
    					VsSePingFail:                 pulumi.String("string"),
    					VsSeVnicFail:                 pulumi.String("string"),
    					VsSeVnicIpFail:               pulumi.String("string"),
    					VsphereHaDetectionTimeout:    pulumi.String("string"),
    					VsphereHaRecoveryTimeout:     pulumi.String("string"),
    					VsphereHaTimerInterval:       pulumi.String("string"),
    					WarmstartSeReconnectWaitTime: pulumi.String("string"),
    					WarmstartVsResyncWaitTime:    pulumi.String("string"),
    				},
    			},
    			FlavorProps: avi.CloudpropertiesInfoFlavorPropArray{
    				&avi.CloudpropertiesInfoFlavorPropArgs{
    					Name:          pulumi.String("string"),
    					Id:            pulumi.String("string"),
    					DiskGb:        pulumi.String("string"),
    					EnhancedNw:    pulumi.String("string"),
    					IsRecommended: pulumi.String("string"),
    					MaxIp6sPerNic: pulumi.String("string"),
    					MaxIpsPerNic:  pulumi.String("string"),
    					MaxNics:       pulumi.String("string"),
    					Metas: avi.CloudpropertiesInfoFlavorPropMetaArray{
    						&avi.CloudpropertiesInfoFlavorPropMetaArgs{
    							Key:   pulumi.String("string"),
    							Value: pulumi.String("string"),
    						},
    					},
    					Cost:   pulumi.String("string"),
    					Public: pulumi.String("string"),
    					RamMb:  pulumi.String("string"),
    					Vcpus:  pulumi.String("string"),
    				},
    			},
    			FlavorRegexFilter: pulumi.String("string"),
    			Htypes: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    		},
    	},
    	Uuid: pulumi.String("string"),
    })
    
    var cloudpropertiesResource = new Cloudproperties("cloudpropertiesResource", CloudpropertiesArgs.builder()
        .ccProps(CloudpropertiesCcPropArgs.builder()
            .rpcPollInterval("string")
            .rpcQueueSize("string")
            .build())
        .ccVtypes("string")
        .cloudpropertiesId("string")
        .configpbAttributes(CloudpropertiesConfigpbAttributeArgs.builder()
            .version("string")
            .build())
        .hypProps(CloudpropertiesHypPropArgs.builder()
            .htype("string")
            .maxIpsPerNic("string")
            .maxNics("string")
            .build())
        .infos(CloudpropertiesInfoArgs.builder()
            .vtype("string")
            .ccaProps(CloudpropertiesInfoCcaPropArgs.builder()
                .asyncRetries("string")
                .asyncRetriesDelay("string")
                .pollDurationTarget("string")
                .pollFastTarget("string")
                .pollSlowTarget("string")
                .vcenterHostPingInterval("string")
                .vcenterInventoryMaxObjectUpdates("string")
                .vcenterMaxDatastoreGoRoutines("string")
                .vcenterReconcileInterval("string")
                .vnicRetries("string")
                .vnicRetriesDelay("string")
                .build())
            .controllerProps(CloudpropertiesInfoControllerPropArgs.builder()
                .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(CloudpropertiesInfoControllerPropConfigpbAttributeArgs.builder()
                    .version("string")
                    .build())
                .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(CloudpropertiesInfoControllerPropFalsePositiveLearningConfigArgs.builder()
                    .maxAppsSupported("string")
                    .minMonitorTime("string")
                    .minTransPerApplication("string")
                    .minTransPerUri("string")
                    .build())
                .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(0)
                .statecacheProperties(CloudpropertiesInfoControllerPropStatecachePropertyArgs.builder()
                    .delayInjections(CloudpropertiesInfoControllerPropStatecachePropertyDelayInjectionArgs.builder()
                        .delayCreate("string")
                        .delayDelete("string")
                        .delayUpdate("string")
                        .faultType("string")
                        .obj("string")
                        .objectType("string")
                        .se("string")
                        .build())
                    .build())
                .unresponsiveSeReboot("string")
                .updateDnsEntryRetryLimit("string")
                .updateDnsEntryTimeout("string")
                .upgradeDnsTtl("string")
                .upgradeSePerVsScaleOpsTxnTime("string")
                .userAgentCacheConfigs(CloudpropertiesInfoControllerPropUserAgentCacheConfigArgs.builder()
                    .batchSize("string")
                    .controllerCacheSize("string")
                    .maxAge("string")
                    .maxLastHitTime("string")
                    .maxUpstreamQueries("string")
                    .maxWaitTime("string")
                    .numEntriesUpstreamUpdate("string")
                    .percentReservedForBadBots("string")
                    .percentReservedForBrowsers("string")
                    .percentReservedForGoodBots("string")
                    .percentReservedForOutstanding("string")
                    .seCacheSize("string")
                    .upstreamUpdateInterval("string")
                    .build())
                .uuid("string")
                .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")
                .build())
            .flavorProps(CloudpropertiesInfoFlavorPropArgs.builder()
                .name("string")
                .id("string")
                .diskGb("string")
                .enhancedNw("string")
                .isRecommended("string")
                .maxIp6sPerNic("string")
                .maxIpsPerNic("string")
                .maxNics("string")
                .metas(CloudpropertiesInfoFlavorPropMetaArgs.builder()
                    .key("string")
                    .value("string")
                    .build())
                .cost("string")
                .public_("string")
                .ramMb("string")
                .vcpus("string")
                .build())
            .flavorRegexFilter("string")
            .htypes("string")
            .build())
        .uuid("string")
        .build());
    
    cloudproperties_resource = avi.Cloudproperties("cloudpropertiesResource",
        cc_props=[{
            "rpc_poll_interval": "string",
            "rpc_queue_size": "string",
        }],
        cc_vtypes=["string"],
        cloudproperties_id="string",
        configpb_attributes=[{
            "version": "string",
        }],
        hyp_props=[{
            "htype": "string",
            "max_ips_per_nic": "string",
            "max_nics": "string",
        }],
        infos=[{
            "vtype": "string",
            "cca_props": [{
                "async_retries": "string",
                "async_retries_delay": "string",
                "poll_duration_target": "string",
                "poll_fast_target": "string",
                "poll_slow_target": "string",
                "vcenter_host_ping_interval": "string",
                "vcenter_inventory_max_object_updates": "string",
                "vcenter_max_datastore_go_routines": "string",
                "vcenter_reconcile_interval": "string",
                "vnic_retries": "string",
                "vnic_retries_delay": "string",
            }],
            "controller_props": [{
                "alert_manager_use_evms": "string",
                "allow_admin_network_updates": "string",
                "allow_ip_forwarding": "string",
                "allow_unauthenticated_apis": "string",
                "allow_unauthenticated_nodes": "string",
                "api_idle_timeout": "string",
                "api_perf_logging_threshold": "string",
                "appviewx_compat_mode": "string",
                "archive_retention_framework_period": "string",
                "async_patch_merge_period": "string",
                "async_patch_request_cleanup_duration": "string",
                "attach_ip_retry_interval": "string",
                "attach_ip_retry_limit": "string",
                "bm_use_ansible": "string",
                "check_vsvip_fqdn_syntax": "string",
                "cleanup_expired_authtoken_timeout_period": "string",
                "cleanup_sessions_timeout_period": "string",
                "cloud_discovery_interval": "string",
                "cloud_reconcile": "string",
                "cloud_reconcile_interval": "string",
                "cluster_ip_gratuitous_arp_period": "string",
                "configpb_attributes": [{
                    "version": "string",
                }],
                "consistency_check_timeout_period": "string",
                "controller_resource_info_collection_period": "string",
                "crashed_se_reboot": "string",
                "dead_se_detection_timer": "string",
                "default_minimum_api_timeout": "string",
                "del_offline_se_after_reboot_delay": "string",
                "detach_ip_retry_interval": "string",
                "detach_ip_retry_limit": "string",
                "detach_ip_timeout": "string",
                "dns_refresh_period": "string",
                "dummy": "string",
                "edit_system_limits": "string",
                "enable_api_sharding": "string",
                "enable_memory_balancer": "string",
                "enable_nsx_streaming_agent": "string",
                "enable_per_process_stop": "string",
                "enable_resmgr_log_cache_print": "string",
                "event_manager_max_goroutines": "string",
                "event_manager_max_subscribers": "string",
                "event_manager_processing_time_threshold": "string",
                "false_positive_learning_configs": [{
                    "max_apps_supported": "string",
                    "min_monitor_time": "string",
                    "min_trans_per_application": "string",
                    "min_trans_per_uri": "string",
                }],
                "fatal_error_lease_time": "string",
                "federated_datastore_cleanup_duration": "string",
                "file_object_cleanup_period": "string",
                "fileobject_max_file_versions": "string",
                "gslb_fileobject_max_version_count": "string",
                "gslb_purge_batch_size": "string",
                "gslb_purge_sleep_time_ms": "string",
                "ignore_vrf_in_networksubnetlist": "string",
                "max_dead_se_in_grp": "string",
                "max_pcap_per_tenant": "string",
                "max_se_spawn_interval_delay": "string",
                "max_seq_attach_ip_failures": "string",
                "max_seq_vnic_failures": "string",
                "max_threads_cc_vip_bg_worker": "string",
                "permission_scoped_shared_admin_networks": "string",
                "persistence_key_rotate_period": "string",
                "portal_request_burst_limit": "string",
                "portal_request_rate_limit": "string",
                "portal_token": "string",
                "postgres_vacuum_period": "string",
                "process_locked_useraccounts_timeout_period": "string",
                "process_pki_profile_timeout_period": "string",
                "query_host_fail": "string",
                "resmgr_log_caching_period": "string",
                "restrict_cloud_read_access": "string",
                "safenet_hsm_version": "string",
                "se_create_timeout": "string",
                "se_failover_attempt_interval": "string",
                "se_from_marketplace": "string",
                "se_offline_del": "string",
                "se_spawn_retry_interval": "string",
                "se_upgrade_flow_cleanup_timeout": "string",
                "se_vnic_cooldown": "string",
                "se_vnic_gc_wait_time": "string",
                "secure_channel_cleanup_timeout": "string",
                "secure_channel_controller_token_timeout": "string",
                "secure_channel_se_token_timeout": "string",
                "shared_ssl_certificates": "string",
                "skip_beego_perf_collection": "string",
                "soft_min_mem_per_se_limit": "string",
                "ssl_certificate_expiry_warning_days": [0],
                "statecache_properties": [{
                    "delay_injections": [{
                        "delay_create": "string",
                        "delay_delete": "string",
                        "delay_update": "string",
                        "fault_type": "string",
                        "obj": "string",
                        "object_type": "string",
                        "se": "string",
                    }],
                }],
                "unresponsive_se_reboot": "string",
                "update_dns_entry_retry_limit": "string",
                "update_dns_entry_timeout": "string",
                "upgrade_dns_ttl": "string",
                "upgrade_se_per_vs_scale_ops_txn_time": "string",
                "user_agent_cache_configs": [{
                    "batch_size": "string",
                    "controller_cache_size": "string",
                    "max_age": "string",
                    "max_last_hit_time": "string",
                    "max_upstream_queries": "string",
                    "max_wait_time": "string",
                    "num_entries_upstream_update": "string",
                    "percent_reserved_for_bad_bots": "string",
                    "percent_reserved_for_browsers": "string",
                    "percent_reserved_for_good_bots": "string",
                    "percent_reserved_for_outstanding": "string",
                    "se_cache_size": "string",
                    "upstream_update_interval": "string",
                }],
                "uuid": "string",
                "vnic_op_fail_time": "string",
                "vs_awaiting_se_timeout": "string",
                "vs_key_rotate_period": "string",
                "vs_scaleout_ready_check_interval": "string",
                "vs_se_attach_ip_fail": "string",
                "vs_se_bootup_fail": "string",
                "vs_se_bootup_fail_patch": "string",
                "vs_se_create_fail": "string",
                "vs_se_ping_fail": "string",
                "vs_se_vnic_fail": "string",
                "vs_se_vnic_ip_fail": "string",
                "vsphere_ha_detection_timeout": "string",
                "vsphere_ha_recovery_timeout": "string",
                "vsphere_ha_timer_interval": "string",
                "warmstart_se_reconnect_wait_time": "string",
                "warmstart_vs_resync_wait_time": "string",
            }],
            "flavor_props": [{
                "name": "string",
                "id": "string",
                "disk_gb": "string",
                "enhanced_nw": "string",
                "is_recommended": "string",
                "max_ip6s_per_nic": "string",
                "max_ips_per_nic": "string",
                "max_nics": "string",
                "metas": [{
                    "key": "string",
                    "value": "string",
                }],
                "cost": "string",
                "public": "string",
                "ram_mb": "string",
                "vcpus": "string",
            }],
            "flavor_regex_filter": "string",
            "htypes": ["string"],
        }],
        uuid="string")
    
    const cloudpropertiesResource = new avi.Cloudproperties("cloudpropertiesResource", {
        ccProps: [{
            rpcPollInterval: "string",
            rpcQueueSize: "string",
        }],
        ccVtypes: ["string"],
        cloudpropertiesId: "string",
        configpbAttributes: [{
            version: "string",
        }],
        hypProps: [{
            htype: "string",
            maxIpsPerNic: "string",
            maxNics: "string",
        }],
        infos: [{
            vtype: "string",
            ccaProps: [{
                asyncRetries: "string",
                asyncRetriesDelay: "string",
                pollDurationTarget: "string",
                pollFastTarget: "string",
                pollSlowTarget: "string",
                vcenterHostPingInterval: "string",
                vcenterInventoryMaxObjectUpdates: "string",
                vcenterMaxDatastoreGoRoutines: "string",
                vcenterReconcileInterval: "string",
                vnicRetries: "string",
                vnicRetriesDelay: "string",
            }],
            controllerProps: [{
                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: [{
                    version: "string",
                }],
                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: [{
                    maxAppsSupported: "string",
                    minMonitorTime: "string",
                    minTransPerApplication: "string",
                    minTransPerUri: "string",
                }],
                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: [0],
                statecacheProperties: [{
                    delayInjections: [{
                        delayCreate: "string",
                        delayDelete: "string",
                        delayUpdate: "string",
                        faultType: "string",
                        obj: "string",
                        objectType: "string",
                        se: "string",
                    }],
                }],
                unresponsiveSeReboot: "string",
                updateDnsEntryRetryLimit: "string",
                updateDnsEntryTimeout: "string",
                upgradeDnsTtl: "string",
                upgradeSePerVsScaleOpsTxnTime: "string",
                userAgentCacheConfigs: [{
                    batchSize: "string",
                    controllerCacheSize: "string",
                    maxAge: "string",
                    maxLastHitTime: "string",
                    maxUpstreamQueries: "string",
                    maxWaitTime: "string",
                    numEntriesUpstreamUpdate: "string",
                    percentReservedForBadBots: "string",
                    percentReservedForBrowsers: "string",
                    percentReservedForGoodBots: "string",
                    percentReservedForOutstanding: "string",
                    seCacheSize: "string",
                    upstreamUpdateInterval: "string",
                }],
                uuid: "string",
                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",
            }],
            flavorProps: [{
                name: "string",
                id: "string",
                diskGb: "string",
                enhancedNw: "string",
                isRecommended: "string",
                maxIp6sPerNic: "string",
                maxIpsPerNic: "string",
                maxNics: "string",
                metas: [{
                    key: "string",
                    value: "string",
                }],
                cost: "string",
                "public": "string",
                ramMb: "string",
                vcpus: "string",
            }],
            flavorRegexFilter: "string",
            htypes: ["string"],
        }],
        uuid: "string",
    });
    
    type: avi:Cloudproperties
    properties:
        ccProps:
            - rpcPollInterval: string
              rpcQueueSize: string
        ccVtypes:
            - string
        cloudpropertiesId: string
        configpbAttributes:
            - version: string
        hypProps:
            - htype: string
              maxIpsPerNic: string
              maxNics: string
        infos:
            - ccaProps:
                - asyncRetries: string
                  asyncRetriesDelay: string
                  pollDurationTarget: string
                  pollFastTarget: string
                  pollSlowTarget: string
                  vcenterHostPingInterval: string
                  vcenterInventoryMaxObjectUpdates: string
                  vcenterMaxDatastoreGoRoutines: string
                  vcenterReconcileInterval: string
                  vnicRetries: string
                  vnicRetriesDelay: string
              controllerProps:
                - 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:
                    - version: string
                  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:
                    - maxAppsSupported: string
                      minMonitorTime: string
                      minTransPerApplication: string
                      minTransPerUri: string
                  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:
                    - 0
                  statecacheProperties:
                    - delayInjections:
                        - delayCreate: string
                          delayDelete: string
                          delayUpdate: string
                          faultType: string
                          obj: string
                          objectType: string
                          se: string
                  unresponsiveSeReboot: string
                  updateDnsEntryRetryLimit: string
                  updateDnsEntryTimeout: string
                  upgradeDnsTtl: string
                  upgradeSePerVsScaleOpsTxnTime: string
                  userAgentCacheConfigs:
                    - batchSize: string
                      controllerCacheSize: string
                      maxAge: string
                      maxLastHitTime: string
                      maxUpstreamQueries: string
                      maxWaitTime: string
                      numEntriesUpstreamUpdate: string
                      percentReservedForBadBots: string
                      percentReservedForBrowsers: string
                      percentReservedForGoodBots: string
                      percentReservedForOutstanding: string
                      seCacheSize: string
                      upstreamUpdateInterval: string
                  uuid: string
                  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
              flavorProps:
                - cost: string
                  diskGb: string
                  enhancedNw: string
                  id: string
                  isRecommended: string
                  maxIp6sPerNic: string
                  maxIpsPerNic: string
                  maxNics: string
                  metas:
                    - key: string
                      value: string
                  name: string
                  public: string
                  ramMb: string
                  vcpus: string
              flavorRegexFilter: string
              htypes:
                - string
              vtype: string
        uuid: string
    

    Cloudproperties Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The Cloudproperties resource accepts the following input properties:

    CcProps List<CloudpropertiesCcProp>
    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.
    CloudpropertiesId string
    ConfigpbAttributes List<CloudpropertiesConfigpbAttribute>
    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<CloudpropertiesHypProp>
    Hypervisor properties. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Infos List<CloudpropertiesInfo>
    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 []CloudpropertiesCcPropArgs
    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.
    CloudpropertiesId string
    ConfigpbAttributes []CloudpropertiesConfigpbAttributeArgs
    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 []CloudpropertiesHypPropArgs
    Hypervisor properties. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Infos []CloudpropertiesInfoArgs
    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<CloudpropertiesCcProp>
    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.
    cloudpropertiesId String
    configpbAttributes List<CloudpropertiesConfigpbAttribute>
    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<CloudpropertiesHypProp>
    Hypervisor properties. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    infos List<CloudpropertiesInfo>
    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 CloudpropertiesCcProp[]
    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.
    cloudpropertiesId string
    configpbAttributes CloudpropertiesConfigpbAttribute[]
    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 CloudpropertiesHypProp[]
    Hypervisor properties. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    infos CloudpropertiesInfo[]
    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[CloudpropertiesCcPropArgs]
    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.
    cloudproperties_id str
    configpb_attributes Sequence[CloudpropertiesConfigpbAttributeArgs]
    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[CloudpropertiesHypPropArgs]
    Hypervisor properties. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    infos Sequence[CloudpropertiesInfoArgs]
    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.
    cloudpropertiesId 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.
    hypProps List<Property Map>
    Hypervisor properties. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    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.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Cloudproperties resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing Cloudproperties Resource

    Get an existing Cloudproperties resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: CloudpropertiesState, opts?: CustomResourceOptions): Cloudproperties
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            cc_props: Optional[Sequence[CloudpropertiesCcPropArgs]] = None,
            cc_vtypes: Optional[Sequence[str]] = None,
            cloudproperties_id: Optional[str] = None,
            configpb_attributes: Optional[Sequence[CloudpropertiesConfigpbAttributeArgs]] = None,
            hyp_props: Optional[Sequence[CloudpropertiesHypPropArgs]] = None,
            infos: Optional[Sequence[CloudpropertiesInfoArgs]] = None,
            uuid: Optional[str] = None) -> Cloudproperties
    func GetCloudproperties(ctx *Context, name string, id IDInput, state *CloudpropertiesState, opts ...ResourceOption) (*Cloudproperties, error)
    public static Cloudproperties Get(string name, Input<string> id, CloudpropertiesState? state, CustomResourceOptions? opts = null)
    public static Cloudproperties get(String name, Output<String> id, CloudpropertiesState state, CustomResourceOptions options)
    resources:  _:    type: avi:Cloudproperties    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    CcProps List<CloudpropertiesCcProp>
    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.
    CloudpropertiesId string
    ConfigpbAttributes List<CloudpropertiesConfigpbAttribute>
    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<CloudpropertiesHypProp>
    Hypervisor properties. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Infos List<CloudpropertiesInfo>
    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 []CloudpropertiesCcPropArgs
    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.
    CloudpropertiesId string
    ConfigpbAttributes []CloudpropertiesConfigpbAttributeArgs
    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 []CloudpropertiesHypPropArgs
    Hypervisor properties. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Infos []CloudpropertiesInfoArgs
    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<CloudpropertiesCcProp>
    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.
    cloudpropertiesId String
    configpbAttributes List<CloudpropertiesConfigpbAttribute>
    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<CloudpropertiesHypProp>
    Hypervisor properties. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    infos List<CloudpropertiesInfo>
    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 CloudpropertiesCcProp[]
    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.
    cloudpropertiesId string
    configpbAttributes CloudpropertiesConfigpbAttribute[]
    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 CloudpropertiesHypProp[]
    Hypervisor properties. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    infos CloudpropertiesInfo[]
    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[CloudpropertiesCcPropArgs]
    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.
    cloudproperties_id str
    configpb_attributes Sequence[CloudpropertiesConfigpbAttributeArgs]
    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[CloudpropertiesHypPropArgs]
    Hypervisor properties. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    infos Sequence[CloudpropertiesInfoArgs]
    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.
    cloudpropertiesId 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.
    hypProps List<Property Map>
    Hypervisor properties. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    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

    CloudpropertiesCcProp, CloudpropertiesCcPropArgs

    CloudpropertiesConfigpbAttribute, CloudpropertiesConfigpbAttributeArgs

    Version string
    Version string
    version String
    version string
    version String

    CloudpropertiesHypProp, CloudpropertiesHypPropArgs

    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

    CloudpropertiesInfo, CloudpropertiesInfoArgs

    CloudpropertiesInfoCcaProp, CloudpropertiesInfoCcaPropArgs

    CloudpropertiesInfoControllerProp, CloudpropertiesInfoControllerPropArgs

    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<CloudpropertiesInfoControllerPropConfigpbAttribute>
    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<CloudpropertiesInfoControllerPropFalsePositiveLearningConfig>
    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<CloudpropertiesInfoControllerPropStatecacheProperty>
    UnresponsiveSeReboot string
    UpdateDnsEntryRetryLimit string
    UpdateDnsEntryTimeout string
    UpgradeDnsTtl string
    UpgradeSePerVsScaleOpsTxnTime string
    UserAgentCacheConfigs List<CloudpropertiesInfoControllerPropUserAgentCacheConfig>
    Uuid string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    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 []CloudpropertiesInfoControllerPropConfigpbAttribute
    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 []CloudpropertiesInfoControllerPropFalsePositiveLearningConfig
    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 []CloudpropertiesInfoControllerPropStatecacheProperty
    UnresponsiveSeReboot string
    UpdateDnsEntryRetryLimit string
    UpdateDnsEntryTimeout string
    UpgradeDnsTtl string
    UpgradeSePerVsScaleOpsTxnTime string
    UserAgentCacheConfigs []CloudpropertiesInfoControllerPropUserAgentCacheConfig
    Uuid string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    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<CloudpropertiesInfoControllerPropConfigpbAttribute>
    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<CloudpropertiesInfoControllerPropFalsePositiveLearningConfig>
    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<CloudpropertiesInfoControllerPropStatecacheProperty>
    unresponsiveSeReboot String
    updateDnsEntryRetryLimit String
    updateDnsEntryTimeout String
    upgradeDnsTtl String
    upgradeSePerVsScaleOpsTxnTime String
    userAgentCacheConfigs List<CloudpropertiesInfoControllerPropUserAgentCacheConfig>
    uuid String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    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 CloudpropertiesInfoControllerPropConfigpbAttribute[]
    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 CloudpropertiesInfoControllerPropFalsePositiveLearningConfig[]
    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 CloudpropertiesInfoControllerPropStatecacheProperty[]
    unresponsiveSeReboot string
    updateDnsEntryRetryLimit string
    updateDnsEntryTimeout string
    upgradeDnsTtl string
    upgradeSePerVsScaleOpsTxnTime string
    userAgentCacheConfigs CloudpropertiesInfoControllerPropUserAgentCacheConfig[]
    uuid string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    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[CloudpropertiesInfoControllerPropConfigpbAttribute]
    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[CloudpropertiesInfoControllerPropFalsePositiveLearningConfig]
    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[CloudpropertiesInfoControllerPropStatecacheProperty]
    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[CloudpropertiesInfoControllerPropUserAgentCacheConfig]
    uuid str
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    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
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    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

    CloudpropertiesInfoControllerPropConfigpbAttribute, CloudpropertiesInfoControllerPropConfigpbAttributeArgs

    Version string
    Version string
    version String
    version string
    version String

    CloudpropertiesInfoControllerPropFalsePositiveLearningConfig, CloudpropertiesInfoControllerPropFalsePositiveLearningConfigArgs

    CloudpropertiesInfoControllerPropStatecacheProperty, CloudpropertiesInfoControllerPropStatecachePropertyArgs

    CloudpropertiesInfoControllerPropStatecachePropertyDelayInjection, CloudpropertiesInfoControllerPropStatecachePropertyDelayInjectionArgs

    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

    CloudpropertiesInfoControllerPropUserAgentCacheConfig, CloudpropertiesInfoControllerPropUserAgentCacheConfigArgs

    CloudpropertiesInfoFlavorProp, CloudpropertiesInfoFlavorPropArgs

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

    CloudpropertiesInfoFlavorPropMeta, CloudpropertiesInfoFlavorPropMetaArgs

    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