Documentation ¶
Index ¶
- func FilestoreInstance_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func FilestoreInstance_IsConstruct(x interface{}) *bool
- func FilestoreInstance_IsTerraformElement(x interface{}) *bool
- func FilestoreInstance_IsTerraformResource(x interface{}) *bool
- func FilestoreInstance_TfResourceType() *string
- func NewFilestoreInstanceFileSharesNfsExportOptionsList_Override(f FilestoreInstanceFileSharesNfsExportOptionsList, ...)
- func NewFilestoreInstanceFileSharesNfsExportOptionsOutputReference_Override(f FilestoreInstanceFileSharesNfsExportOptionsOutputReference, ...)
- func NewFilestoreInstanceFileSharesOutputReference_Override(f FilestoreInstanceFileSharesOutputReference, ...)
- func NewFilestoreInstanceNetworksList_Override(f FilestoreInstanceNetworksList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewFilestoreInstanceNetworksOutputReference_Override(f FilestoreInstanceNetworksOutputReference, ...)
- func NewFilestoreInstancePerformanceConfigFixedIopsOutputReference_Override(f FilestoreInstancePerformanceConfigFixedIopsOutputReference, ...)
- func NewFilestoreInstancePerformanceConfigIopsPerTbOutputReference_Override(f FilestoreInstancePerformanceConfigIopsPerTbOutputReference, ...)
- func NewFilestoreInstancePerformanceConfigOutputReference_Override(f FilestoreInstancePerformanceConfigOutputReference, ...)
- func NewFilestoreInstanceTimeoutsOutputReference_Override(f FilestoreInstanceTimeoutsOutputReference, ...)
- func NewFilestoreInstance_Override(f FilestoreInstance, scope constructs.Construct, id *string, ...)
- type FilestoreInstance
- type FilestoreInstanceConfig
- type FilestoreInstanceFileShares
- type FilestoreInstanceFileSharesNfsExportOptions
- type FilestoreInstanceFileSharesNfsExportOptionsList
- type FilestoreInstanceFileSharesNfsExportOptionsOutputReference
- type FilestoreInstanceFileSharesOutputReference
- type FilestoreInstanceNetworks
- type FilestoreInstanceNetworksList
- type FilestoreInstanceNetworksOutputReference
- type FilestoreInstancePerformanceConfig
- type FilestoreInstancePerformanceConfigFixedIops
- type FilestoreInstancePerformanceConfigFixedIopsOutputReference
- type FilestoreInstancePerformanceConfigIopsPerTb
- type FilestoreInstancePerformanceConfigIopsPerTbOutputReference
- type FilestoreInstancePerformanceConfigOutputReference
- type FilestoreInstanceTimeouts
- type FilestoreInstanceTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FilestoreInstance_GenerateConfigForImport ¶
func FilestoreInstance_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a FilestoreInstance resource upon running "cdktf plan <stack-name>".
func FilestoreInstance_IsConstruct ¶
func FilestoreInstance_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func FilestoreInstance_IsTerraformElement ¶
func FilestoreInstance_IsTerraformElement(x interface{}) *bool
Experimental.
func FilestoreInstance_IsTerraformResource ¶
func FilestoreInstance_IsTerraformResource(x interface{}) *bool
Experimental.
func FilestoreInstance_TfResourceType ¶
func FilestoreInstance_TfResourceType() *string
func NewFilestoreInstanceFileSharesNfsExportOptionsList_Override ¶
func NewFilestoreInstanceFileSharesNfsExportOptionsList_Override(f FilestoreInstanceFileSharesNfsExportOptionsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewFilestoreInstanceFileSharesNfsExportOptionsOutputReference_Override ¶
func NewFilestoreInstanceFileSharesNfsExportOptionsOutputReference_Override(f FilestoreInstanceFileSharesNfsExportOptionsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewFilestoreInstanceFileSharesOutputReference_Override ¶
func NewFilestoreInstanceFileSharesOutputReference_Override(f FilestoreInstanceFileSharesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewFilestoreInstanceNetworksList_Override ¶
func NewFilestoreInstanceNetworksList_Override(f FilestoreInstanceNetworksList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewFilestoreInstanceNetworksOutputReference_Override ¶
func NewFilestoreInstanceNetworksOutputReference_Override(f FilestoreInstanceNetworksOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewFilestoreInstancePerformanceConfigFixedIopsOutputReference_Override ¶ added in v14.11.0
func NewFilestoreInstancePerformanceConfigFixedIopsOutputReference_Override(f FilestoreInstancePerformanceConfigFixedIopsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewFilestoreInstancePerformanceConfigIopsPerTbOutputReference_Override ¶ added in v14.11.0
func NewFilestoreInstancePerformanceConfigIopsPerTbOutputReference_Override(f FilestoreInstancePerformanceConfigIopsPerTbOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewFilestoreInstancePerformanceConfigOutputReference_Override ¶ added in v14.11.0
func NewFilestoreInstancePerformanceConfigOutputReference_Override(f FilestoreInstancePerformanceConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewFilestoreInstanceTimeoutsOutputReference_Override ¶
func NewFilestoreInstanceTimeoutsOutputReference_Override(f FilestoreInstanceTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewFilestoreInstance_Override ¶
func NewFilestoreInstance_Override(f FilestoreInstance, scope constructs.Construct, id *string, config *FilestoreInstanceConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance google_filestore_instance} Resource.
Types ¶
type FilestoreInstance ¶
type FilestoreInstance interface { cdktf.TerraformResource // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CreateTime() *string DeletionProtectionEnabled() interface{} SetDeletionProtectionEnabled(val interface{}) DeletionProtectionEnabledInput() interface{} DeletionProtectionReason() *string SetDeletionProtectionReason(val *string) DeletionProtectionReasonInput() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Description() *string SetDescription(val *string) DescriptionInput() *string EffectiveLabels() cdktf.StringMap Etag() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string KmsKeyName() *string SetKmsKeyName(val *string) KmsKeyNameInput() *string Labels() *map[string]*string SetLabels(val *map[string]*string) LabelsInput() *map[string]*string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string SetLocation(val *string) LocationInput() *string Name() *string SetName(val *string) NameInput() *string Networks() FilestoreInstanceNetworksList NetworksInput() interface{} // The tree node. Node() constructs.Node PerformanceConfig() FilestoreInstancePerformanceConfigOutputReference PerformanceConfigInput() *FilestoreInstancePerformanceConfig Project() *string SetProject(val *string) ProjectInput() *string Protocol() *string SetProtocol(val *string) ProtocolInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata TerraformLabels() cdktf.StringMap // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Tier() *string SetTier(val *string) TierInput() *string Timeouts() FilestoreInstanceTimeoutsOutputReference TimeoutsInput() interface{} Zone() *string SetZone(val *string) ZoneInput() *string // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *string) // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Move the resource corresponding to "id" to this resource. // // Note that the resource being moved from must be marked as moved using it's instance function. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutNetworks(value interface{}) PutPerformanceConfig(value *FilestoreInstancePerformanceConfig) PutTimeouts(value *FilestoreInstanceTimeouts) ResetDeletionProtectionEnabled() ResetDeletionProtectionReason() ResetDescription() ResetId() ResetKmsKeyName() ResetLabels() ResetLocation() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetPerformanceConfig() ResetProject() ResetProtocol() ResetTimeouts() ResetZone() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Experimental. ToHclTerraform() interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance google_filestore_instance}.
func NewFilestoreInstance ¶
func NewFilestoreInstance(scope constructs.Construct, id *string, config *FilestoreInstanceConfig) FilestoreInstance
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance google_filestore_instance} Resource.
type FilestoreInstanceConfig ¶
type FilestoreInstanceConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance#file_shares FilestoreInstance#file_shares} FileShares *FilestoreInstanceFileShares `field:"required" json:"fileShares" yaml:"fileShares"` // The resource name of the instance. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance#name FilestoreInstance#name} Name *string `field:"required" json:"name" yaml:"name"` // networks block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance#networks FilestoreInstance#networks} Networks interface{} `field:"required" json:"networks" yaml:"networks"` // The service tier of the instance. Possible values include: STANDARD, PREMIUM, BASIC_HDD, BASIC_SSD, HIGH_SCALE_SSD, ZONAL, REGIONAL and ENTERPRISE. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance#tier FilestoreInstance#tier} Tier *string `field:"required" json:"tier" yaml:"tier"` // Indicates whether the instance is protected against deletion. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance#deletion_protection_enabled FilestoreInstance#deletion_protection_enabled} DeletionProtectionEnabled interface{} `field:"optional" json:"deletionProtectionEnabled" yaml:"deletionProtectionEnabled"` // The reason for enabling deletion protection. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance#deletion_protection_reason FilestoreInstance#deletion_protection_reason} DeletionProtectionReason *string `field:"optional" json:"deletionProtectionReason" yaml:"deletionProtectionReason"` // A description of the instance. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance#description FilestoreInstance#description} Description *string `field:"optional" json:"description" yaml:"description"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance#id FilestoreInstance#id}. // // Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. // If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. Id *string `field:"optional" json:"id" yaml:"id"` // KMS key name used for data encryption. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance#kms_key_name FilestoreInstance#kms_key_name} KmsKeyName *string `field:"optional" json:"kmsKeyName" yaml:"kmsKeyName"` // Resource labels to represent user-provided metadata. // // **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. // Please refer to the field 'effective_labels' for all of the labels present on the resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance#labels FilestoreInstance#labels} Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` // The name of the location of the instance. This can be a region for ENTERPRISE tier instances. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance#location FilestoreInstance#location} Location *string `field:"optional" json:"location" yaml:"location"` // performance_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance#performance_config FilestoreInstance#performance_config} PerformanceConfig *FilestoreInstancePerformanceConfig `field:"optional" json:"performanceConfig" yaml:"performanceConfig"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance#project FilestoreInstance#project}. Project *string `field:"optional" json:"project" yaml:"project"` // Either NFSv3, for using NFS version 3 as file sharing protocol, or NFSv4.1, for using NFS version 4.1 as file sharing protocol. NFSv4.1 can be used with HIGH_SCALE_SSD, ZONAL, REGIONAL and ENTERPRISE. The default is NFSv3. Default value: "NFS_V3" Possible values: ["NFS_V3", "NFS_V4_1"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance#protocol FilestoreInstance#protocol} Protocol *string `field:"optional" json:"protocol" yaml:"protocol"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance#timeouts FilestoreInstance#timeouts} Timeouts *FilestoreInstanceTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` // The name of the Filestore zone of the instance. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance#zone FilestoreInstance#zone} Zone *string `field:"optional" json:"zone" yaml:"zone"` }
type FilestoreInstanceFileShares ¶
type FilestoreInstanceFileShares struct { // // This must be at least 1024 GiB // for the standard tier, or 2560 GiB for the premium tier. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance#capacity_gb FilestoreInstance#capacity_gb} CapacityGb *float64 `field:"required" json:"capacityGb" yaml:"capacityGb"` // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance#name FilestoreInstance#name} Name *string `field:"required" json:"name" yaml:"name"` // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance#nfs_export_options FilestoreInstance#nfs_export_options} NfsExportOptions interface{} `field:"optional" json:"nfsExportOptions" yaml:"nfsExportOptions"` // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance#source_backup FilestoreInstance#source_backup} SourceBackup *string `field:"optional" json:"sourceBackup" yaml:"sourceBackup"` }
type FilestoreInstanceFileSharesNfsExportOptions ¶
type FilestoreInstanceFileSharesNfsExportOptions struct { // // The default is READ_WRITE. Default value: "READ_WRITE" Possible values: ["READ_ONLY", "READ_WRITE"] // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance#access_mode FilestoreInstance#access_mode} AccessMode *string `field:"optional" json:"accessMode" yaml:"accessMode"` // // Anon_gid may only be set with squashMode of ROOT_SQUASH. An error will be returned // if this field is specified for other squashMode settings. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance#anon_gid FilestoreInstance#anon_gid} AnonGid *float64 `field:"optional" json:"anonGid" yaml:"anonGid"` // // Anon_uid may only be set with squashMode of ROOT_SQUASH. An error will be returned // if this field is specified for other squashMode settings. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance#anon_uid FilestoreInstance#anon_uid} AnonUid *float64 `field:"optional" json:"anonUid" yaml:"anonUid"` // // Overlapping IP ranges are not allowed, both within and across NfsExportOptions. An error will be returned. // The limit is 64 IP ranges/addresses for each FileShareConfig among all NfsExportOptions. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance#ip_ranges FilestoreInstance#ip_ranges} IpRanges *[]*string `field:"optional" json:"ipRanges" yaml:"ipRanges"` // // The default is NO_ROOT_SQUASH. Default value: "NO_ROOT_SQUASH" Possible values: ["NO_ROOT_SQUASH", "ROOT_SQUASH"] // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance#squash_mode FilestoreInstance#squash_mode} SquashMode *string `field:"optional" json:"squashMode" yaml:"squashMode"` }
type FilestoreInstanceFileSharesNfsExportOptionsList ¶
type FilestoreInstanceFileSharesNfsExportOptionsList interface { cdktf.ComplexList // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. // The attribute on the parent resource this class is referencing. // The parent resource. // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewFilestoreInstanceFileSharesNfsExportOptionsList ¶
func NewFilestoreInstanceFileSharesNfsExportOptionsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) FilestoreInstanceFileSharesNfsExportOptionsList
type FilestoreInstanceFileSharesNfsExportOptionsOutputReference ¶
type FilestoreInstanceFileSharesNfsExportOptionsOutputReference interface { cdktf.ComplexObject // Experimental. ComplexObjectIndex() interface{} SetComplexObjectIndex(val interface{}) // Experimental. ComplexObjectIsFromSet() *bool SetComplexObjectIsFromSet(val *bool) // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. TerraformAttribute() *string SetTerraformAttribute(val *string) TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) ComputeFqn() *string GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool GetListAttribute(terraformAttribute *string) *[]*string GetNumberAttribute(terraformAttribute *string) *float64 GetNumberListAttribute(terraformAttribute *string) *[]*float64 GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 GetStringAttribute(terraformAttribute *string) *string GetStringMapAttribute(terraformAttribute *string) *map[string]*string InterpolationAsList() cdktf.IResolvable // Experimental. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewFilestoreInstanceFileSharesNfsExportOptionsOutputReference ¶
func NewFilestoreInstanceFileSharesNfsExportOptionsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) FilestoreInstanceFileSharesNfsExportOptionsOutputReference
type FilestoreInstanceFileSharesOutputReference ¶
type FilestoreInstanceFileSharesOutputReference interface { cdktf.ComplexObject // Experimental. ComplexObjectIndex() interface{} SetComplexObjectIndex(val interface{}) // Experimental. ComplexObjectIsFromSet() *bool SetComplexObjectIsFromSet(val *bool) // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. TerraformAttribute() *string SetTerraformAttribute(val *string) TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) ComputeFqn() *string GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool GetListAttribute(terraformAttribute *string) *[]*string GetNumberAttribute(terraformAttribute *string) *float64 GetNumberListAttribute(terraformAttribute *string) *[]*float64 GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 GetStringAttribute(terraformAttribute *string) *string GetStringMapAttribute(terraformAttribute *string) *map[string]*string InterpolationAsList() cdktf.IResolvable // Experimental. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewFilestoreInstanceFileSharesOutputReference ¶
func NewFilestoreInstanceFileSharesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) FilestoreInstanceFileSharesOutputReference
type FilestoreInstanceNetworks ¶
type FilestoreInstanceNetworks struct { // IP versions for which the instance has IP addresses assigned. Possible values: ["ADDRESS_MODE_UNSPECIFIED", "MODE_IPV4", "MODE_IPV6"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance#modes FilestoreInstance#modes} Modes *[]*string `field:"required" json:"modes" yaml:"modes"` // The name of the GCE VPC network to which the instance is connected. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance#network FilestoreInstance#network} Network *string `field:"required" json:"network" yaml:"network"` // The network connect mode of the Filestore instance. // // If not provided, the connect mode defaults to // DIRECT_PEERING. Default value: "DIRECT_PEERING" Possible values: ["DIRECT_PEERING", "PRIVATE_SERVICE_ACCESS"] // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance#connect_mode FilestoreInstance#connect_mode} ConnectMode *string `field:"optional" json:"connectMode" yaml:"connectMode"` // A /29 CIDR block that identifies the range of IP addresses reserved for this instance. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance#reserved_ip_range FilestoreInstance#reserved_ip_range} ReservedIpRange *string `field:"optional" json:"reservedIpRange" yaml:"reservedIpRange"` }
type FilestoreInstanceNetworksList ¶
type FilestoreInstanceNetworksList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) FilestoreInstanceNetworksOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewFilestoreInstanceNetworksList ¶
func NewFilestoreInstanceNetworksList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) FilestoreInstanceNetworksList
type FilestoreInstanceNetworksOutputReference ¶
type FilestoreInstanceNetworksOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) ConnectMode() *string SetConnectMode(val *string) ConnectModeInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) IpAddresses() *[]*string Modes() *[]*string SetModes(val *[]*string) ModesInput() *[]*string Network() *string SetNetwork(val *string) NetworkInput() *string ReservedIpRange() *string SetReservedIpRange(val *string) ReservedIpRangeInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetConnectMode() ResetReservedIpRange() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewFilestoreInstanceNetworksOutputReference ¶
func NewFilestoreInstanceNetworksOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) FilestoreInstanceNetworksOutputReference
type FilestoreInstancePerformanceConfig ¶ added in v14.11.0
type FilestoreInstancePerformanceConfig struct { // fixed_iops block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance#fixed_iops FilestoreInstance#fixed_iops} FixedIops *FilestoreInstancePerformanceConfigFixedIops `field:"optional" json:"fixedIops" yaml:"fixedIops"` // iops_per_tb block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance#iops_per_tb FilestoreInstance#iops_per_tb} IopsPerTb *FilestoreInstancePerformanceConfigIopsPerTb `field:"optional" json:"iopsPerTb" yaml:"iopsPerTb"` }
type FilestoreInstancePerformanceConfigFixedIops ¶ added in v14.11.0
type FilestoreInstancePerformanceConfigFixedIops struct { // The number of IOPS to provision for the instance. max_iops must be in multiple of 1000. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance#max_iops FilestoreInstance#max_iops} MaxIops *float64 `field:"optional" json:"maxIops" yaml:"maxIops"` }
type FilestoreInstancePerformanceConfigFixedIopsOutputReference ¶ added in v14.11.0
type FilestoreInstancePerformanceConfigFixedIopsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *FilestoreInstancePerformanceConfigFixedIops SetInternalValue(val *FilestoreInstancePerformanceConfigFixedIops) MaxIops() *float64 SetMaxIops(val *float64) MaxIopsInput() *float64 // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetMaxIops() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewFilestoreInstancePerformanceConfigFixedIopsOutputReference ¶ added in v14.11.0
func NewFilestoreInstancePerformanceConfigFixedIopsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) FilestoreInstancePerformanceConfigFixedIopsOutputReference
type FilestoreInstancePerformanceConfigIopsPerTb ¶ added in v14.11.0
type FilestoreInstancePerformanceConfigIopsPerTb struct { // The instance max IOPS will be calculated by multiplying the capacity of the instance (TB) by max_iops_per_tb, and rounding to the nearest 1000. // // The instance max IOPS // will be changed dynamically based on the instance // capacity. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance#max_iops_per_tb FilestoreInstance#max_iops_per_tb} MaxIopsPerTb *float64 `field:"optional" json:"maxIopsPerTb" yaml:"maxIopsPerTb"` }
type FilestoreInstancePerformanceConfigIopsPerTbOutputReference ¶ added in v14.11.0
type FilestoreInstancePerformanceConfigIopsPerTbOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *FilestoreInstancePerformanceConfigIopsPerTb SetInternalValue(val *FilestoreInstancePerformanceConfigIopsPerTb) MaxIopsPerTb() *float64 SetMaxIopsPerTb(val *float64) MaxIopsPerTbInput() *float64 // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetMaxIopsPerTb() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewFilestoreInstancePerformanceConfigIopsPerTbOutputReference ¶ added in v14.11.0
func NewFilestoreInstancePerformanceConfigIopsPerTbOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) FilestoreInstancePerformanceConfigIopsPerTbOutputReference
type FilestoreInstancePerformanceConfigOutputReference ¶ added in v14.11.0
type FilestoreInstancePerformanceConfigOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string FixedIops() FilestoreInstancePerformanceConfigFixedIopsOutputReference FixedIopsInput() *FilestoreInstancePerformanceConfigFixedIops // Experimental. Fqn() *string InternalValue() *FilestoreInstancePerformanceConfig SetInternalValue(val *FilestoreInstancePerformanceConfig) IopsPerTb() FilestoreInstancePerformanceConfigIopsPerTbOutputReference IopsPerTbInput() *FilestoreInstancePerformanceConfigIopsPerTb // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutFixedIops(value *FilestoreInstancePerformanceConfigFixedIops) PutIopsPerTb(value *FilestoreInstancePerformanceConfigIopsPerTb) ResetFixedIops() ResetIopsPerTb() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewFilestoreInstancePerformanceConfigOutputReference ¶ added in v14.11.0
func NewFilestoreInstancePerformanceConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) FilestoreInstancePerformanceConfigOutputReference
type FilestoreInstanceTimeouts ¶
type FilestoreInstanceTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance#create FilestoreInstance#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance#delete FilestoreInstance#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/filestore_instance#update FilestoreInstance#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type FilestoreInstanceTimeoutsOutputReference ¶
type FilestoreInstanceTimeoutsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Create() *string SetCreate(val *string) CreateInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Delete() *string SetDelete(val *string) DeleteInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Update() *string SetUpdate(val *string) UpdateInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetCreate() ResetDelete() ResetUpdate() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewFilestoreInstanceTimeoutsOutputReference ¶
func NewFilestoreInstanceTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) FilestoreInstanceTimeoutsOutputReference
Source Files ¶
- FilestoreInstance.go
- FilestoreInstanceConfig.go
- FilestoreInstanceFileShares.go
- FilestoreInstanceFileSharesNfsExportOptions.go
- FilestoreInstanceFileSharesNfsExportOptionsList.go
- FilestoreInstanceFileSharesNfsExportOptionsList__checks.go
- FilestoreInstanceFileSharesNfsExportOptionsOutputReference.go
- FilestoreInstanceFileSharesNfsExportOptionsOutputReference__checks.go
- FilestoreInstanceFileSharesOutputReference.go
- FilestoreInstanceFileSharesOutputReference__checks.go
- FilestoreInstanceNetworks.go
- FilestoreInstanceNetworksList.go
- FilestoreInstanceNetworksList__checks.go
- FilestoreInstanceNetworksOutputReference.go
- FilestoreInstanceNetworksOutputReference__checks.go
- FilestoreInstancePerformanceConfig.go
- FilestoreInstancePerformanceConfigFixedIops.go
- FilestoreInstancePerformanceConfigFixedIopsOutputReference.go
- FilestoreInstancePerformanceConfigFixedIopsOutputReference__checks.go
- FilestoreInstancePerformanceConfigIopsPerTb.go
- FilestoreInstancePerformanceConfigIopsPerTbOutputReference.go
- FilestoreInstancePerformanceConfigIopsPerTbOutputReference__checks.go
- FilestoreInstancePerformanceConfigOutputReference.go
- FilestoreInstancePerformanceConfigOutputReference__checks.go
- FilestoreInstanceTimeouts.go
- FilestoreInstanceTimeoutsOutputReference.go
- FilestoreInstanceTimeoutsOutputReference__checks.go
- FilestoreInstance__checks.go
- main.go