DataGoogleComputeRegionInstanceGroupManager class final

Factory wrapper for google_compute_region_instance_group_manager.

Read-only data source on the apply-excluded leftover path (synth + terraform validate only). Do not apply.

Constructors

DataGoogleComputeRegionInstanceGroupManager({required String localName, TfArg<String>? name, TfArg<String>? project, TfArg<String>? region, TfArg<String>? selfLink, String? provider, TfTimeouts? timeouts})

Properties

allInstancesConfig → TfRef<List<Map<String, Object?>>>
Reference to all_instances_config attribute.
no setter
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
autoHealingPolicies → TfRef<List<Map<String, Object?>>>
Reference to auto_healing_policies attribute.
no setter
baseInstanceName → TfRef<String>
Reference to base_instance_name attribute.
no setter
creationTimestamp → TfRef<String>
Reference to creation_timestamp attribute.
no setter
deletionPolicy → TfRef<String>
Reference to deletion_policy 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
description → TfRef<String>
Reference to description attribute.
no setter
distributionPolicyTargetShape → TfRef<String>
Reference to distribution_policy_target_shape attribute.
no setter
distributionPolicyZones → TfRef<List<String>>
Reference to distribution_policy_zones attribute.
no setter
fingerprint → TfRef<String>
Reference to fingerprint attribute.
no setter
hashCode int
The hash code for this object.
no setterinherited
id → TfRef<String>
Reference to id attribute.
no setter
instanceFlexibilityPolicy → TfRef<List<Map<String, Object?>>>
Reference to instance_flexibility_policy attribute.
no setter
instanceGroup → TfRef<String>
Reference to instance_group attribute.
no setter
instanceGroupManagerId → TfRef<num>
Reference to instance_group_manager_id attribute.
no setter
instanceLifecyclePolicy → TfRef<List<Map<String, Object?>>>
Reference to instance_lifecycle_policy attribute.
no setter
kind → ResourceKind
Always ResourceKind.resource. Overridden by Data.
no setterinherited
lifecycle → LifecycleOptions?
Optional lifecycle { ... } block.
finalinherited
listManagedInstancesResults → TfRef<String>
Reference to list_managed_instances_results attribute.
no setter
localName String
User-supplied local name within a Stack.
finalinherited
namedPort → TfRef<List<Map<String, Object?>>>
Reference to named_port attribute.
no setter
nameRef → TfRef<String>
Reference to name 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
resourcePolicies → TfRef<List<Map<String, Object?>>>
Reference to resource_policies attribute.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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
standbyPolicy → TfRef<List<Map<String, Object?>>>
Reference to standby_policy attribute.
no setter
statefulDisk → TfRef<List<Map<String, Object?>>>
Reference to stateful_disk attribute.
no setter
statefulExternalIp → TfRef<List<Map<String, Object?>>>
Reference to stateful_external_ip attribute.
no setter
statefulInternalIp → TfRef<List<Map<String, Object?>>>
Reference to stateful_internal_ip attribute.
no setter
status → TfRef<List<Map<String, Object?>>>
Reference to status 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
targetPools → TfRef<List<String>>
Reference to target_pools attribute.
no setter
targetSize → TfRef<num>
Reference to target_size attribute.
no setter
targetSizePolicy → TfRef<List<Map<String, Object?>>>
Reference to target_size_policy attribute.
no setter
targetStoppedSize → TfRef<num>
Reference to target_stopped_size attribute.
no setter
targetSuspendedSize → TfRef<num>
Reference to target_suspended_size 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
updatePolicy → TfRef<List<Map<String, Object?>>>
Reference to update_policy attribute.
no setter
version → TfRef<List<Map<String, Object?>>>
Reference to version attribute.
no setter
waitForInstances → TfRef<bool>
Reference to wait_for_instances attribute.
no setter
waitForInstancesStatus → TfRef<String>
Reference to wait_for_instances_status 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