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< ? requestedFeatures, TfArg<String> >Map< ? labels, TfArg<String, String> >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_featuresattribute.no setter -
circuitInfos
→ TfRef<
List< Map< >String, Object?> > -
Reference to
circuit_infosattribute.no setter -
creationTimestamp
→ TfRef<
String> -
Reference to
creation_timestampattribute.no setter -
dependsOn
→ List<
DependencyTarget> ? -
Optional
depends_on = [...]. Each entry is aDependencyTarget— either a wholesale resource (rendered as bare address) or an explicitTfRef(rendered viabareAddress).finalinherited -
effectiveLabels
→ TfRef<
Map< String, String> > -
Reference to
effective_labelsattribute.no setter -
effectiveLocation
→ TfRef<
String> -
Reference to
effective_locationattribute.no setter -
expectedOutages
→ TfRef<
List< Map< >String, Object?> > -
Reference to
expected_outagesattribute.no setter -
googleIpAddress
→ TfRef<
String> -
Reference to
google_ip_addressattribute.no setter -
googleReferenceId
→ TfRef<
String> -
Reference to
google_reference_idattribute.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
-
id
→ TfRef<
String> -
no setter
-
interconnectAttachments
→ TfRef<
List< String> > -
Reference to
interconnect_attachmentsattribute.no setter -
interconnectGroups
→ TfRef<
List< String> > -
Reference to
interconnect_groupsattribute.no setter - kind → ResourceKind
-
Always
ResourceKind.resource. Overridden byData.no setterinherited -
labelFingerprint
→ TfRef<
String> -
Reference to
label_fingerprintattribute.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_statusattribute.no setter -
peerIpAddress
→ TfRef<
String> -
Reference to
peer_ip_addressattribute.no setter - provider → String?
-
Optional Terraform
providermeta-argument: a provider name ('google-beta'on a GA type) or aname.aliaspair ('google.eu').finalinherited -
provisionedLinkCount
→ TfRef<
num> -
Reference to
provisioned_link_countattribute.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
satisfiesPzs
→ TfRef<
bool> -
Reference to
satisfies_pzsattribute.no setter -
sensitiveFields
→ Set<
String> -
Field names that are
@Sensitiveper the IR-derived per-resource constant. Curated factories override with a baked-instatic const Set<String>(file-private in v0.5+).no setter -
state
→ TfRef<
String> -
Reference to
stateattribute.no setter - supportsDeletionProtection → bool
-
Capability flag: true when this resource's underlying Terraform
schema has a
deletion_protectionboolean attribute that the synth-time devMode flow can flip tofalse. Defaults to false; the codegen emitter overrides this totruefor wrappers whose schema includes the attribute.no setterinherited -
terraformLabels
→ TfRef<
Map< String, String> > -
Reference to
terraform_labelsattribute.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 likelifecycle— synth copies the duration strings verbatim, andterraform validatedecides whether this resource's schema declares the operations set here.finalinherited -
wireGroups
→ TfRef<
List< String> > -
Reference to
wire_groupsattribute.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