avi 31.1.1 published on Monday, Apr 14, 2025 by vmware
avi.getCloudproperties
Explore with Pulumi AI
<!–
Copyright 2021 VMware, Inc.
SPDX-License-Identifier: Mozilla Public License 2.0
–>
layout: “avi”
page_title: “AVI: avi.Cloudproperties” sidebar_current: “docs-avi-datasource-cloudproperties” description: |- Get information of Avi CloudProperties.
avi.Cloudproperties
This data source is used to to get avi.Cloudproperties objects.
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.avi.AviFunctions;
import com.pulumi.avi.inputs.GetCloudpropertiesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var fooCloudproperties = AviFunctions.getCloudproperties(GetCloudpropertiesArgs.builder()
.name("foo")
.uuid("cloudproperties-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
.build());
}
}
variables:
fooCloudproperties:
fn::invoke:
function: avi:getCloudproperties
arguments:
name: foo
uuid: cloudproperties-f9cf6b3e-a411-436f-95e2-2982ba2b217b
Using getCloudproperties
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCloudproperties(args: GetCloudpropertiesArgs, opts?: InvokeOptions): Promise<GetCloudpropertiesResult>
function getCloudpropertiesOutput(args: GetCloudpropertiesOutputArgs, opts?: InvokeOptions): Output<GetCloudpropertiesResult>
def get_cloudproperties(id: Optional[str] = None,
uuid: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCloudpropertiesResult
def get_cloudproperties_output(id: Optional[pulumi.Input[str]] = None,
uuid: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCloudpropertiesResult]
func LookupCloudproperties(ctx *Context, args *LookupCloudpropertiesArgs, opts ...InvokeOption) (*LookupCloudpropertiesResult, error)
func LookupCloudpropertiesOutput(ctx *Context, args *LookupCloudpropertiesOutputArgs, opts ...InvokeOption) LookupCloudpropertiesResultOutput
> Note: This function is named LookupCloudproperties
in the Go SDK.
public static class GetCloudproperties
{
public static Task<GetCloudpropertiesResult> InvokeAsync(GetCloudpropertiesArgs args, InvokeOptions? opts = null)
public static Output<GetCloudpropertiesResult> Invoke(GetCloudpropertiesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCloudpropertiesResult> getCloudproperties(GetCloudpropertiesArgs args, InvokeOptions options)
public static Output<GetCloudpropertiesResult> getCloudproperties(GetCloudpropertiesArgs args, InvokeOptions options)
fn::invoke:
function: avi:index/getCloudproperties:getCloudproperties
arguments:
# arguments dictionary
The following arguments are supported:
getCloudproperties Result
The following output properties are available:
- Cc
Props List<GetCloudproperties Cc Prop> - Cloudconnector properties. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Cc
Vtypes 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.
- Configpb
Attributes List<GetCloudproperties Configpb Attribute> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Hyp
Props List<GetCloudproperties Hyp Prop> - Hypervisor properties. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Id string
- Infos
List<Get
Cloudproperties Info> - 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 []GetCloudproperties Cc Prop - Cloudconnector properties. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Cc
Vtypes []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.
- Configpb
Attributes []GetCloudproperties Configpb Attribute - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Hyp
Props []GetCloudproperties Hyp Prop - Hypervisor properties. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Id string
- Infos
[]Get
Cloudproperties Info - 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 List<GetCloudproperties Cc Prop> - Cloudconnector properties. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- cc
Vtypes 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.
- configpb
Attributes List<GetCloudproperties Configpb Attribute> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- hyp
Props List<GetCloudproperties Hyp Prop> - Hypervisor properties. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- id String
- infos
List<Get
Cloudproperties Info> - 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 GetCloudproperties Cc Prop[] - Cloudconnector properties. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- cc
Vtypes 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.
- configpb
Attributes GetCloudproperties Configpb Attribute[] - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- hyp
Props GetCloudproperties Hyp Prop[] - Hypervisor properties. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- id string
- infos
Get
Cloudproperties Info[] - 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[GetCloudproperties Cc Prop] - Cloudconnector properties. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- cc_
vtypes Sequence[str] - Cloud types supported by cloudconnector. Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- configpb_
attributes Sequence[GetCloudproperties Configpb Attribute] - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- hyp_
props Sequence[GetCloudproperties Hyp Prop] - Hypervisor properties. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- id str
- infos
Sequence[Get
Cloudproperties Info] - 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.
- cc
Props List<Property Map> - Cloudconnector properties. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- cc
Vtypes 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.
- configpb
Attributes List<Property Map> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- hyp
Props List<Property Map> - Hypervisor properties. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- id String
- infos List<Property Map>
- Properties specific to a cloud type. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
Supporting Types
GetCloudpropertiesCcProp
- Rpc
Poll stringInterval - Rpc
Queue stringSize
- Rpc
Poll stringInterval - Rpc
Queue stringSize
- rpc
Poll StringInterval - rpc
Queue StringSize
- rpc
Poll stringInterval - rpc
Queue stringSize
- rpc_
poll_ strinterval - rpc_
queue_ strsize
- rpc
Poll StringInterval - rpc
Queue StringSize
GetCloudpropertiesConfigpbAttribute
- Version string
- Version string
- version String
- version string
- version str
- version String
GetCloudpropertiesHypProp
- Htype string
- Max
Ips stringPer Nic - Max
Nics string
- Htype string
- Max
Ips stringPer Nic - Max
Nics string
- htype String
- max
Ips StringPer Nic - max
Nics String
- htype string
- max
Ips stringPer Nic - max
Nics string
- htype str
- max_
ips_ strper_ nic - max_
nics str
- htype String
- max
Ips StringPer Nic - max
Nics String
GetCloudpropertiesInfo
- cca
Props List<Property Map> - controller
Props List<Property Map> - flavor
Props List<Property Map> - flavor
Regex StringFilter - htypes List<String>
- vtype String
GetCloudpropertiesInfoCcaProp
- Async
Retries string - Async
Retries stringDelay - Poll
Duration stringTarget - Poll
Fast stringTarget - Poll
Slow stringTarget - Vcenter
Host stringPing Interval - Vcenter
Inventory stringMax Object Updates - Vcenter
Max stringDatastore Go Routines - Vcenter
Reconcile stringInterval - Vnic
Retries string - Vnic
Retries stringDelay
- Async
Retries string - Async
Retries stringDelay - Poll
Duration stringTarget - Poll
Fast stringTarget - Poll
Slow stringTarget - Vcenter
Host stringPing Interval - Vcenter
Inventory stringMax Object Updates - Vcenter
Max stringDatastore Go Routines - Vcenter
Reconcile stringInterval - Vnic
Retries string - Vnic
Retries stringDelay
- async
Retries String - async
Retries StringDelay - poll
Duration StringTarget - poll
Fast StringTarget - poll
Slow StringTarget - vcenter
Host StringPing Interval - vcenter
Inventory StringMax Object Updates - vcenter
Max StringDatastore Go Routines - vcenter
Reconcile StringInterval - vnic
Retries String - vnic
Retries StringDelay
- async
Retries string - async
Retries stringDelay - poll
Duration stringTarget - poll
Fast stringTarget - poll
Slow stringTarget - vcenter
Host stringPing Interval - vcenter
Inventory stringMax Object Updates - vcenter
Max stringDatastore Go Routines - vcenter
Reconcile stringInterval - vnic
Retries string - vnic
Retries stringDelay
- async
Retries String - async
Retries StringDelay - poll
Duration StringTarget - poll
Fast StringTarget - poll
Slow StringTarget - vcenter
Host StringPing Interval - vcenter
Inventory StringMax Object Updates - vcenter
Max StringDatastore Go Routines - vcenter
Reconcile StringInterval - vnic
Retries String - vnic
Retries StringDelay
GetCloudpropertiesInfoControllerProp
- Alert
Manager stringUse Evms - Allow
Admin stringNetwork Updates - Allow
Ip stringForwarding - Allow
Unauthenticated stringApis - Allow
Unauthenticated stringNodes - Api
Idle stringTimeout - Api
Perf stringLogging Threshold - Appviewx
Compat stringMode - Archive
Retention stringFramework Period - Async
Patch stringMerge Period - Async
Patch stringRequest Cleanup Duration - Attach
Ip stringRetry Interval - Attach
Ip stringRetry Limit - Bm
Use stringAnsible - Check
Vsvip stringFqdn Syntax - Cleanup
Expired stringAuthtoken Timeout Period - Cleanup
Sessions stringTimeout Period - Cloud
Discovery stringInterval - Cloud
Reconcile string - Cloud
Reconcile stringInterval - Cluster
Ip stringGratuitous Arp Period - Configpb
Attributes List<GetCloudproperties Info Controller Prop Configpb Attribute> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Consistency
Check stringTimeout Period - Controller
Resource stringInfo Collection Period - Crashed
Se stringReboot - Dead
Se stringDetection Timer - Default
Minimum stringApi Timeout - Del
Offline stringSe After Reboot Delay - Detach
Ip stringRetry Interval - Detach
Ip stringRetry Limit - Detach
Ip stringTimeout - Dns
Refresh stringPeriod - Dummy string
- Edit
System stringLimits - Enable
Api stringSharding - Enable
Memory stringBalancer - Enable
Nsx stringStreaming Agent - Enable
Per stringProcess Stop - Enable
Resmgr stringLog Cache Print - Event
Manager stringMax Goroutines - Event
Manager stringMax Subscribers - Event
Manager stringProcessing Time Threshold - False
Positive List<GetLearning Configs Cloudproperties Info Controller Prop False Positive Learning Config> - Fatal
Error stringLease Time - Federated
Datastore stringCleanup Duration - File
Object stringCleanup Period - Fileobject
Max stringFile Versions - Gslb
Fileobject stringMax Version Count - Gslb
Purge stringBatch Size - Gslb
Purge stringSleep Time Ms - Ignore
Vrf stringIn Networksubnetlist - Max
Dead stringSe In Grp - Max
Pcap stringPer Tenant - Max
Se stringSpawn Interval Delay - Max
Seq stringAttach Ip Failures - Max
Seq stringVnic Failures - Max
Threads stringCc Vip Bg Worker - string
- Persistence
Key stringRotate Period - Portal
Request stringBurst Limit - Portal
Request stringRate Limit - Portal
Token string - Postgres
Vacuum stringPeriod - Process
Locked stringUseraccounts Timeout Period - Process
Pki stringProfile Timeout Period - Query
Host stringFail - Resmgr
Log stringCaching Period - Restrict
Cloud stringRead Access - Safenet
Hsm stringVersion - Se
Create stringTimeout - Se
Failover stringAttempt Interval - Se
From stringMarketplace - Se
Offline stringDel - Se
Spawn stringRetry Interval - Se
Upgrade stringFlow Cleanup Timeout - Se
Vnic stringCooldown - Se
Vnic stringGc Wait Time - Secure
Channel stringCleanup Timeout - Secure
Channel stringController Token Timeout - Secure
Channel stringSe Token Timeout - string
- Skip
Beego stringPerf Collection - Soft
Min stringMem Per Se Limit - Ssl
Certificate List<double>Expiry Warning Days - Statecache
Properties List<GetCloudproperties Info Controller Prop Statecache Property> - Unresponsive
Se stringReboot - Update
Dns stringEntry Retry Limit - Update
Dns stringEntry Timeout - Upgrade
Dns stringTtl - Upgrade
Se stringPer Vs Scale Ops Txn Time - User
Agent List<GetCache Configs Cloudproperties Info Controller Prop User Agent Cache Config> - Uuid string
- Search CloudProperties by uuid.
- Vnic
Op stringFail Time - Vs
Awaiting stringSe Timeout - Vs
Key stringRotate Period - Vs
Scaleout stringReady Check Interval - Vs
Se stringAttach Ip Fail - Vs
Se stringBootup Fail - Vs
Se stringBootup Fail Patch - Vs
Se stringCreate Fail - Vs
Se stringPing Fail - Vs
Se stringVnic Fail - Vs
Se stringVnic Ip Fail - Vsphere
Ha stringDetection Timeout - Vsphere
Ha stringRecovery Timeout - Vsphere
Ha stringTimer Interval - Warmstart
Se stringReconnect Wait Time - Warmstart
Vs stringResync Wait Time
- Alert
Manager stringUse Evms - Allow
Admin stringNetwork Updates - Allow
Ip stringForwarding - Allow
Unauthenticated stringApis - Allow
Unauthenticated stringNodes - Api
Idle stringTimeout - Api
Perf stringLogging Threshold - Appviewx
Compat stringMode - Archive
Retention stringFramework Period - Async
Patch stringMerge Period - Async
Patch stringRequest Cleanup Duration - Attach
Ip stringRetry Interval - Attach
Ip stringRetry Limit - Bm
Use stringAnsible - Check
Vsvip stringFqdn Syntax - Cleanup
Expired stringAuthtoken Timeout Period - Cleanup
Sessions stringTimeout Period - Cloud
Discovery stringInterval - Cloud
Reconcile string - Cloud
Reconcile stringInterval - Cluster
Ip stringGratuitous Arp Period - Configpb
Attributes []GetCloudproperties Info Controller Prop Configpb Attribute - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Consistency
Check stringTimeout Period - Controller
Resource stringInfo Collection Period - Crashed
Se stringReboot - Dead
Se stringDetection Timer - Default
Minimum stringApi Timeout - Del
Offline stringSe After Reboot Delay - Detach
Ip stringRetry Interval - Detach
Ip stringRetry Limit - Detach
Ip stringTimeout - Dns
Refresh stringPeriod - Dummy string
- Edit
System stringLimits - Enable
Api stringSharding - Enable
Memory stringBalancer - Enable
Nsx stringStreaming Agent - Enable
Per stringProcess Stop - Enable
Resmgr stringLog Cache Print - Event
Manager stringMax Goroutines - Event
Manager stringMax Subscribers - Event
Manager stringProcessing Time Threshold - False
Positive []GetLearning Configs Cloudproperties Info Controller Prop False Positive Learning Config - Fatal
Error stringLease Time - Federated
Datastore stringCleanup Duration - File
Object stringCleanup Period - Fileobject
Max stringFile Versions - Gslb
Fileobject stringMax Version Count - Gslb
Purge stringBatch Size - Gslb
Purge stringSleep Time Ms - Ignore
Vrf stringIn Networksubnetlist - Max
Dead stringSe In Grp - Max
Pcap stringPer Tenant - Max
Se stringSpawn Interval Delay - Max
Seq stringAttach Ip Failures - Max
Seq stringVnic Failures - Max
Threads stringCc Vip Bg Worker - string
- Persistence
Key stringRotate Period - Portal
Request stringBurst Limit - Portal
Request stringRate Limit - Portal
Token string - Postgres
Vacuum stringPeriod - Process
Locked stringUseraccounts Timeout Period - Process
Pki stringProfile Timeout Period - Query
Host stringFail - Resmgr
Log stringCaching Period - Restrict
Cloud stringRead Access - Safenet
Hsm stringVersion - Se
Create stringTimeout - Se
Failover stringAttempt Interval - Se
From stringMarketplace - Se
Offline stringDel - Se
Spawn stringRetry Interval - Se
Upgrade stringFlow Cleanup Timeout - Se
Vnic stringCooldown - Se
Vnic stringGc Wait Time - Secure
Channel stringCleanup Timeout - Secure
Channel stringController Token Timeout - Secure
Channel stringSe Token Timeout - string
- Skip
Beego stringPerf Collection - Soft
Min stringMem Per Se Limit - Ssl
Certificate []float64Expiry Warning Days - Statecache
Properties []GetCloudproperties Info Controller Prop Statecache Property - Unresponsive
Se stringReboot - Update
Dns stringEntry Retry Limit - Update
Dns stringEntry Timeout - Upgrade
Dns stringTtl - Upgrade
Se stringPer Vs Scale Ops Txn Time - User
Agent []GetCache Configs Cloudproperties Info Controller Prop User Agent Cache Config - Uuid string
- Search CloudProperties by uuid.
- Vnic
Op stringFail Time - Vs
Awaiting stringSe Timeout - Vs
Key stringRotate Period - Vs
Scaleout stringReady Check Interval - Vs
Se stringAttach Ip Fail - Vs
Se stringBootup Fail - Vs
Se stringBootup Fail Patch - Vs
Se stringCreate Fail - Vs
Se stringPing Fail - Vs
Se stringVnic Fail - Vs
Se stringVnic Ip Fail - Vsphere
Ha stringDetection Timeout - Vsphere
Ha stringRecovery Timeout - Vsphere
Ha stringTimer Interval - Warmstart
Se stringReconnect Wait Time - Warmstart
Vs stringResync Wait Time
- alert
Manager StringUse Evms - allow
Admin StringNetwork Updates - allow
Ip StringForwarding - allow
Unauthenticated StringApis - allow
Unauthenticated StringNodes - api
Idle StringTimeout - api
Perf StringLogging Threshold - appviewx
Compat StringMode - archive
Retention StringFramework Period - async
Patch StringMerge Period - async
Patch StringRequest Cleanup Duration - attach
Ip StringRetry Interval - attach
Ip StringRetry Limit - bm
Use StringAnsible - check
Vsvip StringFqdn Syntax - cleanup
Expired StringAuthtoken Timeout Period - cleanup
Sessions StringTimeout Period - cloud
Discovery StringInterval - cloud
Reconcile String - cloud
Reconcile StringInterval - cluster
Ip StringGratuitous Arp Period - configpb
Attributes List<GetCloudproperties Info Controller Prop Configpb Attribute> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- consistency
Check StringTimeout Period - controller
Resource StringInfo Collection Period - crashed
Se StringReboot - dead
Se StringDetection Timer - default
Minimum StringApi Timeout - del
Offline StringSe After Reboot Delay - detach
Ip StringRetry Interval - detach
Ip StringRetry Limit - detach
Ip StringTimeout - dns
Refresh StringPeriod - dummy String
- edit
System StringLimits - enable
Api StringSharding - enable
Memory StringBalancer - enable
Nsx StringStreaming Agent - enable
Per StringProcess Stop - enable
Resmgr StringLog Cache Print - event
Manager StringMax Goroutines - event
Manager StringMax Subscribers - event
Manager StringProcessing Time Threshold - false
Positive List<GetLearning Configs Cloudproperties Info Controller Prop False Positive Learning Config> - fatal
Error StringLease Time - federated
Datastore StringCleanup Duration - file
Object StringCleanup Period - fileobject
Max StringFile Versions - gslb
Fileobject StringMax Version Count - gslb
Purge StringBatch Size - gslb
Purge StringSleep Time Ms - ignore
Vrf StringIn Networksubnetlist - max
Dead StringSe In Grp - max
Pcap StringPer Tenant - max
Se StringSpawn Interval Delay - max
Seq StringAttach Ip Failures - max
Seq StringVnic Failures - max
Threads StringCc Vip Bg Worker - String
- persistence
Key StringRotate Period - portal
Request StringBurst Limit - portal
Request StringRate Limit - portal
Token String - postgres
Vacuum StringPeriod - process
Locked StringUseraccounts Timeout Period - process
Pki StringProfile Timeout Period - query
Host StringFail - resmgr
Log StringCaching Period - restrict
Cloud StringRead Access - safenet
Hsm StringVersion - se
Create StringTimeout - se
Failover StringAttempt Interval - se
From StringMarketplace - se
Offline StringDel - se
Spawn StringRetry Interval - se
Upgrade StringFlow Cleanup Timeout - se
Vnic StringCooldown - se
Vnic StringGc Wait Time - secure
Channel StringCleanup Timeout - secure
Channel StringController Token Timeout - secure
Channel StringSe Token Timeout - String
- skip
Beego StringPerf Collection - soft
Min StringMem Per Se Limit - ssl
Certificate List<Double>Expiry Warning Days - statecache
Properties List<GetCloudproperties Info Controller Prop Statecache Property> - unresponsive
Se StringReboot - update
Dns StringEntry Retry Limit - update
Dns StringEntry Timeout - upgrade
Dns StringTtl - upgrade
Se StringPer Vs Scale Ops Txn Time - user
Agent List<GetCache Configs Cloudproperties Info Controller Prop User Agent Cache Config> - uuid String
- Search CloudProperties by uuid.
- vnic
Op StringFail Time - vs
Awaiting StringSe Timeout - vs
Key StringRotate Period - vs
Scaleout StringReady Check Interval - vs
Se StringAttach Ip Fail - vs
Se StringBootup Fail - vs
Se StringBootup Fail Patch - vs
Se StringCreate Fail - vs
Se StringPing Fail - vs
Se StringVnic Fail - vs
Se StringVnic Ip Fail - vsphere
Ha StringDetection Timeout - vsphere
Ha StringRecovery Timeout - vsphere
Ha StringTimer Interval - warmstart
Se StringReconnect Wait Time - warmstart
Vs StringResync Wait Time
- alert
Manager stringUse Evms - allow
Admin stringNetwork Updates - allow
Ip stringForwarding - allow
Unauthenticated stringApis - allow
Unauthenticated stringNodes - api
Idle stringTimeout - api
Perf stringLogging Threshold - appviewx
Compat stringMode - archive
Retention stringFramework Period - async
Patch stringMerge Period - async
Patch stringRequest Cleanup Duration - attach
Ip stringRetry Interval - attach
Ip stringRetry Limit - bm
Use stringAnsible - check
Vsvip stringFqdn Syntax - cleanup
Expired stringAuthtoken Timeout Period - cleanup
Sessions stringTimeout Period - cloud
Discovery stringInterval - cloud
Reconcile string - cloud
Reconcile stringInterval - cluster
Ip stringGratuitous Arp Period - configpb
Attributes GetCloudproperties Info Controller Prop Configpb Attribute[] - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- consistency
Check stringTimeout Period - controller
Resource stringInfo Collection Period - crashed
Se stringReboot - dead
Se stringDetection Timer - default
Minimum stringApi Timeout - del
Offline stringSe After Reboot Delay - detach
Ip stringRetry Interval - detach
Ip stringRetry Limit - detach
Ip stringTimeout - dns
Refresh stringPeriod - dummy string
- edit
System stringLimits - enable
Api stringSharding - enable
Memory stringBalancer - enable
Nsx stringStreaming Agent - enable
Per stringProcess Stop - enable
Resmgr stringLog Cache Print - event
Manager stringMax Goroutines - event
Manager stringMax Subscribers - event
Manager stringProcessing Time Threshold - false
Positive GetLearning Configs Cloudproperties Info Controller Prop False Positive Learning Config[] - fatal
Error stringLease Time - federated
Datastore stringCleanup Duration - file
Object stringCleanup Period - fileobject
Max stringFile Versions - gslb
Fileobject stringMax Version Count - gslb
Purge stringBatch Size - gslb
Purge stringSleep Time Ms - ignore
Vrf stringIn Networksubnetlist - max
Dead stringSe In Grp - max
Pcap stringPer Tenant - max
Se stringSpawn Interval Delay - max
Seq stringAttach Ip Failures - max
Seq stringVnic Failures - max
Threads stringCc Vip Bg Worker - string
- persistence
Key stringRotate Period - portal
Request stringBurst Limit - portal
Request stringRate Limit - portal
Token string - postgres
Vacuum stringPeriod - process
Locked stringUseraccounts Timeout Period - process
Pki stringProfile Timeout Period - query
Host stringFail - resmgr
Log stringCaching Period - restrict
Cloud stringRead Access - safenet
Hsm stringVersion - se
Create stringTimeout - se
Failover stringAttempt Interval - se
From stringMarketplace - se
Offline stringDel - se
Spawn stringRetry Interval - se
Upgrade stringFlow Cleanup Timeout - se
Vnic stringCooldown - se
Vnic stringGc Wait Time - secure
Channel stringCleanup Timeout - secure
Channel stringController Token Timeout - secure
Channel stringSe Token Timeout - string
- skip
Beego stringPerf Collection - soft
Min stringMem Per Se Limit - ssl
Certificate number[]Expiry Warning Days - statecache
Properties GetCloudproperties Info Controller Prop Statecache Property[] - unresponsive
Se stringReboot - update
Dns stringEntry Retry Limit - update
Dns stringEntry Timeout - upgrade
Dns stringTtl - upgrade
Se stringPer Vs Scale Ops Txn Time - user
Agent GetCache Configs Cloudproperties Info Controller Prop User Agent Cache Config[] - uuid string
- Search CloudProperties by uuid.
- vnic
Op stringFail Time - vs
Awaiting stringSe Timeout - vs
Key stringRotate Period - vs
Scaleout stringReady Check Interval - vs
Se stringAttach Ip Fail - vs
Se stringBootup Fail - vs
Se stringBootup Fail Patch - vs
Se stringCreate Fail - vs
Se stringPing Fail - vs
Se stringVnic Fail - vs
Se stringVnic Ip Fail - vsphere
Ha stringDetection Timeout - vsphere
Ha stringRecovery Timeout - vsphere
Ha stringTimer Interval - warmstart
Se stringReconnect Wait Time - warmstart
Vs stringResync Wait Time
- alert_
manager_ struse_ evms - allow_
admin_ strnetwork_ updates - allow_
ip_ strforwarding - allow_
unauthenticated_ strapis - allow_
unauthenticated_ strnodes - api_
idle_ strtimeout - api_
perf_ strlogging_ threshold - appviewx_
compat_ strmode - archive_
retention_ strframework_ period - async_
patch_ strmerge_ period - async_
patch_ strrequest_ cleanup_ duration - attach_
ip_ strretry_ interval - attach_
ip_ strretry_ limit - bm_
use_ stransible - check_
vsvip_ strfqdn_ syntax - cleanup_
expired_ strauthtoken_ timeout_ period - cleanup_
sessions_ strtimeout_ period - cloud_
discovery_ strinterval - cloud_
reconcile str - cloud_
reconcile_ strinterval - cluster_
ip_ strgratuitous_ arp_ period - configpb_
attributes Sequence[GetCloudproperties Info Controller Prop Configpb Attribute] - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- consistency_
check_ strtimeout_ period - controller_
resource_ strinfo_ collection_ period - crashed_
se_ strreboot - dead_
se_ strdetection_ timer - default_
minimum_ strapi_ timeout - del_
offline_ strse_ after_ reboot_ delay - detach_
ip_ strretry_ interval - detach_
ip_ strretry_ limit - detach_
ip_ strtimeout - dns_
refresh_ strperiod - dummy str
- edit_
system_ strlimits - enable_
api_ strsharding - enable_
memory_ strbalancer - enable_
nsx_ strstreaming_ agent - enable_
per_ strprocess_ stop - enable_
resmgr_ strlog_ cache_ print - event_
manager_ strmax_ goroutines - event_
manager_ strmax_ subscribers - event_
manager_ strprocessing_ time_ threshold - false_
positive_ Sequence[Getlearning_ configs Cloudproperties Info Controller Prop False Positive Learning Config] - fatal_
error_ strlease_ time - federated_
datastore_ strcleanup_ duration - file_
object_ strcleanup_ period - fileobject_
max_ strfile_ versions - gslb_
fileobject_ strmax_ version_ count - gslb_
purge_ strbatch_ size - gslb_
purge_ strsleep_ time_ ms - ignore_
vrf_ strin_ networksubnetlist - max_
dead_ strse_ in_ grp - max_
pcap_ strper_ tenant - max_
se_ strspawn_ interval_ delay - max_
seq_ strattach_ ip_ failures - max_
seq_ strvnic_ failures - max_
threads_ strcc_ vip_ bg_ worker - str
- persistence_
key_ strrotate_ period - portal_
request_ strburst_ limit - portal_
request_ strrate_ limit - portal_
token str - postgres_
vacuum_ strperiod - process_
locked_ struseraccounts_ timeout_ period - process_
pki_ strprofile_ timeout_ period - query_
host_ strfail - resmgr_
log_ strcaching_ period - restrict_
cloud_ strread_ access - safenet_
hsm_ strversion - se_
create_ strtimeout - se_
failover_ strattempt_ interval - se_
from_ strmarketplace - se_
offline_ strdel - se_
spawn_ strretry_ interval - se_
upgrade_ strflow_ cleanup_ timeout - se_
vnic_ strcooldown - se_
vnic_ strgc_ wait_ time - secure_
channel_ strcleanup_ timeout - secure_
channel_ strcontroller_ token_ timeout - secure_
channel_ strse_ token_ timeout - str
- skip_
beego_ strperf_ collection - soft_
min_ strmem_ per_ se_ limit - ssl_
certificate_ Sequence[float]expiry_ warning_ days - statecache_
properties Sequence[GetCloudproperties Info Controller Prop Statecache Property] - unresponsive_
se_ strreboot - update_
dns_ strentry_ retry_ limit - update_
dns_ strentry_ timeout - upgrade_
dns_ strttl - upgrade_
se_ strper_ vs_ scale_ ops_ txn_ time - user_
agent_ Sequence[Getcache_ configs Cloudproperties Info Controller Prop User Agent Cache Config] - uuid str
- Search CloudProperties by uuid.
- vnic_
op_ strfail_ time - vs_
awaiting_ strse_ timeout - vs_
key_ strrotate_ period - vs_
scaleout_ strready_ check_ interval - vs_
se_ strattach_ ip_ fail - vs_
se_ strbootup_ fail - vs_
se_ strbootup_ fail_ patch - vs_
se_ strcreate_ fail - vs_
se_ strping_ fail - vs_
se_ strvnic_ fail - vs_
se_ strvnic_ ip_ fail - vsphere_
ha_ strdetection_ timeout - vsphere_
ha_ strrecovery_ timeout - vsphere_
ha_ strtimer_ interval - warmstart_
se_ strreconnect_ wait_ time - warmstart_
vs_ strresync_ wait_ time
- alert
Manager StringUse Evms - allow
Admin StringNetwork Updates - allow
Ip StringForwarding - allow
Unauthenticated StringApis - allow
Unauthenticated StringNodes - api
Idle StringTimeout - api
Perf StringLogging Threshold - appviewx
Compat StringMode - archive
Retention StringFramework Period - async
Patch StringMerge Period - async
Patch StringRequest Cleanup Duration - attach
Ip StringRetry Interval - attach
Ip StringRetry Limit - bm
Use StringAnsible - check
Vsvip StringFqdn Syntax - cleanup
Expired StringAuthtoken Timeout Period - cleanup
Sessions StringTimeout Period - cloud
Discovery StringInterval - cloud
Reconcile String - cloud
Reconcile StringInterval - cluster
Ip StringGratuitous Arp Period - configpb
Attributes List<Property Map> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- consistency
Check StringTimeout Period - controller
Resource StringInfo Collection Period - crashed
Se StringReboot - dead
Se StringDetection Timer - default
Minimum StringApi Timeout - del
Offline StringSe After Reboot Delay - detach
Ip StringRetry Interval - detach
Ip StringRetry Limit - detach
Ip StringTimeout - dns
Refresh StringPeriod - dummy String
- edit
System StringLimits - enable
Api StringSharding - enable
Memory StringBalancer - enable
Nsx StringStreaming Agent - enable
Per StringProcess Stop - enable
Resmgr StringLog Cache Print - event
Manager StringMax Goroutines - event
Manager StringMax Subscribers - event
Manager StringProcessing Time Threshold - false
Positive List<Property Map>Learning Configs - fatal
Error StringLease Time - federated
Datastore StringCleanup Duration - file
Object StringCleanup Period - fileobject
Max StringFile Versions - gslb
Fileobject StringMax Version Count - gslb
Purge StringBatch Size - gslb
Purge StringSleep Time Ms - ignore
Vrf StringIn Networksubnetlist - max
Dead StringSe In Grp - max
Pcap StringPer Tenant - max
Se StringSpawn Interval Delay - max
Seq StringAttach Ip Failures - max
Seq StringVnic Failures - max
Threads StringCc Vip Bg Worker - String
- persistence
Key StringRotate Period - portal
Request StringBurst Limit - portal
Request StringRate Limit - portal
Token String - postgres
Vacuum StringPeriod - process
Locked StringUseraccounts Timeout Period - process
Pki StringProfile Timeout Period - query
Host StringFail - resmgr
Log StringCaching Period - restrict
Cloud StringRead Access - safenet
Hsm StringVersion - se
Create StringTimeout - se
Failover StringAttempt Interval - se
From StringMarketplace - se
Offline StringDel - se
Spawn StringRetry Interval - se
Upgrade StringFlow Cleanup Timeout - se
Vnic StringCooldown - se
Vnic StringGc Wait Time - secure
Channel StringCleanup Timeout - secure
Channel StringController Token Timeout - secure
Channel StringSe Token Timeout - String
- skip
Beego StringPerf Collection - soft
Min StringMem Per Se Limit - ssl
Certificate List<Number>Expiry Warning Days - statecache
Properties List<Property Map> - unresponsive
Se StringReboot - update
Dns StringEntry Retry Limit - update
Dns StringEntry Timeout - upgrade
Dns StringTtl - upgrade
Se StringPer Vs Scale Ops Txn Time - user
Agent List<Property Map>Cache Configs - uuid String
- Search CloudProperties by uuid.
- vnic
Op StringFail Time - vs
Awaiting StringSe Timeout - vs
Key StringRotate Period - vs
Scaleout StringReady Check Interval - vs
Se StringAttach Ip Fail - vs
Se StringBootup Fail - vs
Se StringBootup Fail Patch - vs
Se StringCreate Fail - vs
Se StringPing Fail - vs
Se StringVnic Fail - vs
Se StringVnic Ip Fail - vsphere
Ha StringDetection Timeout - vsphere
Ha StringRecovery Timeout - vsphere
Ha StringTimer Interval - warmstart
Se StringReconnect Wait Time - warmstart
Vs StringResync Wait Time
GetCloudpropertiesInfoControllerPropConfigpbAttribute
- Version string
- Version string
- version String
- version string
- version str
- version String
GetCloudpropertiesInfoControllerPropFalsePositiveLearningConfig
- Max
Apps stringSupported - Min
Monitor stringTime - Min
Trans stringPer Application - Min
Trans stringPer Uri
- Max
Apps stringSupported - Min
Monitor stringTime - Min
Trans stringPer Application - Min
Trans stringPer Uri
- max
Apps StringSupported - min
Monitor StringTime - min
Trans StringPer Application - min
Trans StringPer Uri
- max
Apps stringSupported - min
Monitor stringTime - min
Trans stringPer Application - min
Trans stringPer Uri
- max
Apps StringSupported - min
Monitor StringTime - min
Trans StringPer Application - min
Trans StringPer Uri
GetCloudpropertiesInfoControllerPropStatecacheProperty
GetCloudpropertiesInfoControllerPropStatecachePropertyDelayInjection
- Delay
Create string - Delay
Delete string - Delay
Update string - Fault
Type string - Obj string
- Object
Type string - Se string
- Delay
Create string - Delay
Delete string - Delay
Update string - Fault
Type string - Obj string
- Object
Type string - Se string
- delay
Create String - delay
Delete String - delay
Update String - fault
Type String - obj String
- object
Type String - se String
- delay
Create string - delay
Delete string - delay
Update string - fault
Type string - obj string
- object
Type string - se string
- delay_
create str - delay_
delete str - delay_
update str - fault_
type str - obj str
- object_
type str - se str
- delay
Create String - delay
Delete String - delay
Update String - fault
Type String - obj String
- object
Type String - se String
GetCloudpropertiesInfoControllerPropUserAgentCacheConfig
- Batch
Size string - Controller
Cache stringSize - Max
Age string - Max
Last stringHit Time - Max
Upstream stringQueries - Max
Wait stringTime - Num
Entries stringUpstream Update - Percent
Reserved stringFor Bad Bots - Percent
Reserved stringFor Browsers - Percent
Reserved stringFor Good Bots - Percent
Reserved stringFor Outstanding - Se
Cache stringSize - Upstream
Update stringInterval
- Batch
Size string - Controller
Cache stringSize - Max
Age string - Max
Last stringHit Time - Max
Upstream stringQueries - Max
Wait stringTime - Num
Entries stringUpstream Update - Percent
Reserved stringFor Bad Bots - Percent
Reserved stringFor Browsers - Percent
Reserved stringFor Good Bots - Percent
Reserved stringFor Outstanding - Se
Cache stringSize - Upstream
Update stringInterval
- batch
Size String - controller
Cache StringSize - max
Age String - max
Last StringHit Time - max
Upstream StringQueries - max
Wait StringTime - num
Entries StringUpstream Update - percent
Reserved StringFor Bad Bots - percent
Reserved StringFor Browsers - percent
Reserved StringFor Good Bots - percent
Reserved StringFor Outstanding - se
Cache StringSize - upstream
Update StringInterval
- batch
Size string - controller
Cache stringSize - max
Age string - max
Last stringHit Time - max
Upstream stringQueries - max
Wait stringTime - num
Entries stringUpstream Update - percent
Reserved stringFor Bad Bots - percent
Reserved stringFor Browsers - percent
Reserved stringFor Good Bots - percent
Reserved stringFor Outstanding - se
Cache stringSize - upstream
Update stringInterval
- batch_
size str - controller_
cache_ strsize - max_
age str - max_
last_ strhit_ time - max_
upstream_ strqueries - max_
wait_ strtime - num_
entries_ strupstream_ update - percent_
reserved_ strfor_ bad_ bots - percent_
reserved_ strfor_ browsers - percent_
reserved_ strfor_ good_ bots - percent_
reserved_ strfor_ outstanding - se_
cache_ strsize - upstream_
update_ strinterval
- batch
Size String - controller
Cache StringSize - max
Age String - max
Last StringHit Time - max
Upstream StringQueries - max
Wait StringTime - num
Entries StringUpstream Update - percent
Reserved StringFor Bad Bots - percent
Reserved StringFor Browsers - percent
Reserved StringFor Good Bots - percent
Reserved StringFor Outstanding - se
Cache StringSize - upstream
Update StringInterval
GetCloudpropertiesInfoFlavorProp
- Cost string
- Disk
Gb string - Enhanced
Nw string - Id string
- Is
Recommended string - Max
Ip6s stringPer Nic - Max
Ips stringPer Nic - Max
Nics string - Metas
List<Get
Cloudproperties Info Flavor Prop Meta> - Name string
- Search CloudProperties by name.
- Public string
- Ram
Mb string - Vcpus string
- Cost string
- Disk
Gb string - Enhanced
Nw string - Id string
- Is
Recommended string - Max
Ip6s stringPer Nic - Max
Ips stringPer Nic - Max
Nics string - Metas
[]Get
Cloudproperties Info Flavor Prop Meta - Name string
- Search CloudProperties by name.
- Public string
- Ram
Mb string - Vcpus string
- cost String
- disk
Gb String - enhanced
Nw String - id String
- is
Recommended String - max
Ip6s StringPer Nic - max
Ips StringPer Nic - max
Nics String - metas
List<Get
Cloudproperties Info Flavor Prop Meta> - name String
- Search CloudProperties by name.
- public_ String
- ram
Mb String - vcpus String
- cost string
- disk
Gb string - enhanced
Nw string - id string
- is
Recommended string - max
Ip6s stringPer Nic - max
Ips stringPer Nic - max
Nics string - metas
Get
Cloudproperties Info Flavor Prop Meta[] - name string
- Search CloudProperties by name.
- public string
- ram
Mb string - vcpus string
- cost str
- disk_
gb str - enhanced_
nw str - id str
- is_
recommended str - max_
ip6s_ strper_ nic - max_
ips_ strper_ nic - max_
nics str - metas
Sequence[Get
Cloudproperties Info Flavor Prop Meta] - name str
- Search CloudProperties by name.
- public str
- ram_
mb str - vcpus str
- cost String
- disk
Gb String - enhanced
Nw String - id String
- is
Recommended String - max
Ip6s StringPer Nic - max
Ips StringPer Nic - max
Nics String - metas List<Property Map>
- name String
- Search CloudProperties by name.
- public String
- ram
Mb String - vcpus String
GetCloudpropertiesInfoFlavorPropMeta
Package Details
- Repository
- avi vmware/terraform-provider-avi
- License
- Notes
- This Pulumi package is based on the
avi
Terraform Provider.