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
Properties
-
allInstancesConfig
→ TfRef<
List< Map< >String, Object?> > -
Reference to
all_instances_configattribute.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_policiesattribute.no setter -
baseInstanceName
→ TfRef<
String> -
Reference to
base_instance_nameattribute.no setter -
creationTimestamp
→ TfRef<
String> -
Reference to
creation_timestampattribute.no setter -
deletionPolicy
→ TfRef<
String> -
Reference to
deletion_policyattribute.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 -
description
→ TfRef<
String> -
Reference to
descriptionattribute.no setter -
distributionPolicyTargetShape
→ TfRef<
String> -
Reference to
distribution_policy_target_shapeattribute.no setter -
distributionPolicyZones
→ TfRef<
List< String> > -
Reference to
distribution_policy_zonesattribute.no setter -
fingerprint
→ TfRef<
String> -
Reference to
fingerprintattribute.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
-
id
→ TfRef<
String> -
Reference to
idattribute.no setter -
instanceFlexibilityPolicy
→ TfRef<
List< Map< >String, Object?> > -
Reference to
instance_flexibility_policyattribute.no setter -
instanceGroup
→ TfRef<
String> -
Reference to
instance_groupattribute.no setter -
instanceGroupManagerId
→ TfRef<
num> -
Reference to
instance_group_manager_idattribute.no setter -
instanceLifecyclePolicy
→ TfRef<
List< Map< >String, Object?> > -
Reference to
instance_lifecycle_policyattribute.no setter - kind → ResourceKind
-
Always
ResourceKind.resource. Overridden byData.no setterinherited - lifecycle → LifecycleOptions?
-
Optional
lifecycle { ... }block.finalinherited -
listManagedInstancesResults
→ TfRef<
String> -
Reference to
list_managed_instances_resultsattribute.no setter - localName → String
-
User-supplied local name within a Stack.
finalinherited
-
namedPort
→ TfRef<
List< Map< >String, Object?> > -
Reference to
named_portattribute.no setter -
nameRef
→ TfRef<
String> -
Reference to
nameattribute.no setter - provider → String?
-
Optional Terraform
providermeta-argument: a provider name ('google-beta'on a GA type) or aname.aliaspair ('google.eu').finalinherited -
resourcePolicies
→ TfRef<
List< Map< >String, Object?> > -
Reference to
resource_policiesattribute.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
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 -
standbyPolicy
→ TfRef<
List< Map< >String, Object?> > -
Reference to
standby_policyattribute.no setter -
statefulDisk
→ TfRef<
List< Map< >String, Object?> > -
Reference to
stateful_diskattribute.no setter -
statefulExternalIp
→ TfRef<
List< Map< >String, Object?> > -
Reference to
stateful_external_ipattribute.no setter -
statefulInternalIp
→ TfRef<
List< Map< >String, Object?> > -
Reference to
stateful_internal_ipattribute.no setter -
status
→ TfRef<
List< Map< >String, Object?> > -
Reference to
statusattribute.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 -
targetPools
→ TfRef<
List< String> > -
Reference to
target_poolsattribute.no setter -
targetSize
→ TfRef<
num> -
Reference to
target_sizeattribute.no setter -
targetSizePolicy
→ TfRef<
List< Map< >String, Object?> > -
Reference to
target_size_policyattribute.no setter -
targetStoppedSize
→ TfRef<
num> -
Reference to
target_stopped_sizeattribute.no setter -
targetSuspendedSize
→ TfRef<
num> -
Reference to
target_suspended_sizeattribute.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 -
updatePolicy
→ TfRef<
List< Map< >String, Object?> > -
Reference to
update_policyattribute.no setter -
version
→ TfRef<
List< Map< >String, Object?> > -
Reference to
versionattribute.no setter -
waitForInstances
→ TfRef<
bool> -
Reference to
wait_for_instancesattribute.no setter -
waitForInstancesStatus
→ TfRef<
String> -
Reference to
wait_for_instances_statusattribute.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