GoogleComputeInterconnect class final

Factory wrapper for google_compute_interconnect.

Represents an Interconnect resource. The Interconnect resource is a dedicated connection between Google's network and your on-premises network.

Constructors

GoogleComputeInterconnect({required String localName, required TfArg<String> name, required TfArg<ComputeInterconnectInterconnectType> interconnectType, required TfArg<ComputeInterconnectLinkType> linkType, required TfArg<String> location, required TfArg<num> requestedLinkCount, TfArg<String>? customerName, TfArg<String>? description, TfArg<bool>? adminEnabled, TfArg<bool>? macsecEnabled, TfArg<String>? nocContactEmail, TfArg<String>? remoteLocation, TfArg<List<String>>? requestedFeatures, TfArg<Map<String, String>>? labels, TfArg<String>? deletionPolicy, TfArg<String>? project, LifecycleOptions? lifecycle, List<DependencyTarget>? dependsOn, String? provider, TfTimeouts? timeouts})

Properties

argMap Map<String, TfArg?>
Argument-name → TfArg map. Keys are snake_case (Terraform JSON name). Synth emits these keys directly; the factory is responsible for the camelCase → snake_case translation at construction time.
finalinherited
availableFeatures → TfRef<List<String>>
Reference to available_features attribute.
no setter
circuitInfos → TfRef<List<Map<String, Object?>>>
Reference to circuit_infos attribute.
no setter
creationTimestamp → TfRef<String>
Reference to creation_timestamp attribute.
no setter
dependsOn List<DependencyTarget>?
Optional depends_on = [...]. Each entry is a DependencyTarget — either a wholesale resource (rendered as bare address) or an explicit TfRef (rendered via bareAddress).
finalinherited
effectiveLabels → TfRef<Map<String, String>>
Reference to effective_labels attribute.
no setter
effectiveLocation → TfRef<String>
Reference to effective_location attribute.
no setter
expectedOutages → TfRef<List<Map<String, Object?>>>
Reference to expected_outages attribute.
no setter
googleIpAddress → TfRef<String>
Reference to google_ip_address attribute.
no setter
googleReferenceId → TfRef<String>
Reference to google_reference_id attribute.
no setter
hashCode int
The hash code for this object.
no setterinherited
id → TfRef<String>
no setter
interconnectAttachments → TfRef<List<String>>
Reference to interconnect_attachments attribute.
no setter
interconnectGroups → TfRef<List<String>>
Reference to interconnect_groups attribute.
no setter
kind → ResourceKind
Always ResourceKind.resource. Overridden by Data.
no setterinherited
labelFingerprint → TfRef<String>
Reference to label_fingerprint attribute.
no setter
lifecycle → LifecycleOptions?
Optional lifecycle { ... } block.
finalinherited
localName String
User-supplied local name within a Stack.
finalinherited
nameRef → TfRef<String>
no setter
operationalStatus → TfRef<String>
Reference to operational_status attribute.
no setter
peerIpAddress → TfRef<String>
Reference to peer_ip_address attribute.
no setter
provider String?
Optional Terraform provider meta-argument: a provider name ('google-beta' on a GA type) or a name.alias pair ('google.eu').
finalinherited
provisionedLinkCount → TfRef<num>
Reference to provisioned_link_count attribute.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
satisfiesPzs → TfRef<bool>
Reference to satisfies_pzs attribute.
no setter
sensitiveFields Set<String>
Field names that are @Sensitive per the IR-derived per-resource constant. Curated factories override with a baked-in static const Set<String> (file-private in v0.5+).
no setter
state → TfRef<String>
Reference to state attribute.
no setter
supportsDeletionProtection bool
Capability flag: true when this resource's underlying Terraform schema has a deletion_protection boolean attribute that the synth-time devMode flow can flip to false. Defaults to false; the codegen emitter overrides this to true for wrappers whose schema includes the attribute.
no setterinherited
terraformLabels → TfRef<Map<String, String>>
Reference to terraform_labels attribute.
no setter
terraformType String
Terraform resource type, e.g. google_pubsub_topic.
finalinherited
tfAddress String
no setterinherited
timeouts → TfTimeouts?
Optional timeouts { ... } block: how long Terraform waits for each operation. Provider-neutral like lifecycle — synth copies the duration strings verbatim, and terraform validate decides whether this resource's schema declares the operations set here.
finalinherited
wireGroups → TfRef<List<String>>
Reference to wire_groups attribute.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

tfType → const String