Documentation ¶
Index ¶
- func GoogleNetappVolume_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func GoogleNetappVolume_IsConstruct(x interface{}) *bool
- func GoogleNetappVolume_IsTerraformElement(x interface{}) *bool
- func GoogleNetappVolume_IsTerraformResource(x interface{}) *bool
- func GoogleNetappVolume_TfResourceType() *string
- func NewGoogleNetappVolumeBackupConfigOutputReference_Override(g GoogleNetappVolumeBackupConfigOutputReference, ...)
- func NewGoogleNetappVolumeExportPolicyOutputReference_Override(g GoogleNetappVolumeExportPolicyOutputReference, ...)
- func NewGoogleNetappVolumeExportPolicyRulesList_Override(g GoogleNetappVolumeExportPolicyRulesList, ...)
- func NewGoogleNetappVolumeExportPolicyRulesOutputReference_Override(g GoogleNetappVolumeExportPolicyRulesOutputReference, ...)
- func NewGoogleNetappVolumeMountOptionsList_Override(g GoogleNetappVolumeMountOptionsList, ...)
- func NewGoogleNetappVolumeMountOptionsOutputReference_Override(g GoogleNetappVolumeMountOptionsOutputReference, ...)
- func NewGoogleNetappVolumeRestoreParametersOutputReference_Override(g GoogleNetappVolumeRestoreParametersOutputReference, ...)
- func NewGoogleNetappVolumeSnapshotPolicyDailyScheduleOutputReference_Override(g GoogleNetappVolumeSnapshotPolicyDailyScheduleOutputReference, ...)
- func NewGoogleNetappVolumeSnapshotPolicyHourlyScheduleOutputReference_Override(g GoogleNetappVolumeSnapshotPolicyHourlyScheduleOutputReference, ...)
- func NewGoogleNetappVolumeSnapshotPolicyMonthlyScheduleOutputReference_Override(g GoogleNetappVolumeSnapshotPolicyMonthlyScheduleOutputReference, ...)
- func NewGoogleNetappVolumeSnapshotPolicyOutputReference_Override(g GoogleNetappVolumeSnapshotPolicyOutputReference, ...)
- func NewGoogleNetappVolumeSnapshotPolicyWeeklyScheduleOutputReference_Override(g GoogleNetappVolumeSnapshotPolicyWeeklyScheduleOutputReference, ...)
- func NewGoogleNetappVolumeTieringPolicyOutputReference_Override(g GoogleNetappVolumeTieringPolicyOutputReference, ...)
- func NewGoogleNetappVolumeTimeoutsOutputReference_Override(g GoogleNetappVolumeTimeoutsOutputReference, ...)
- func NewGoogleNetappVolume_Override(g GoogleNetappVolume, scope constructs.Construct, id *string, ...)
- type GoogleNetappVolume
- type GoogleNetappVolumeBackupConfig
- type GoogleNetappVolumeBackupConfigOutputReference
- type GoogleNetappVolumeConfig
- type GoogleNetappVolumeExportPolicy
- type GoogleNetappVolumeExportPolicyOutputReference
- type GoogleNetappVolumeExportPolicyRules
- type GoogleNetappVolumeExportPolicyRulesList
- type GoogleNetappVolumeExportPolicyRulesOutputReference
- type GoogleNetappVolumeMountOptions
- type GoogleNetappVolumeMountOptionsList
- type GoogleNetappVolumeMountOptionsOutputReference
- type GoogleNetappVolumeRestoreParameters
- type GoogleNetappVolumeRestoreParametersOutputReference
- type GoogleNetappVolumeSnapshotPolicy
- type GoogleNetappVolumeSnapshotPolicyDailySchedule
- type GoogleNetappVolumeSnapshotPolicyDailyScheduleOutputReference
- type GoogleNetappVolumeSnapshotPolicyHourlySchedule
- type GoogleNetappVolumeSnapshotPolicyHourlyScheduleOutputReference
- type GoogleNetappVolumeSnapshotPolicyMonthlySchedule
- type GoogleNetappVolumeSnapshotPolicyMonthlyScheduleOutputReference
- type GoogleNetappVolumeSnapshotPolicyOutputReference
- type GoogleNetappVolumeSnapshotPolicyWeeklySchedule
- type GoogleNetappVolumeSnapshotPolicyWeeklyScheduleOutputReference
- type GoogleNetappVolumeTieringPolicy
- type GoogleNetappVolumeTieringPolicyOutputReference
- type GoogleNetappVolumeTimeouts
- type GoogleNetappVolumeTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GoogleNetappVolume_GenerateConfigForImport ¶
func GoogleNetappVolume_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a GoogleNetappVolume resource upon running "cdktf plan <stack-name>".
func GoogleNetappVolume_IsConstruct ¶
func GoogleNetappVolume_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 GoogleNetappVolume_IsTerraformElement ¶
func GoogleNetappVolume_IsTerraformElement(x interface{}) *bool
Experimental.
func GoogleNetappVolume_IsTerraformResource ¶
func GoogleNetappVolume_IsTerraformResource(x interface{}) *bool
Experimental.
func GoogleNetappVolume_TfResourceType ¶
func GoogleNetappVolume_TfResourceType() *string
func NewGoogleNetappVolumeBackupConfigOutputReference_Override ¶
func NewGoogleNetappVolumeBackupConfigOutputReference_Override(g GoogleNetappVolumeBackupConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleNetappVolumeExportPolicyOutputReference_Override ¶
func NewGoogleNetappVolumeExportPolicyOutputReference_Override(g GoogleNetappVolumeExportPolicyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleNetappVolumeExportPolicyRulesList_Override ¶
func NewGoogleNetappVolumeExportPolicyRulesList_Override(g GoogleNetappVolumeExportPolicyRulesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleNetappVolumeExportPolicyRulesOutputReference_Override ¶
func NewGoogleNetappVolumeExportPolicyRulesOutputReference_Override(g GoogleNetappVolumeExportPolicyRulesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleNetappVolumeMountOptionsList_Override ¶
func NewGoogleNetappVolumeMountOptionsList_Override(g GoogleNetappVolumeMountOptionsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleNetappVolumeMountOptionsOutputReference_Override ¶
func NewGoogleNetappVolumeMountOptionsOutputReference_Override(g GoogleNetappVolumeMountOptionsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleNetappVolumeRestoreParametersOutputReference_Override ¶
func NewGoogleNetappVolumeRestoreParametersOutputReference_Override(g GoogleNetappVolumeRestoreParametersOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleNetappVolumeSnapshotPolicyDailyScheduleOutputReference_Override ¶
func NewGoogleNetappVolumeSnapshotPolicyDailyScheduleOutputReference_Override(g GoogleNetappVolumeSnapshotPolicyDailyScheduleOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleNetappVolumeSnapshotPolicyHourlyScheduleOutputReference_Override ¶
func NewGoogleNetappVolumeSnapshotPolicyHourlyScheduleOutputReference_Override(g GoogleNetappVolumeSnapshotPolicyHourlyScheduleOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleNetappVolumeSnapshotPolicyMonthlyScheduleOutputReference_Override ¶
func NewGoogleNetappVolumeSnapshotPolicyMonthlyScheduleOutputReference_Override(g GoogleNetappVolumeSnapshotPolicyMonthlyScheduleOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleNetappVolumeSnapshotPolicyOutputReference_Override ¶
func NewGoogleNetappVolumeSnapshotPolicyOutputReference_Override(g GoogleNetappVolumeSnapshotPolicyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleNetappVolumeSnapshotPolicyWeeklyScheduleOutputReference_Override ¶
func NewGoogleNetappVolumeSnapshotPolicyWeeklyScheduleOutputReference_Override(g GoogleNetappVolumeSnapshotPolicyWeeklyScheduleOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleNetappVolumeTieringPolicyOutputReference_Override ¶ added in v14.3.0
func NewGoogleNetappVolumeTieringPolicyOutputReference_Override(g GoogleNetappVolumeTieringPolicyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleNetappVolumeTimeoutsOutputReference_Override ¶
func NewGoogleNetappVolumeTimeoutsOutputReference_Override(g GoogleNetappVolumeTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleNetappVolume_Override ¶
func NewGoogleNetappVolume_Override(g GoogleNetappVolume, scope constructs.Construct, id *string, config *GoogleNetappVolumeConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume google_netapp_volume} Resource.
Types ¶
type GoogleNetappVolume ¶
type GoogleNetappVolume interface { cdktf.TerraformResource ActiveDirectory() *string BackupConfig() GoogleNetappVolumeBackupConfigOutputReference BackupConfigInput() *GoogleNetappVolumeBackupConfig CapacityGib() *string SetCapacityGib(val *string) CapacityGibInput() *string // Experimental. CdktfStack() cdktf.TerraformStack ColdTierSizeGib() *string // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CreateTime() *string DeletionPolicy() *string SetDeletionPolicy(val *string) DeletionPolicyInput() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Description() *string SetDescription(val *string) DescriptionInput() *string EffectiveLabels() cdktf.StringMap EncryptionType() *string ExportPolicy() GoogleNetappVolumeExportPolicyOutputReference ExportPolicyInput() *GoogleNetappVolumeExportPolicy // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string HasReplication() cdktf.IResolvable Id() *string SetId(val *string) IdInput() *string KerberosEnabled() interface{} SetKerberosEnabled(val interface{}) KerberosEnabledInput() interface{} KmsConfig() *string Labels() *map[string]*string SetLabels(val *map[string]*string) LabelsInput() *map[string]*string LargeCapacity() interface{} SetLargeCapacity(val interface{}) LargeCapacityInput() interface{} LdapEnabled() cdktf.IResolvable // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string SetLocation(val *string) LocationInput() *string MountOptions() GoogleNetappVolumeMountOptionsList MultipleEndpoints() interface{} SetMultipleEndpoints(val interface{}) MultipleEndpointsInput() interface{} Name() *string SetName(val *string) NameInput() *string Network() *string // The tree node. Node() constructs.Node Project() *string SetProject(val *string) ProjectInput() *string Protocols() *[]*string SetProtocols(val *[]*string) ProtocolsInput() *[]*string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) PsaRange() *string // Experimental. RawOverrides() interface{} ReplicaZone() *string RestoreParameters() GoogleNetappVolumeRestoreParametersOutputReference RestoreParametersInput() *GoogleNetappVolumeRestoreParameters RestrictedActions() *[]*string SetRestrictedActions(val *[]*string) RestrictedActionsInput() *[]*string SecurityStyle() *string SetSecurityStyle(val *string) SecurityStyleInput() *string ServiceLevel() *string SmbSettings() *[]*string SetSmbSettings(val *[]*string) SmbSettingsInput() *[]*string SnapshotDirectory() interface{} SetSnapshotDirectory(val interface{}) SnapshotDirectoryInput() interface{} SnapshotPolicy() GoogleNetappVolumeSnapshotPolicyOutputReference SnapshotPolicyInput() *GoogleNetappVolumeSnapshotPolicy State() *string StateDetails() *string StoragePool() *string SetStoragePool(val *string) StoragePoolInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata TerraformLabels() cdktf.StringMap // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string TieringPolicy() GoogleNetappVolumeTieringPolicyOutputReference TieringPolicyInput() *GoogleNetappVolumeTieringPolicy Timeouts() GoogleNetappVolumeTimeoutsOutputReference TimeoutsInput() interface{} UnixPermissions() *string SetUnixPermissions(val *string) UnixPermissionsInput() *string UsedGib() *string Zone() *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) PutBackupConfig(value *GoogleNetappVolumeBackupConfig) PutExportPolicy(value *GoogleNetappVolumeExportPolicy) PutRestoreParameters(value *GoogleNetappVolumeRestoreParameters) PutSnapshotPolicy(value *GoogleNetappVolumeSnapshotPolicy) PutTieringPolicy(value *GoogleNetappVolumeTieringPolicy) PutTimeouts(value *GoogleNetappVolumeTimeouts) ResetBackupConfig() ResetDeletionPolicy() ResetDescription() ResetExportPolicy() ResetId() ResetKerberosEnabled() ResetLabels() ResetLargeCapacity() ResetMultipleEndpoints() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetProject() ResetRestoreParameters() ResetRestrictedActions() ResetSecurityStyle() ResetSmbSettings() ResetSnapshotDirectory() ResetSnapshotPolicy() ResetTieringPolicy() ResetTimeouts() ResetUnixPermissions() 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-beta/6.7.0/docs/resources/google_netapp_volume google_netapp_volume}.
func NewGoogleNetappVolume ¶
func NewGoogleNetappVolume(scope constructs.Construct, id *string, config *GoogleNetappVolumeConfig) GoogleNetappVolume
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume google_netapp_volume} Resource.
type GoogleNetappVolumeBackupConfig ¶
type GoogleNetappVolumeBackupConfig struct { // Specify a single backup policy ID for scheduled backups. Format: 'projects/{{projectId}}/locations/{{location}}/backupPolicies/{{backupPolicyName}}'. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#backup_policies GoogleNetappVolume#backup_policies} BackupPolicies *[]*string `field:"optional" json:"backupPolicies" yaml:"backupPolicies"` // ID of the backup vault to use. A backup vault is reqired to create manual or scheduled backups. Format: 'projects/{{projectId}}/locations/{{location}}/backupVaults/{{backupVaultName}}'. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#backup_vault GoogleNetappVolume#backup_vault} BackupVault *string `field:"optional" json:"backupVault" yaml:"backupVault"` // When set to true, scheduled backup is enabled on the volume. Omit if no backup_policy is specified. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#scheduled_backup_enabled GoogleNetappVolume#scheduled_backup_enabled} ScheduledBackupEnabled interface{} `field:"optional" json:"scheduledBackupEnabled" yaml:"scheduledBackupEnabled"` }
type GoogleNetappVolumeBackupConfigOutputReference ¶
type GoogleNetappVolumeBackupConfigOutputReference interface { cdktf.ComplexObject BackupPolicies() *[]*string SetBackupPolicies(val *[]*string) BackupPoliciesInput() *[]*string BackupVault() *string SetBackupVault(val *string) BackupVaultInput() *string // 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() *GoogleNetappVolumeBackupConfig SetInternalValue(val *GoogleNetappVolumeBackupConfig) ScheduledBackupEnabled() interface{} SetScheduledBackupEnabled(val interface{}) ScheduledBackupEnabledInput() interface{} // 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 ResetBackupPolicies() ResetBackupVault() ResetScheduledBackupEnabled() // 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 NewGoogleNetappVolumeBackupConfigOutputReference ¶
func NewGoogleNetappVolumeBackupConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleNetappVolumeBackupConfigOutputReference
type GoogleNetappVolumeConfig ¶
type GoogleNetappVolumeConfig 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"` // Capacity of the volume (in GiB). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#capacity_gib GoogleNetappVolume#capacity_gib} CapacityGib *string `field:"required" json:"capacityGib" yaml:"capacityGib"` // Name of the pool location. // // Usually a region name, expect for some STANDARD service level pools which require a zone name. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#location GoogleNetappVolume#location} Location *string `field:"required" json:"location" yaml:"location"` // The name of the volume. Needs to be unique per location. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#name GoogleNetappVolume#name} Name *string `field:"required" json:"name" yaml:"name"` // The protocol of the volume. // // Allowed combinations are '['NFSV3']', '['NFSV4']', '['SMB']', '['NFSV3', 'NFSV4']', '['SMB', 'NFSV3']' and '['SMB', 'NFSV4']'. Possible values: ["NFSV3", "NFSV4", "SMB"] // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#protocols GoogleNetappVolume#protocols} Protocols *[]*string `field:"required" json:"protocols" yaml:"protocols"` // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#share_name GoogleNetappVolume#share_name} ShareName *string `field:"required" json:"shareName" yaml:"shareName"` // Name of the storage pool to create the volume in. Pool needs enough spare capacity to accomodate the volume. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#storage_pool GoogleNetappVolume#storage_pool} StoragePool *string `field:"required" json:"storagePool" yaml:"storagePool"` // backup_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#backup_config GoogleNetappVolume#backup_config} BackupConfig *GoogleNetappVolumeBackupConfig `field:"optional" json:"backupConfig" yaml:"backupConfig"` // Policy to determine if the volume should be deleted forcefully. // // Volumes may have nested snapshot resources. Deleting such a volume will fail. // Setting this parameter to FORCE will delete volumes including nested snapshots. // Possible values: DEFAULT, FORCE. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#deletion_policy GoogleNetappVolume#deletion_policy} DeletionPolicy *string `field:"optional" json:"deletionPolicy" yaml:"deletionPolicy"` // An optional description of this resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#description GoogleNetappVolume#description} Description *string `field:"optional" json:"description" yaml:"description"` // export_policy block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#export_policy GoogleNetappVolume#export_policy} ExportPolicy *GoogleNetappVolumeExportPolicy `field:"optional" json:"exportPolicy" yaml:"exportPolicy"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#id GoogleNetappVolume#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"` // Flag indicating if the volume is a kerberos volume or not, export policy rules control kerberos security modes (krb5, krb5i, krb5p). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#kerberos_enabled GoogleNetappVolume#kerberos_enabled} KerberosEnabled interface{} `field:"optional" json:"kerberosEnabled" yaml:"kerberosEnabled"` // Labels as key value pairs. Example: '{ "owner": "Bob", "department": "finance", "purpose": "testing" }'. // // **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-beta/6.7.0/docs/resources/google_netapp_volume#labels GoogleNetappVolume#labels} Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` // Optional. Flag indicating if the volume will be a large capacity volume or a regular volume. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#large_capacity GoogleNetappVolume#large_capacity} LargeCapacity interface{} `field:"optional" json:"largeCapacity" yaml:"largeCapacity"` // Optional. // // Flag indicating if the volume will have an IP address per node for volumes supporting multiple IP endpoints. // Only the volume with largeCapacity will be allowed to have multiple endpoints. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#multiple_endpoints GoogleNetappVolume#multiple_endpoints} MultipleEndpoints interface{} `field:"optional" json:"multipleEndpoints" yaml:"multipleEndpoints"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#project GoogleNetappVolume#project}. Project *string `field:"optional" json:"project" yaml:"project"` // restore_parameters block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#restore_parameters GoogleNetappVolume#restore_parameters} RestoreParameters *GoogleNetappVolumeRestoreParameters `field:"optional" json:"restoreParameters" yaml:"restoreParameters"` // List of actions that are restricted on this volume. Possible values: ["DELETE"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#restricted_actions GoogleNetappVolume#restricted_actions} RestrictedActions *[]*string `field:"optional" json:"restrictedActions" yaml:"restrictedActions"` // Security Style of the Volume. // // Use UNIX to use UNIX or NFSV4 ACLs for file permissions. // Use NTFS to use NTFS ACLs for file permissions. Can only be set for volumes which use SMB together with NFS as protocol. Possible values: ["NTFS", "UNIX"] // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#security_style GoogleNetappVolume#security_style} SecurityStyle *string `field:"optional" json:"securityStyle" yaml:"securityStyle"` // Settings for volumes with SMB access. Possible values: ["ENCRYPT_DATA", "BROWSABLE", "CHANGE_NOTIFY", "NON_BROWSABLE", "OPLOCKS", "SHOW_SNAPSHOT", "SHOW_PREVIOUS_VERSIONS", "ACCESS_BASED_ENUMERATION", "CONTINUOUSLY_AVAILABLE"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#smb_settings GoogleNetappVolume#smb_settings} SmbSettings *[]*string `field:"optional" json:"smbSettings" yaml:"smbSettings"` // If enabled, a NFS volume will contain a read-only .snapshot directory which provides access to each of the volume's snapshots. Will enable "Previous Versions" support for SMB. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#snapshot_directory GoogleNetappVolume#snapshot_directory} SnapshotDirectory interface{} `field:"optional" json:"snapshotDirectory" yaml:"snapshotDirectory"` // snapshot_policy block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#snapshot_policy GoogleNetappVolume#snapshot_policy} SnapshotPolicy *GoogleNetappVolumeSnapshotPolicy `field:"optional" json:"snapshotPolicy" yaml:"snapshotPolicy"` // tiering_policy block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#tiering_policy GoogleNetappVolume#tiering_policy} TieringPolicy *GoogleNetappVolumeTieringPolicy `field:"optional" json:"tieringPolicy" yaml:"tieringPolicy"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#timeouts GoogleNetappVolume#timeouts} Timeouts *GoogleNetappVolumeTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` // Unix permission the mount point will be created with. Default is 0770. Applicable for UNIX security style volumes only. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#unix_permissions GoogleNetappVolume#unix_permissions} UnixPermissions *string `field:"optional" json:"unixPermissions" yaml:"unixPermissions"` }
type GoogleNetappVolumeExportPolicy ¶
type GoogleNetappVolumeExportPolicy struct { // rules block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#rules GoogleNetappVolume#rules} Rules interface{} `field:"required" json:"rules" yaml:"rules"` }
type GoogleNetappVolumeExportPolicyOutputReference ¶
type GoogleNetappVolumeExportPolicyOutputReference 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() *GoogleNetappVolumeExportPolicy SetInternalValue(val *GoogleNetappVolumeExportPolicy) Rules() GoogleNetappVolumeExportPolicyRulesList RulesInput() interface{} // 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 PutRules(value interface{}) // 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 NewGoogleNetappVolumeExportPolicyOutputReference ¶
func NewGoogleNetappVolumeExportPolicyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleNetappVolumeExportPolicyOutputReference
type GoogleNetappVolumeExportPolicyRules ¶
type GoogleNetappVolumeExportPolicyRules struct { // Defines the access type for clients matching the 'allowedClients' specification. Possible values: ["READ_ONLY", "READ_WRITE", "READ_NONE"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#access_type GoogleNetappVolume#access_type} AccessType *string `field:"optional" json:"accessType" yaml:"accessType"` // Defines the client ingress specification (allowed clients) as a comma seperated list with IPv4 CIDRs or IPv4 host addresses. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#allowed_clients GoogleNetappVolume#allowed_clients} AllowedClients *string `field:"optional" json:"allowedClients" yaml:"allowedClients"` // If enabled, the root user (UID = 0) of the specified clients doesn't get mapped to nobody (UID = 65534). // // This is also known as no_root_squash. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#has_root_access GoogleNetappVolume#has_root_access} HasRootAccess *string `field:"optional" json:"hasRootAccess" yaml:"hasRootAccess"` // If enabled (true) the rule defines a read only access for clients matching the 'allowedClients' specification. // // It enables nfs clients to mount using 'integrity' kerberos security mode. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#kerberos5i_read_only GoogleNetappVolume#kerberos5i_read_only} Kerberos5IReadOnly interface{} `field:"optional" json:"kerberos5IReadOnly" yaml:"kerberos5IReadOnly"` // If enabled (true) the rule defines read and write access for clients matching the 'allowedClients' specification. // // It enables nfs clients to mount using 'integrity' kerberos security mode. The 'kerberos5iReadOnly' value is ignored if this is enabled. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#kerberos5i_read_write GoogleNetappVolume#kerberos5i_read_write} Kerberos5IReadWrite interface{} `field:"optional" json:"kerberos5IReadWrite" yaml:"kerberos5IReadWrite"` // If enabled (true) the rule defines a read only access for clients matching the 'allowedClients' specification. // // It enables nfs clients to mount using 'privacy' kerberos security mode. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#kerberos5p_read_only GoogleNetappVolume#kerberos5p_read_only} Kerberos5PReadOnly interface{} `field:"optional" json:"kerberos5PReadOnly" yaml:"kerberos5PReadOnly"` // If enabled (true) the rule defines read and write access for clients matching the 'allowedClients' specification. // // It enables nfs clients to mount using 'privacy' kerberos security mode. The 'kerberos5pReadOnly' value is ignored if this is enabled. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#kerberos5p_read_write GoogleNetappVolume#kerberos5p_read_write} Kerberos5PReadWrite interface{} `field:"optional" json:"kerberos5PReadWrite" yaml:"kerberos5PReadWrite"` // If enabled (true) the rule defines a read only access for clients matching the 'allowedClients' specification. // // It enables nfs clients to mount using 'authentication' kerberos security mode. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#kerberos5_read_only GoogleNetappVolume#kerberos5_read_only} Kerberos5ReadOnly interface{} `field:"optional" json:"kerberos5ReadOnly" yaml:"kerberos5ReadOnly"` // If enabled (true) the rule defines read and write access for clients matching the 'allowedClients' specification. // // It enables nfs clients to mount using 'authentication' kerberos security mode. The 'kerberos5ReadOnly' value is ignored if this is enabled. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#kerberos5_read_write GoogleNetappVolume#kerberos5_read_write} Kerberos5ReadWrite interface{} `field:"optional" json:"kerberos5ReadWrite" yaml:"kerberos5ReadWrite"` // Enable to apply the export rule to NFSV3 clients. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#nfsv3 GoogleNetappVolume#nfsv3} Nfsv3 interface{} `field:"optional" json:"nfsv3" yaml:"nfsv3"` // Enable to apply the export rule to NFSV4.1 clients. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#nfsv4 GoogleNetappVolume#nfsv4} Nfsv4 interface{} `field:"optional" json:"nfsv4" yaml:"nfsv4"` }
type GoogleNetappVolumeExportPolicyRulesList ¶
type GoogleNetappVolumeExportPolicyRulesList 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) GoogleNetappVolumeExportPolicyRulesOutputReference // 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 NewGoogleNetappVolumeExportPolicyRulesList ¶
func NewGoogleNetappVolumeExportPolicyRulesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleNetappVolumeExportPolicyRulesList
type GoogleNetappVolumeExportPolicyRulesOutputReference ¶
type GoogleNetappVolumeExportPolicyRulesOutputReference interface { cdktf.ComplexObject AccessType() *string SetAccessType(val *string) AccessTypeInput() *string AllowedClients() *string SetAllowedClients(val *string) AllowedClientsInput() *string // 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 HasRootAccess() *string SetHasRootAccess(val *string) HasRootAccessInput() *string InternalValue() interface{} SetInternalValue(val interface{}) Kerberos5IReadOnly() interface{} SetKerberos5IReadOnly(val interface{}) Kerberos5IReadOnlyInput() interface{} Kerberos5IReadWrite() interface{} SetKerberos5IReadWrite(val interface{}) Kerberos5IReadWriteInput() interface{} Kerberos5PReadOnly() interface{} SetKerberos5PReadOnly(val interface{}) Kerberos5PReadOnlyInput() interface{} Kerberos5PReadWrite() interface{} SetKerberos5PReadWrite(val interface{}) Kerberos5PReadWriteInput() interface{} Kerberos5ReadOnly() interface{} SetKerberos5ReadOnly(val interface{}) Kerberos5ReadOnlyInput() interface{} Kerberos5ReadWrite() interface{} SetKerberos5ReadWrite(val interface{}) Kerberos5ReadWriteInput() interface{} Nfsv3() interface{} SetNfsv3(val interface{}) Nfsv3Input() interface{} Nfsv4() interface{} SetNfsv4(val interface{}) Nfsv4Input() interface{} // 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 ResetAccessType() ResetAllowedClients() ResetHasRootAccess() ResetKerberos5IReadOnly() ResetKerberos5IReadWrite() ResetKerberos5PReadOnly() ResetKerberos5PReadWrite() ResetKerberos5ReadOnly() ResetKerberos5ReadWrite() ResetNfsv3() ResetNfsv4() // 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 NewGoogleNetappVolumeExportPolicyRulesOutputReference ¶
func NewGoogleNetappVolumeExportPolicyRulesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleNetappVolumeExportPolicyRulesOutputReference
type GoogleNetappVolumeMountOptions ¶
type GoogleNetappVolumeMountOptions struct { }
type GoogleNetappVolumeMountOptionsList ¶
type GoogleNetappVolumeMountOptionsList 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) GoogleNetappVolumeMountOptionsOutputReference // 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 NewGoogleNetappVolumeMountOptionsList ¶
func NewGoogleNetappVolumeMountOptionsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleNetappVolumeMountOptionsList
type GoogleNetappVolumeMountOptionsOutputReference ¶
type GoogleNetappVolumeMountOptionsOutputReference 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 Export() *string ExportFull() *string // Experimental. Fqn() *string Instructions() *string InternalValue() *GoogleNetappVolumeMountOptions SetInternalValue(val *GoogleNetappVolumeMountOptions) Protocol() *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 NewGoogleNetappVolumeMountOptionsOutputReference ¶
func NewGoogleNetappVolumeMountOptionsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleNetappVolumeMountOptionsOutputReference
type GoogleNetappVolumeRestoreParameters ¶
type GoogleNetappVolumeRestoreParameters struct { // Full name of the snapshot to use for creating this volume. 'source_snapshot' and 'source_backup' cannot be used simultaneously. Format: 'projects/{{project}}/locations/{{location}}/backupVaults/{{backupVaultId}}/backups/{{backup}}'. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#source_backup GoogleNetappVolume#source_backup} SourceBackup *string `field:"optional" json:"sourceBackup" yaml:"sourceBackup"` // Full name of the snapshot to use for creating this volume. 'source_snapshot' and 'source_backup' cannot be used simultaneously. Format: 'projects/{{project}}/locations/{{location}}/volumes/{{volume}}/snapshots/{{snapshot}}'. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#source_snapshot GoogleNetappVolume#source_snapshot} SourceSnapshot *string `field:"optional" json:"sourceSnapshot" yaml:"sourceSnapshot"` }
type GoogleNetappVolumeRestoreParametersOutputReference ¶
type GoogleNetappVolumeRestoreParametersOutputReference 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() *GoogleNetappVolumeRestoreParameters SetInternalValue(val *GoogleNetappVolumeRestoreParameters) SourceBackup() *string SetSourceBackup(val *string) SourceBackupInput() *string SourceSnapshot() *string SetSourceSnapshot(val *string) SourceSnapshotInput() *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 ResetSourceBackup() ResetSourceSnapshot() // 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 NewGoogleNetappVolumeRestoreParametersOutputReference ¶
func NewGoogleNetappVolumeRestoreParametersOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleNetappVolumeRestoreParametersOutputReference
type GoogleNetappVolumeSnapshotPolicy ¶
type GoogleNetappVolumeSnapshotPolicy struct { // daily_schedule block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#daily_schedule GoogleNetappVolume#daily_schedule} DailySchedule *GoogleNetappVolumeSnapshotPolicyDailySchedule `field:"optional" json:"dailySchedule" yaml:"dailySchedule"` // Enables automated snapshot creation according to defined schedule. // // Default is false. // To disable automatic snapshot creation you have to remove the whole snapshot_policy block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#enabled GoogleNetappVolume#enabled} Enabled interface{} `field:"optional" json:"enabled" yaml:"enabled"` // hourly_schedule block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#hourly_schedule GoogleNetappVolume#hourly_schedule} HourlySchedule *GoogleNetappVolumeSnapshotPolicyHourlySchedule `field:"optional" json:"hourlySchedule" yaml:"hourlySchedule"` // monthly_schedule block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#monthly_schedule GoogleNetappVolume#monthly_schedule} MonthlySchedule *GoogleNetappVolumeSnapshotPolicyMonthlySchedule `field:"optional" json:"monthlySchedule" yaml:"monthlySchedule"` // weekly_schedule block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#weekly_schedule GoogleNetappVolume#weekly_schedule} WeeklySchedule *GoogleNetappVolumeSnapshotPolicyWeeklySchedule `field:"optional" json:"weeklySchedule" yaml:"weeklySchedule"` }
type GoogleNetappVolumeSnapshotPolicyDailySchedule ¶
type GoogleNetappVolumeSnapshotPolicyDailySchedule struct { // The maximum number of snapshots to keep for the daily schedule. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#snapshots_to_keep GoogleNetappVolume#snapshots_to_keep} SnapshotsToKeep *float64 `field:"required" json:"snapshotsToKeep" yaml:"snapshotsToKeep"` // Set the hour to create the snapshot (0-23), defaults to midnight (0). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#hour GoogleNetappVolume#hour} Hour *float64 `field:"optional" json:"hour" yaml:"hour"` // Set the minute of the hour to create the snapshot (0-59), defaults to the top of the hour (0). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#minute GoogleNetappVolume#minute} Minute *float64 `field:"optional" json:"minute" yaml:"minute"` }
type GoogleNetappVolumeSnapshotPolicyDailyScheduleOutputReference ¶
type GoogleNetappVolumeSnapshotPolicyDailyScheduleOutputReference 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 Hour() *float64 SetHour(val *float64) HourInput() *float64 InternalValue() *GoogleNetappVolumeSnapshotPolicyDailySchedule SetInternalValue(val *GoogleNetappVolumeSnapshotPolicyDailySchedule) Minute() *float64 SetMinute(val *float64) MinuteInput() *float64 SnapshotsToKeep() *float64 SetSnapshotsToKeep(val *float64) SnapshotsToKeepInput() *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 ResetHour() ResetMinute() // 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 NewGoogleNetappVolumeSnapshotPolicyDailyScheduleOutputReference ¶
func NewGoogleNetappVolumeSnapshotPolicyDailyScheduleOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleNetappVolumeSnapshotPolicyDailyScheduleOutputReference
type GoogleNetappVolumeSnapshotPolicyHourlySchedule ¶
type GoogleNetappVolumeSnapshotPolicyHourlySchedule struct { // The maximum number of snapshots to keep for the hourly schedule. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#snapshots_to_keep GoogleNetappVolume#snapshots_to_keep} SnapshotsToKeep *float64 `field:"required" json:"snapshotsToKeep" yaml:"snapshotsToKeep"` // Set the minute of the hour to create the snapshot (0-59), defaults to the top of the hour (0). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#minute GoogleNetappVolume#minute} Minute *float64 `field:"optional" json:"minute" yaml:"minute"` }
type GoogleNetappVolumeSnapshotPolicyHourlyScheduleOutputReference ¶
type GoogleNetappVolumeSnapshotPolicyHourlyScheduleOutputReference 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() *GoogleNetappVolumeSnapshotPolicyHourlySchedule SetInternalValue(val *GoogleNetappVolumeSnapshotPolicyHourlySchedule) Minute() *float64 SetMinute(val *float64) MinuteInput() *float64 SnapshotsToKeep() *float64 SetSnapshotsToKeep(val *float64) SnapshotsToKeepInput() *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 ResetMinute() // 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 NewGoogleNetappVolumeSnapshotPolicyHourlyScheduleOutputReference ¶
func NewGoogleNetappVolumeSnapshotPolicyHourlyScheduleOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleNetappVolumeSnapshotPolicyHourlyScheduleOutputReference
type GoogleNetappVolumeSnapshotPolicyMonthlySchedule ¶
type GoogleNetappVolumeSnapshotPolicyMonthlySchedule struct { // The maximum number of snapshots to keep for the monthly schedule. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#snapshots_to_keep GoogleNetappVolume#snapshots_to_keep} SnapshotsToKeep *float64 `field:"required" json:"snapshotsToKeep" yaml:"snapshotsToKeep"` // Set the day or days of the month to make a snapshot (1-31). // // Accepts a comma separated number of days. Defaults to '1'. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#days_of_month GoogleNetappVolume#days_of_month} DaysOfMonth *string `field:"optional" json:"daysOfMonth" yaml:"daysOfMonth"` // Set the hour to create the snapshot (0-23), defaults to midnight (0). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#hour GoogleNetappVolume#hour} Hour *float64 `field:"optional" json:"hour" yaml:"hour"` // Set the minute of the hour to create the snapshot (0-59), defaults to the top of the hour (0). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#minute GoogleNetappVolume#minute} Minute *float64 `field:"optional" json:"minute" yaml:"minute"` }
type GoogleNetappVolumeSnapshotPolicyMonthlyScheduleOutputReference ¶
type GoogleNetappVolumeSnapshotPolicyMonthlyScheduleOutputReference 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 DaysOfMonth() *string SetDaysOfMonth(val *string) DaysOfMonthInput() *string // Experimental. Fqn() *string Hour() *float64 SetHour(val *float64) HourInput() *float64 InternalValue() *GoogleNetappVolumeSnapshotPolicyMonthlySchedule SetInternalValue(val *GoogleNetappVolumeSnapshotPolicyMonthlySchedule) Minute() *float64 SetMinute(val *float64) MinuteInput() *float64 SnapshotsToKeep() *float64 SetSnapshotsToKeep(val *float64) SnapshotsToKeepInput() *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 ResetDaysOfMonth() ResetHour() ResetMinute() // 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 NewGoogleNetappVolumeSnapshotPolicyMonthlyScheduleOutputReference ¶
func NewGoogleNetappVolumeSnapshotPolicyMonthlyScheduleOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleNetappVolumeSnapshotPolicyMonthlyScheduleOutputReference
type GoogleNetappVolumeSnapshotPolicyOutputReference ¶
type GoogleNetappVolumeSnapshotPolicyOutputReference 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 DailySchedule() GoogleNetappVolumeSnapshotPolicyDailyScheduleOutputReference DailyScheduleInput() *GoogleNetappVolumeSnapshotPolicyDailySchedule Enabled() interface{} SetEnabled(val interface{}) EnabledInput() interface{} // Experimental. Fqn() *string HourlySchedule() GoogleNetappVolumeSnapshotPolicyHourlyScheduleOutputReference HourlyScheduleInput() *GoogleNetappVolumeSnapshotPolicyHourlySchedule InternalValue() *GoogleNetappVolumeSnapshotPolicy SetInternalValue(val *GoogleNetappVolumeSnapshotPolicy) MonthlySchedule() GoogleNetappVolumeSnapshotPolicyMonthlyScheduleOutputReference MonthlyScheduleInput() *GoogleNetappVolumeSnapshotPolicyMonthlySchedule // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) WeeklySchedule() GoogleNetappVolumeSnapshotPolicyWeeklyScheduleOutputReference WeeklyScheduleInput() *GoogleNetappVolumeSnapshotPolicyWeeklySchedule // 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 PutDailySchedule(value *GoogleNetappVolumeSnapshotPolicyDailySchedule) PutHourlySchedule(value *GoogleNetappVolumeSnapshotPolicyHourlySchedule) PutMonthlySchedule(value *GoogleNetappVolumeSnapshotPolicyMonthlySchedule) PutWeeklySchedule(value *GoogleNetappVolumeSnapshotPolicyWeeklySchedule) ResetDailySchedule() ResetEnabled() ResetHourlySchedule() ResetMonthlySchedule() ResetWeeklySchedule() // 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 NewGoogleNetappVolumeSnapshotPolicyOutputReference ¶
func NewGoogleNetappVolumeSnapshotPolicyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleNetappVolumeSnapshotPolicyOutputReference
type GoogleNetappVolumeSnapshotPolicyWeeklySchedule ¶
type GoogleNetappVolumeSnapshotPolicyWeeklySchedule struct { // The maximum number of snapshots to keep for the weekly schedule. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#snapshots_to_keep GoogleNetappVolume#snapshots_to_keep} SnapshotsToKeep *float64 `field:"required" json:"snapshotsToKeep" yaml:"snapshotsToKeep"` // Set the day or days of the week to make a snapshot. // // Accepts a comma separated days of the week. Defaults to 'Sunday'. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#day GoogleNetappVolume#day} Day *string `field:"optional" json:"day" yaml:"day"` // Set the hour to create the snapshot (0-23), defaults to midnight (0). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#hour GoogleNetappVolume#hour} Hour *float64 `field:"optional" json:"hour" yaml:"hour"` // Set the minute of the hour to create the snapshot (0-59), defaults to the top of the hour (0). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#minute GoogleNetappVolume#minute} Minute *float64 `field:"optional" json:"minute" yaml:"minute"` }
type GoogleNetappVolumeSnapshotPolicyWeeklyScheduleOutputReference ¶
type GoogleNetappVolumeSnapshotPolicyWeeklyScheduleOutputReference 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 Day() *string SetDay(val *string) DayInput() *string // Experimental. Fqn() *string Hour() *float64 SetHour(val *float64) HourInput() *float64 InternalValue() *GoogleNetappVolumeSnapshotPolicyWeeklySchedule SetInternalValue(val *GoogleNetappVolumeSnapshotPolicyWeeklySchedule) Minute() *float64 SetMinute(val *float64) MinuteInput() *float64 SnapshotsToKeep() *float64 SetSnapshotsToKeep(val *float64) SnapshotsToKeepInput() *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 ResetDay() ResetHour() ResetMinute() // 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 NewGoogleNetappVolumeSnapshotPolicyWeeklyScheduleOutputReference ¶
func NewGoogleNetappVolumeSnapshotPolicyWeeklyScheduleOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleNetappVolumeSnapshotPolicyWeeklyScheduleOutputReference
type GoogleNetappVolumeTieringPolicy ¶ added in v14.3.0
type GoogleNetappVolumeTieringPolicy struct { // Optional. // // Time in days to mark the volume's data block as cold and make it eligible for tiering, can be range from 7-183. // Default is 31. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#cooling_threshold_days GoogleNetappVolume#cooling_threshold_days} CoolingThresholdDays *float64 `field:"optional" json:"coolingThresholdDays" yaml:"coolingThresholdDays"` // Optional. // // Flag indicating if the volume has tiering policy enable/pause. Default is PAUSED. Default value: "PAUSED" Possible values: ["ENABLED", "PAUSED"] // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#tier_action GoogleNetappVolume#tier_action} TierAction *string `field:"optional" json:"tierAction" yaml:"tierAction"` }
type GoogleNetappVolumeTieringPolicyOutputReference ¶ added in v14.3.0
type GoogleNetappVolumeTieringPolicyOutputReference 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) CoolingThresholdDays() *float64 SetCoolingThresholdDays(val *float64) CoolingThresholdDaysInput() *float64 // 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() *GoogleNetappVolumeTieringPolicy SetInternalValue(val *GoogleNetappVolumeTieringPolicy) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) TierAction() *string SetTierAction(val *string) TierActionInput() *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 ResetCoolingThresholdDays() ResetTierAction() // 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 NewGoogleNetappVolumeTieringPolicyOutputReference ¶ added in v14.3.0
func NewGoogleNetappVolumeTieringPolicyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleNetappVolumeTieringPolicyOutputReference
type GoogleNetappVolumeTimeouts ¶
type GoogleNetappVolumeTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#create GoogleNetappVolume#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#delete GoogleNetappVolume#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_netapp_volume#update GoogleNetappVolume#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type GoogleNetappVolumeTimeoutsOutputReference ¶
type GoogleNetappVolumeTimeoutsOutputReference 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 NewGoogleNetappVolumeTimeoutsOutputReference ¶
func NewGoogleNetappVolumeTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleNetappVolumeTimeoutsOutputReference
Source Files ¶
- GoogleNetappVolume.go
- GoogleNetappVolumeBackupConfig.go
- GoogleNetappVolumeBackupConfigOutputReference.go
- GoogleNetappVolumeBackupConfigOutputReference__checks.go
- GoogleNetappVolumeConfig.go
- GoogleNetappVolumeExportPolicy.go
- GoogleNetappVolumeExportPolicyOutputReference.go
- GoogleNetappVolumeExportPolicyOutputReference__checks.go
- GoogleNetappVolumeExportPolicyRules.go
- GoogleNetappVolumeExportPolicyRulesList.go
- GoogleNetappVolumeExportPolicyRulesList__checks.go
- GoogleNetappVolumeExportPolicyRulesOutputReference.go
- GoogleNetappVolumeExportPolicyRulesOutputReference__checks.go
- GoogleNetappVolumeMountOptions.go
- GoogleNetappVolumeMountOptionsList.go
- GoogleNetappVolumeMountOptionsList__checks.go
- GoogleNetappVolumeMountOptionsOutputReference.go
- GoogleNetappVolumeMountOptionsOutputReference__checks.go
- GoogleNetappVolumeRestoreParameters.go
- GoogleNetappVolumeRestoreParametersOutputReference.go
- GoogleNetappVolumeRestoreParametersOutputReference__checks.go
- GoogleNetappVolumeSnapshotPolicy.go
- GoogleNetappVolumeSnapshotPolicyDailySchedule.go
- GoogleNetappVolumeSnapshotPolicyDailyScheduleOutputReference.go
- GoogleNetappVolumeSnapshotPolicyDailyScheduleOutputReference__checks.go
- GoogleNetappVolumeSnapshotPolicyHourlySchedule.go
- GoogleNetappVolumeSnapshotPolicyHourlyScheduleOutputReference.go
- GoogleNetappVolumeSnapshotPolicyHourlyScheduleOutputReference__checks.go
- GoogleNetappVolumeSnapshotPolicyMonthlySchedule.go
- GoogleNetappVolumeSnapshotPolicyMonthlyScheduleOutputReference.go
- GoogleNetappVolumeSnapshotPolicyMonthlyScheduleOutputReference__checks.go
- GoogleNetappVolumeSnapshotPolicyOutputReference.go
- GoogleNetappVolumeSnapshotPolicyOutputReference__checks.go
- GoogleNetappVolumeSnapshotPolicyWeeklySchedule.go
- GoogleNetappVolumeSnapshotPolicyWeeklyScheduleOutputReference.go
- GoogleNetappVolumeSnapshotPolicyWeeklyScheduleOutputReference__checks.go
- GoogleNetappVolumeTieringPolicy.go
- GoogleNetappVolumeTieringPolicyOutputReference.go
- GoogleNetappVolumeTieringPolicyOutputReference__checks.go
- GoogleNetappVolumeTimeouts.go
- GoogleNetappVolumeTimeoutsOutputReference.go
- GoogleNetappVolumeTimeoutsOutputReference__checks.go
- GoogleNetappVolume__checks.go
- main.go