Documentation ¶
Index ¶
- func DataGoogleFilestoreInstance_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func DataGoogleFilestoreInstance_IsConstruct(x interface{}) *bool
- func DataGoogleFilestoreInstance_IsTerraformDataSource(x interface{}) *bool
- func DataGoogleFilestoreInstance_IsTerraformElement(x interface{}) *bool
- func DataGoogleFilestoreInstance_TfResourceType() *string
- func NewDataGoogleFilestoreInstanceFileSharesList_Override(d DataGoogleFilestoreInstanceFileSharesList, ...)
- func NewDataGoogleFilestoreInstanceFileSharesNfsExportOptionsList_Override(d DataGoogleFilestoreInstanceFileSharesNfsExportOptionsList, ...)
- func NewDataGoogleFilestoreInstanceFileSharesNfsExportOptionsOutputReference_Override(d DataGoogleFilestoreInstanceFileSharesNfsExportOptionsOutputReference, ...)
- func NewDataGoogleFilestoreInstanceFileSharesOutputReference_Override(d DataGoogleFilestoreInstanceFileSharesOutputReference, ...)
- func NewDataGoogleFilestoreInstanceNetworksList_Override(d DataGoogleFilestoreInstanceNetworksList, ...)
- func NewDataGoogleFilestoreInstanceNetworksOutputReference_Override(d DataGoogleFilestoreInstanceNetworksOutputReference, ...)
- func NewDataGoogleFilestoreInstancePerformanceConfigFixedIopsList_Override(d DataGoogleFilestoreInstancePerformanceConfigFixedIopsList, ...)
- func NewDataGoogleFilestoreInstancePerformanceConfigFixedIopsOutputReference_Override(d DataGoogleFilestoreInstancePerformanceConfigFixedIopsOutputReference, ...)
- func NewDataGoogleFilestoreInstancePerformanceConfigIopsPerTbList_Override(d DataGoogleFilestoreInstancePerformanceConfigIopsPerTbList, ...)
- func NewDataGoogleFilestoreInstancePerformanceConfigIopsPerTbOutputReference_Override(d DataGoogleFilestoreInstancePerformanceConfigIopsPerTbOutputReference, ...)
- func NewDataGoogleFilestoreInstancePerformanceConfigList_Override(d DataGoogleFilestoreInstancePerformanceConfigList, ...)
- func NewDataGoogleFilestoreInstancePerformanceConfigOutputReference_Override(d DataGoogleFilestoreInstancePerformanceConfigOutputReference, ...)
- func NewDataGoogleFilestoreInstance_Override(d DataGoogleFilestoreInstance, scope constructs.Construct, id *string, ...)
- type DataGoogleFilestoreInstance
- type DataGoogleFilestoreInstanceConfig
- type DataGoogleFilestoreInstanceFileShares
- type DataGoogleFilestoreInstanceFileSharesList
- type DataGoogleFilestoreInstanceFileSharesNfsExportOptions
- type DataGoogleFilestoreInstanceFileSharesNfsExportOptionsList
- type DataGoogleFilestoreInstanceFileSharesNfsExportOptionsOutputReference
- type DataGoogleFilestoreInstanceFileSharesOutputReference
- type DataGoogleFilestoreInstanceNetworks
- type DataGoogleFilestoreInstanceNetworksList
- type DataGoogleFilestoreInstanceNetworksOutputReference
- type DataGoogleFilestoreInstancePerformanceConfig
- type DataGoogleFilestoreInstancePerformanceConfigFixedIops
- type DataGoogleFilestoreInstancePerformanceConfigFixedIopsList
- type DataGoogleFilestoreInstancePerformanceConfigFixedIopsOutputReference
- type DataGoogleFilestoreInstancePerformanceConfigIopsPerTb
- type DataGoogleFilestoreInstancePerformanceConfigIopsPerTbList
- type DataGoogleFilestoreInstancePerformanceConfigIopsPerTbOutputReference
- type DataGoogleFilestoreInstancePerformanceConfigList
- type DataGoogleFilestoreInstancePerformanceConfigOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataGoogleFilestoreInstance_GenerateConfigForImport ¶
func DataGoogleFilestoreInstance_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a DataGoogleFilestoreInstance resource upon running "cdktf plan <stack-name>".
func DataGoogleFilestoreInstance_IsConstruct ¶
func DataGoogleFilestoreInstance_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 DataGoogleFilestoreInstance_IsTerraformDataSource ¶
func DataGoogleFilestoreInstance_IsTerraformDataSource(x interface{}) *bool
Experimental.
func DataGoogleFilestoreInstance_IsTerraformElement ¶
func DataGoogleFilestoreInstance_IsTerraformElement(x interface{}) *bool
Experimental.
func DataGoogleFilestoreInstance_TfResourceType ¶
func DataGoogleFilestoreInstance_TfResourceType() *string
func NewDataGoogleFilestoreInstanceFileSharesList_Override ¶
func NewDataGoogleFilestoreInstanceFileSharesList_Override(d DataGoogleFilestoreInstanceFileSharesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleFilestoreInstanceFileSharesNfsExportOptionsList_Override ¶
func NewDataGoogleFilestoreInstanceFileSharesNfsExportOptionsList_Override(d DataGoogleFilestoreInstanceFileSharesNfsExportOptionsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleFilestoreInstanceFileSharesNfsExportOptionsOutputReference_Override ¶
func NewDataGoogleFilestoreInstanceFileSharesNfsExportOptionsOutputReference_Override(d DataGoogleFilestoreInstanceFileSharesNfsExportOptionsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleFilestoreInstanceFileSharesOutputReference_Override ¶
func NewDataGoogleFilestoreInstanceFileSharesOutputReference_Override(d DataGoogleFilestoreInstanceFileSharesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleFilestoreInstanceNetworksList_Override ¶
func NewDataGoogleFilestoreInstanceNetworksList_Override(d DataGoogleFilestoreInstanceNetworksList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleFilestoreInstanceNetworksOutputReference_Override ¶
func NewDataGoogleFilestoreInstanceNetworksOutputReference_Override(d DataGoogleFilestoreInstanceNetworksOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleFilestoreInstancePerformanceConfigFixedIopsList_Override ¶ added in v14.11.0
func NewDataGoogleFilestoreInstancePerformanceConfigFixedIopsList_Override(d DataGoogleFilestoreInstancePerformanceConfigFixedIopsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleFilestoreInstancePerformanceConfigFixedIopsOutputReference_Override ¶ added in v14.11.0
func NewDataGoogleFilestoreInstancePerformanceConfigFixedIopsOutputReference_Override(d DataGoogleFilestoreInstancePerformanceConfigFixedIopsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleFilestoreInstancePerformanceConfigIopsPerTbList_Override ¶ added in v14.11.0
func NewDataGoogleFilestoreInstancePerformanceConfigIopsPerTbList_Override(d DataGoogleFilestoreInstancePerformanceConfigIopsPerTbList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleFilestoreInstancePerformanceConfigIopsPerTbOutputReference_Override ¶ added in v14.11.0
func NewDataGoogleFilestoreInstancePerformanceConfigIopsPerTbOutputReference_Override(d DataGoogleFilestoreInstancePerformanceConfigIopsPerTbOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleFilestoreInstancePerformanceConfigList_Override ¶ added in v14.11.0
func NewDataGoogleFilestoreInstancePerformanceConfigList_Override(d DataGoogleFilestoreInstancePerformanceConfigList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleFilestoreInstancePerformanceConfigOutputReference_Override ¶ added in v14.11.0
func NewDataGoogleFilestoreInstancePerformanceConfigOutputReference_Override(d DataGoogleFilestoreInstancePerformanceConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleFilestoreInstance_Override ¶
func NewDataGoogleFilestoreInstance_Override(d DataGoogleFilestoreInstance, scope constructs.Construct, id *string, config *DataGoogleFilestoreInstanceConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/data-sources/filestore_instance google_filestore_instance} Data Source.
Types ¶
type DataGoogleFilestoreInstance ¶
type DataGoogleFilestoreInstance interface { cdktf.TerraformDataSource // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CreateTime() *string DeletionProtectionEnabled() cdktf.IResolvable DeletionProtectionReason() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Description() *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 Labels() cdktf.StringMap // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string SetLocation(val *string) LocationInput() *string Name() *string SetName(val *string) NameInput() *string Networks() DataGoogleFilestoreInstanceNetworksList // The tree node. Node() constructs.Node PerformanceConfig() DataGoogleFilestoreInstancePerformanceConfigList Project() *string SetProject(val *string) ProjectInput() *string Protocol() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. RawOverrides() interface{} // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata TerraformLabels() cdktf.StringMap // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Tier() *string Zone() *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. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) ResetId() ResetLocation() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetProject() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Adds this resource to the terraform JSON output. // 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/data-sources/filestore_instance google_filestore_instance}.
func NewDataGoogleFilestoreInstance ¶
func NewDataGoogleFilestoreInstance(scope constructs.Construct, id *string, config *DataGoogleFilestoreInstanceConfig) DataGoogleFilestoreInstance
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/data-sources/filestore_instance google_filestore_instance} Data Source.
type DataGoogleFilestoreInstanceConfig ¶
type DataGoogleFilestoreInstanceConfig 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"` // The resource name of the instance. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/data-sources/filestore_instance#name DataGoogleFilestoreInstance#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/data-sources/filestore_instance#id DataGoogleFilestoreInstance#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"` // 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/data-sources/filestore_instance#location DataGoogleFilestoreInstance#location} Location *string `field:"optional" json:"location" yaml:"location"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/data-sources/filestore_instance#project DataGoogleFilestoreInstance#project}. Project *string `field:"optional" json:"project" yaml:"project"` }
type DataGoogleFilestoreInstanceFileShares ¶
type DataGoogleFilestoreInstanceFileShares struct { }
type DataGoogleFilestoreInstanceFileSharesList ¶
type DataGoogleFilestoreInstanceFileSharesList interface { cdktf.ComplexList // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Fqn() *string // 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 NewDataGoogleFilestoreInstanceFileSharesList ¶
func NewDataGoogleFilestoreInstanceFileSharesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleFilestoreInstanceFileSharesList
type DataGoogleFilestoreInstanceFileSharesNfsExportOptions ¶
type DataGoogleFilestoreInstanceFileSharesNfsExportOptions struct { }
type DataGoogleFilestoreInstanceFileSharesNfsExportOptionsList ¶
type DataGoogleFilestoreInstanceFileSharesNfsExportOptionsList interface { cdktf.ComplexList // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Fqn() *string // 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 NewDataGoogleFilestoreInstanceFileSharesNfsExportOptionsList ¶
func NewDataGoogleFilestoreInstanceFileSharesNfsExportOptionsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleFilestoreInstanceFileSharesNfsExportOptionsList
type DataGoogleFilestoreInstanceFileSharesNfsExportOptionsOutputReference ¶
type DataGoogleFilestoreInstanceFileSharesNfsExportOptionsOutputReference 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 InterpolationForAttribute(property *string) cdktf.IResolvable // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataGoogleFilestoreInstanceFileSharesNfsExportOptionsOutputReference ¶
func NewDataGoogleFilestoreInstanceFileSharesNfsExportOptionsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleFilestoreInstanceFileSharesNfsExportOptionsOutputReference
type DataGoogleFilestoreInstanceFileSharesOutputReference ¶
type DataGoogleFilestoreInstanceFileSharesOutputReference 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 InterpolationForAttribute(property *string) cdktf.IResolvable // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataGoogleFilestoreInstanceFileSharesOutputReference ¶
func NewDataGoogleFilestoreInstanceFileSharesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleFilestoreInstanceFileSharesOutputReference
type DataGoogleFilestoreInstanceNetworks ¶
type DataGoogleFilestoreInstanceNetworks struct { }
type DataGoogleFilestoreInstanceNetworksList ¶
type DataGoogleFilestoreInstanceNetworksList 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 // 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) DataGoogleFilestoreInstanceNetworksOutputReference // 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 NewDataGoogleFilestoreInstanceNetworksList ¶
func NewDataGoogleFilestoreInstanceNetworksList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleFilestoreInstanceNetworksList
type DataGoogleFilestoreInstanceNetworksOutputReference ¶
type DataGoogleFilestoreInstanceNetworksOutputReference 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 // 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() *DataGoogleFilestoreInstanceNetworks SetInternalValue(val *DataGoogleFilestoreInstanceNetworks) IpAddresses() *[]*string Modes() *[]*string Network() *string ReservedIpRange() *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 // 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 NewDataGoogleFilestoreInstanceNetworksOutputReference ¶
func NewDataGoogleFilestoreInstanceNetworksOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleFilestoreInstanceNetworksOutputReference
type DataGoogleFilestoreInstancePerformanceConfig ¶ added in v14.11.0
type DataGoogleFilestoreInstancePerformanceConfig struct { }
type DataGoogleFilestoreInstancePerformanceConfigFixedIops ¶ added in v14.11.0
type DataGoogleFilestoreInstancePerformanceConfigFixedIops struct { }
type DataGoogleFilestoreInstancePerformanceConfigFixedIopsList ¶ added in v14.11.0
type DataGoogleFilestoreInstancePerformanceConfigFixedIopsList 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 // 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) DataGoogleFilestoreInstancePerformanceConfigFixedIopsOutputReference // 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 NewDataGoogleFilestoreInstancePerformanceConfigFixedIopsList ¶ added in v14.11.0
func NewDataGoogleFilestoreInstancePerformanceConfigFixedIopsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleFilestoreInstancePerformanceConfigFixedIopsList
type DataGoogleFilestoreInstancePerformanceConfigFixedIopsOutputReference ¶ added in v14.11.0
type DataGoogleFilestoreInstancePerformanceConfigFixedIopsOutputReference 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() *DataGoogleFilestoreInstancePerformanceConfigFixedIops SetInternalValue(val *DataGoogleFilestoreInstancePerformanceConfigFixedIops) MaxIops() *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 // 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 NewDataGoogleFilestoreInstancePerformanceConfigFixedIopsOutputReference ¶ added in v14.11.0
func NewDataGoogleFilestoreInstancePerformanceConfigFixedIopsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleFilestoreInstancePerformanceConfigFixedIopsOutputReference
type DataGoogleFilestoreInstancePerformanceConfigIopsPerTb ¶ added in v14.11.0
type DataGoogleFilestoreInstancePerformanceConfigIopsPerTb struct { }
type DataGoogleFilestoreInstancePerformanceConfigIopsPerTbList ¶ added in v14.11.0
type DataGoogleFilestoreInstancePerformanceConfigIopsPerTbList 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 // 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) DataGoogleFilestoreInstancePerformanceConfigIopsPerTbOutputReference // 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 NewDataGoogleFilestoreInstancePerformanceConfigIopsPerTbList ¶ added in v14.11.0
func NewDataGoogleFilestoreInstancePerformanceConfigIopsPerTbList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleFilestoreInstancePerformanceConfigIopsPerTbList
type DataGoogleFilestoreInstancePerformanceConfigIopsPerTbOutputReference ¶ added in v14.11.0
type DataGoogleFilestoreInstancePerformanceConfigIopsPerTbOutputReference 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() *DataGoogleFilestoreInstancePerformanceConfigIopsPerTb SetInternalValue(val *DataGoogleFilestoreInstancePerformanceConfigIopsPerTb) MaxIopsPerTb() *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 // 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 NewDataGoogleFilestoreInstancePerformanceConfigIopsPerTbOutputReference ¶ added in v14.11.0
func NewDataGoogleFilestoreInstancePerformanceConfigIopsPerTbOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleFilestoreInstancePerformanceConfigIopsPerTbOutputReference
type DataGoogleFilestoreInstancePerformanceConfigList ¶ added in v14.11.0
type DataGoogleFilestoreInstancePerformanceConfigList 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 // 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) DataGoogleFilestoreInstancePerformanceConfigOutputReference // 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 NewDataGoogleFilestoreInstancePerformanceConfigList ¶ added in v14.11.0
func NewDataGoogleFilestoreInstancePerformanceConfigList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleFilestoreInstancePerformanceConfigList
type DataGoogleFilestoreInstancePerformanceConfigOutputReference ¶ added in v14.11.0
type DataGoogleFilestoreInstancePerformanceConfigOutputReference 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() DataGoogleFilestoreInstancePerformanceConfigFixedIopsList // Experimental. Fqn() *string InternalValue() *DataGoogleFilestoreInstancePerformanceConfig SetInternalValue(val *DataGoogleFilestoreInstancePerformanceConfig) IopsPerTb() DataGoogleFilestoreInstancePerformanceConfigIopsPerTbList // 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 // 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 NewDataGoogleFilestoreInstancePerformanceConfigOutputReference ¶ added in v14.11.0
func NewDataGoogleFilestoreInstancePerformanceConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleFilestoreInstancePerformanceConfigOutputReference
Source Files ¶
- DataGoogleFilestoreInstance.go
- DataGoogleFilestoreInstanceConfig.go
- DataGoogleFilestoreInstanceFileShares.go
- DataGoogleFilestoreInstanceFileSharesList.go
- DataGoogleFilestoreInstanceFileSharesList__checks.go
- DataGoogleFilestoreInstanceFileSharesNfsExportOptions.go
- DataGoogleFilestoreInstanceFileSharesNfsExportOptionsList.go
- DataGoogleFilestoreInstanceFileSharesNfsExportOptionsList__checks.go
- DataGoogleFilestoreInstanceFileSharesNfsExportOptionsOutputReference.go
- DataGoogleFilestoreInstanceFileSharesNfsExportOptionsOutputReference__checks.go
- DataGoogleFilestoreInstanceFileSharesOutputReference.go
- DataGoogleFilestoreInstanceFileSharesOutputReference__checks.go
- DataGoogleFilestoreInstanceNetworks.go
- DataGoogleFilestoreInstanceNetworksList.go
- DataGoogleFilestoreInstanceNetworksList__checks.go
- DataGoogleFilestoreInstanceNetworksOutputReference.go
- DataGoogleFilestoreInstanceNetworksOutputReference__checks.go
- DataGoogleFilestoreInstancePerformanceConfig.go
- DataGoogleFilestoreInstancePerformanceConfigFixedIops.go
- DataGoogleFilestoreInstancePerformanceConfigFixedIopsList.go
- DataGoogleFilestoreInstancePerformanceConfigFixedIopsList__checks.go
- DataGoogleFilestoreInstancePerformanceConfigFixedIopsOutputReference.go
- DataGoogleFilestoreInstancePerformanceConfigFixedIopsOutputReference__checks.go
- DataGoogleFilestoreInstancePerformanceConfigIopsPerTb.go
- DataGoogleFilestoreInstancePerformanceConfigIopsPerTbList.go
- DataGoogleFilestoreInstancePerformanceConfigIopsPerTbList__checks.go
- DataGoogleFilestoreInstancePerformanceConfigIopsPerTbOutputReference.go
- DataGoogleFilestoreInstancePerformanceConfigIopsPerTbOutputReference__checks.go
- DataGoogleFilestoreInstancePerformanceConfigList.go
- DataGoogleFilestoreInstancePerformanceConfigList__checks.go
- DataGoogleFilestoreInstancePerformanceConfigOutputReference.go
- DataGoogleFilestoreInstancePerformanceConfigOutputReference__checks.go
- DataGoogleFilestoreInstance__checks.go
- main.go