Documentation ¶
Index ¶
- func NetappVolumeGroupSapHana_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func NetappVolumeGroupSapHana_IsConstruct(x interface{}) *bool
- func NetappVolumeGroupSapHana_IsTerraformElement(x interface{}) *bool
- func NetappVolumeGroupSapHana_IsTerraformResource(x interface{}) *bool
- func NetappVolumeGroupSapHana_TfResourceType() *string
- func NewNetappVolumeGroupSapHanaTimeoutsOutputReference_Override(n NetappVolumeGroupSapHanaTimeoutsOutputReference, ...)
- func NewNetappVolumeGroupSapHanaVolumeDataProtectionReplicationOutputReference_Override(n NetappVolumeGroupSapHanaVolumeDataProtectionReplicationOutputReference, ...)
- func NewNetappVolumeGroupSapHanaVolumeDataProtectionSnapshotPolicyOutputReference_Override(n NetappVolumeGroupSapHanaVolumeDataProtectionSnapshotPolicyOutputReference, ...)
- func NewNetappVolumeGroupSapHanaVolumeExportPolicyRuleList_Override(n NetappVolumeGroupSapHanaVolumeExportPolicyRuleList, ...)
- func NewNetappVolumeGroupSapHanaVolumeExportPolicyRuleOutputReference_Override(n NetappVolumeGroupSapHanaVolumeExportPolicyRuleOutputReference, ...)
- func NewNetappVolumeGroupSapHanaVolumeList_Override(n NetappVolumeGroupSapHanaVolumeList, ...)
- func NewNetappVolumeGroupSapHanaVolumeOutputReference_Override(n NetappVolumeGroupSapHanaVolumeOutputReference, ...)
- func NewNetappVolumeGroupSapHana_Override(n NetappVolumeGroupSapHana, scope constructs.Construct, id *string, ...)
- type NetappVolumeGroupSapHana
- type NetappVolumeGroupSapHanaConfig
- type NetappVolumeGroupSapHanaTimeouts
- type NetappVolumeGroupSapHanaTimeoutsOutputReference
- type NetappVolumeGroupSapHanaVolume
- type NetappVolumeGroupSapHanaVolumeDataProtectionReplication
- type NetappVolumeGroupSapHanaVolumeDataProtectionReplicationOutputReference
- type NetappVolumeGroupSapHanaVolumeDataProtectionSnapshotPolicy
- type NetappVolumeGroupSapHanaVolumeDataProtectionSnapshotPolicyOutputReference
- type NetappVolumeGroupSapHanaVolumeExportPolicyRule
- type NetappVolumeGroupSapHanaVolumeExportPolicyRuleList
- type NetappVolumeGroupSapHanaVolumeExportPolicyRuleOutputReference
- type NetappVolumeGroupSapHanaVolumeList
- type NetappVolumeGroupSapHanaVolumeOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NetappVolumeGroupSapHana_GenerateConfigForImport ¶
func NetappVolumeGroupSapHana_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a NetappVolumeGroupSapHana resource upon running "cdktf plan <stack-name>".
func NetappVolumeGroupSapHana_IsConstruct ¶
func NetappVolumeGroupSapHana_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 NetappVolumeGroupSapHana_IsTerraformElement ¶
func NetappVolumeGroupSapHana_IsTerraformElement(x interface{}) *bool
Experimental.
func NetappVolumeGroupSapHana_IsTerraformResource ¶
func NetappVolumeGroupSapHana_IsTerraformResource(x interface{}) *bool
Experimental.
func NetappVolumeGroupSapHana_TfResourceType ¶
func NetappVolumeGroupSapHana_TfResourceType() *string
func NewNetappVolumeGroupSapHanaTimeoutsOutputReference_Override ¶
func NewNetappVolumeGroupSapHanaTimeoutsOutputReference_Override(n NetappVolumeGroupSapHanaTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewNetappVolumeGroupSapHanaVolumeDataProtectionReplicationOutputReference_Override ¶
func NewNetappVolumeGroupSapHanaVolumeDataProtectionReplicationOutputReference_Override(n NetappVolumeGroupSapHanaVolumeDataProtectionReplicationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewNetappVolumeGroupSapHanaVolumeDataProtectionSnapshotPolicyOutputReference_Override ¶
func NewNetappVolumeGroupSapHanaVolumeDataProtectionSnapshotPolicyOutputReference_Override(n NetappVolumeGroupSapHanaVolumeDataProtectionSnapshotPolicyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewNetappVolumeGroupSapHanaVolumeExportPolicyRuleList_Override ¶
func NewNetappVolumeGroupSapHanaVolumeExportPolicyRuleList_Override(n NetappVolumeGroupSapHanaVolumeExportPolicyRuleList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewNetappVolumeGroupSapHanaVolumeExportPolicyRuleOutputReference_Override ¶
func NewNetappVolumeGroupSapHanaVolumeExportPolicyRuleOutputReference_Override(n NetappVolumeGroupSapHanaVolumeExportPolicyRuleOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewNetappVolumeGroupSapHanaVolumeList_Override ¶
func NewNetappVolumeGroupSapHanaVolumeList_Override(n NetappVolumeGroupSapHanaVolumeList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewNetappVolumeGroupSapHanaVolumeOutputReference_Override ¶
func NewNetappVolumeGroupSapHanaVolumeOutputReference_Override(n NetappVolumeGroupSapHanaVolumeOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewNetappVolumeGroupSapHana_Override ¶
func NewNetappVolumeGroupSapHana_Override(n NetappVolumeGroupSapHana, scope constructs.Construct, id *string, config *NetappVolumeGroupSapHanaConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana azurerm_netapp_volume_group_sap_hana} Resource.
Types ¶
type NetappVolumeGroupSapHana ¶
type NetappVolumeGroupSapHana interface { cdktf.TerraformResource AccountName() *string SetAccountName(val *string) AccountNameInput() *string ApplicationIdentifier() *string SetApplicationIdentifier(val *string) ApplicationIdentifierInput() *string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string GroupDescription() *string SetGroupDescription(val *string) GroupDescriptionInput() *string Id() *string SetId(val *string) IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string SetLocation(val *string) LocationInput() *string Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} ResourceGroupName() *string SetResourceGroupName(val *string) ResourceGroupNameInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() NetappVolumeGroupSapHanaTimeoutsOutputReference TimeoutsInput() interface{} Volume() NetappVolumeGroupSapHanaVolumeList VolumeInput() interface{} // 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) PutTimeouts(value *NetappVolumeGroupSapHanaTimeouts) PutVolume(value interface{}) ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetTimeouts() 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/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana azurerm_netapp_volume_group_sap_hana}.
func NewNetappVolumeGroupSapHana ¶
func NewNetappVolumeGroupSapHana(scope constructs.Construct, id *string, config *NetappVolumeGroupSapHanaConfig) NetappVolumeGroupSapHana
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana azurerm_netapp_volume_group_sap_hana} Resource.
type NetappVolumeGroupSapHanaConfig ¶
type NetappVolumeGroupSapHanaConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#account_name NetappVolumeGroupSapHana#account_name}. AccountName *string `field:"required" json:"accountName" yaml:"accountName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#application_identifier NetappVolumeGroupSapHana#application_identifier}. ApplicationIdentifier *string `field:"required" json:"applicationIdentifier" yaml:"applicationIdentifier"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#group_description NetappVolumeGroupSapHana#group_description}. GroupDescription *string `field:"required" json:"groupDescription" yaml:"groupDescription"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#location NetappVolumeGroupSapHana#location}. Location *string `field:"required" json:"location" yaml:"location"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#name NetappVolumeGroupSapHana#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#resource_group_name NetappVolumeGroupSapHana#resource_group_name}. ResourceGroupName *string `field:"required" json:"resourceGroupName" yaml:"resourceGroupName"` // volume block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#volume NetappVolumeGroupSapHana#volume} Volume interface{} `field:"required" json:"volume" yaml:"volume"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#id NetappVolumeGroupSapHana#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"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#timeouts NetappVolumeGroupSapHana#timeouts} Timeouts *NetappVolumeGroupSapHanaTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type NetappVolumeGroupSapHanaTimeouts ¶
type NetappVolumeGroupSapHanaTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#create NetappVolumeGroupSapHana#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#delete NetappVolumeGroupSapHana#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#read NetappVolumeGroupSapHana#read}. Read *string `field:"optional" json:"read" yaml:"read"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#update NetappVolumeGroupSapHana#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type NetappVolumeGroupSapHanaTimeoutsOutputReference ¶
type NetappVolumeGroupSapHanaTimeoutsOutputReference 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{}) Read() *string SetRead(val *string) ReadInput() *string // 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() ResetRead() 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 NewNetappVolumeGroupSapHanaTimeoutsOutputReference ¶
func NewNetappVolumeGroupSapHanaTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) NetappVolumeGroupSapHanaTimeoutsOutputReference
type NetappVolumeGroupSapHanaVolume ¶
type NetappVolumeGroupSapHanaVolume struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#capacity_pool_id NetappVolumeGroupSapHana#capacity_pool_id}. CapacityPoolId *string `field:"required" json:"capacityPoolId" yaml:"capacityPoolId"` // export_policy_rule block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#export_policy_rule NetappVolumeGroupSapHana#export_policy_rule} ExportPolicyRule interface{} `field:"required" json:"exportPolicyRule" yaml:"exportPolicyRule"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#name NetappVolumeGroupSapHana#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#protocols NetappVolumeGroupSapHana#protocols}. Protocols *[]*string `field:"required" json:"protocols" yaml:"protocols"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#security_style NetappVolumeGroupSapHana#security_style}. SecurityStyle *string `field:"required" json:"securityStyle" yaml:"securityStyle"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#service_level NetappVolumeGroupSapHana#service_level}. ServiceLevel *string `field:"required" json:"serviceLevel" yaml:"serviceLevel"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#snapshot_directory_visible NetappVolumeGroupSapHana#snapshot_directory_visible}. SnapshotDirectoryVisible interface{} `field:"required" json:"snapshotDirectoryVisible" yaml:"snapshotDirectoryVisible"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#storage_quota_in_gb NetappVolumeGroupSapHana#storage_quota_in_gb}. StorageQuotaInGb *float64 `field:"required" json:"storageQuotaInGb" yaml:"storageQuotaInGb"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#subnet_id NetappVolumeGroupSapHana#subnet_id}. SubnetId *string `field:"required" json:"subnetId" yaml:"subnetId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#throughput_in_mibps NetappVolumeGroupSapHana#throughput_in_mibps}. ThroughputInMibps *float64 `field:"required" json:"throughputInMibps" yaml:"throughputInMibps"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#volume_path NetappVolumeGroupSapHana#volume_path}. VolumePath *string `field:"required" json:"volumePath" yaml:"volumePath"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#volume_spec_name NetappVolumeGroupSapHana#volume_spec_name}. VolumeSpecName *string `field:"required" json:"volumeSpecName" yaml:"volumeSpecName"` // data_protection_replication block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#data_protection_replication NetappVolumeGroupSapHana#data_protection_replication} DataProtectionReplication *NetappVolumeGroupSapHanaVolumeDataProtectionReplication `field:"optional" json:"dataProtectionReplication" yaml:"dataProtectionReplication"` // data_protection_snapshot_policy block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#data_protection_snapshot_policy NetappVolumeGroupSapHana#data_protection_snapshot_policy} DataProtectionSnapshotPolicy *NetappVolumeGroupSapHanaVolumeDataProtectionSnapshotPolicy `field:"optional" json:"dataProtectionSnapshotPolicy" yaml:"dataProtectionSnapshotPolicy"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#proximity_placement_group_id NetappVolumeGroupSapHana#proximity_placement_group_id}. ProximityPlacementGroupId *string `field:"optional" json:"proximityPlacementGroupId" yaml:"proximityPlacementGroupId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#tags NetappVolumeGroupSapHana#tags}. Tags *map[string]*string `field:"optional" json:"tags" yaml:"tags"` }
type NetappVolumeGroupSapHanaVolumeDataProtectionReplication ¶
type NetappVolumeGroupSapHanaVolumeDataProtectionReplication struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#remote_volume_location NetappVolumeGroupSapHana#remote_volume_location}. RemoteVolumeLocation *string `field:"required" json:"remoteVolumeLocation" yaml:"remoteVolumeLocation"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#remote_volume_resource_id NetappVolumeGroupSapHana#remote_volume_resource_id}. RemoteVolumeResourceId *string `field:"required" json:"remoteVolumeResourceId" yaml:"remoteVolumeResourceId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#replication_frequency NetappVolumeGroupSapHana#replication_frequency}. ReplicationFrequency *string `field:"required" json:"replicationFrequency" yaml:"replicationFrequency"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#endpoint_type NetappVolumeGroupSapHana#endpoint_type}. EndpointType *string `field:"optional" json:"endpointType" yaml:"endpointType"` }
type NetappVolumeGroupSapHanaVolumeDataProtectionReplicationOutputReference ¶
type NetappVolumeGroupSapHanaVolumeDataProtectionReplicationOutputReference 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 EndpointType() *string SetEndpointType(val *string) EndpointTypeInput() *string // Experimental. Fqn() *string InternalValue() *NetappVolumeGroupSapHanaVolumeDataProtectionReplication SetInternalValue(val *NetappVolumeGroupSapHanaVolumeDataProtectionReplication) RemoteVolumeLocation() *string SetRemoteVolumeLocation(val *string) RemoteVolumeLocationInput() *string RemoteVolumeResourceId() *string SetRemoteVolumeResourceId(val *string) RemoteVolumeResourceIdInput() *string ReplicationFrequency() *string SetReplicationFrequency(val *string) ReplicationFrequencyInput() *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 ResetEndpointType() // 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 NewNetappVolumeGroupSapHanaVolumeDataProtectionReplicationOutputReference ¶
func NewNetappVolumeGroupSapHanaVolumeDataProtectionReplicationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) NetappVolumeGroupSapHanaVolumeDataProtectionReplicationOutputReference
type NetappVolumeGroupSapHanaVolumeDataProtectionSnapshotPolicy ¶
type NetappVolumeGroupSapHanaVolumeDataProtectionSnapshotPolicy struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#snapshot_policy_id NetappVolumeGroupSapHana#snapshot_policy_id}. SnapshotPolicyId *string `field:"required" json:"snapshotPolicyId" yaml:"snapshotPolicyId"` }
type NetappVolumeGroupSapHanaVolumeDataProtectionSnapshotPolicyOutputReference ¶
type NetappVolumeGroupSapHanaVolumeDataProtectionSnapshotPolicyOutputReference 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() *NetappVolumeGroupSapHanaVolumeDataProtectionSnapshotPolicy SetInternalValue(val *NetappVolumeGroupSapHanaVolumeDataProtectionSnapshotPolicy) SnapshotPolicyId() *string SetSnapshotPolicyId(val *string) SnapshotPolicyIdInput() *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 NewNetappVolumeGroupSapHanaVolumeDataProtectionSnapshotPolicyOutputReference ¶
func NewNetappVolumeGroupSapHanaVolumeDataProtectionSnapshotPolicyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) NetappVolumeGroupSapHanaVolumeDataProtectionSnapshotPolicyOutputReference
type NetappVolumeGroupSapHanaVolumeExportPolicyRule ¶
type NetappVolumeGroupSapHanaVolumeExportPolicyRule struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#allowed_clients NetappVolumeGroupSapHana#allowed_clients}. AllowedClients *string `field:"required" json:"allowedClients" yaml:"allowedClients"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#nfsv3_enabled NetappVolumeGroupSapHana#nfsv3_enabled}. Nfsv3Enabled interface{} `field:"required" json:"nfsv3Enabled" yaml:"nfsv3Enabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#nfsv41_enabled NetappVolumeGroupSapHana#nfsv41_enabled}. Nfsv41Enabled interface{} `field:"required" json:"nfsv41Enabled" yaml:"nfsv41Enabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#rule_index NetappVolumeGroupSapHana#rule_index}. RuleIndex *float64 `field:"required" json:"ruleIndex" yaml:"ruleIndex"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#root_access_enabled NetappVolumeGroupSapHana#root_access_enabled}. RootAccessEnabled interface{} `field:"optional" json:"rootAccessEnabled" yaml:"rootAccessEnabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#unix_read_only NetappVolumeGroupSapHana#unix_read_only}. UnixReadOnly interface{} `field:"optional" json:"unixReadOnly" yaml:"unixReadOnly"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.12.0/docs/resources/netapp_volume_group_sap_hana#unix_read_write NetappVolumeGroupSapHana#unix_read_write}. UnixReadWrite interface{} `field:"optional" json:"unixReadWrite" yaml:"unixReadWrite"` }
type NetappVolumeGroupSapHanaVolumeExportPolicyRuleList ¶
type NetappVolumeGroupSapHanaVolumeExportPolicyRuleList 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) NetappVolumeGroupSapHanaVolumeExportPolicyRuleOutputReference // 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 NewNetappVolumeGroupSapHanaVolumeExportPolicyRuleList ¶
func NewNetappVolumeGroupSapHanaVolumeExportPolicyRuleList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) NetappVolumeGroupSapHanaVolumeExportPolicyRuleList
type NetappVolumeGroupSapHanaVolumeExportPolicyRuleOutputReference ¶
type NetappVolumeGroupSapHanaVolumeExportPolicyRuleOutputReference interface { cdktf.ComplexObject 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 InternalValue() interface{} SetInternalValue(val interface{}) Nfsv3Enabled() interface{} SetNfsv3Enabled(val interface{}) Nfsv3EnabledInput() interface{} Nfsv41Enabled() interface{} SetNfsv41Enabled(val interface{}) Nfsv41EnabledInput() interface{} RootAccessEnabled() interface{} SetRootAccessEnabled(val interface{}) RootAccessEnabledInput() interface{} RuleIndex() *float64 SetRuleIndex(val *float64) RuleIndexInput() *float64 // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) UnixReadOnly() interface{} SetUnixReadOnly(val interface{}) UnixReadOnlyInput() interface{} UnixReadWrite() interface{} SetUnixReadWrite(val interface{}) UnixReadWriteInput() interface{} // 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 ResetRootAccessEnabled() ResetUnixReadOnly() ResetUnixReadWrite() // 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 NewNetappVolumeGroupSapHanaVolumeExportPolicyRuleOutputReference ¶
func NewNetappVolumeGroupSapHanaVolumeExportPolicyRuleOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) NetappVolumeGroupSapHanaVolumeExportPolicyRuleOutputReference
type NetappVolumeGroupSapHanaVolumeList ¶
type NetappVolumeGroupSapHanaVolumeList 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) NetappVolumeGroupSapHanaVolumeOutputReference // 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 NewNetappVolumeGroupSapHanaVolumeList ¶
func NewNetappVolumeGroupSapHanaVolumeList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) NetappVolumeGroupSapHanaVolumeList
type NetappVolumeGroupSapHanaVolumeOutputReference ¶
type NetappVolumeGroupSapHanaVolumeOutputReference interface { cdktf.ComplexObject CapacityPoolId() *string SetCapacityPoolId(val *string) CapacityPoolIdInput() *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 DataProtectionReplication() NetappVolumeGroupSapHanaVolumeDataProtectionReplicationOutputReference DataProtectionReplicationInput() *NetappVolumeGroupSapHanaVolumeDataProtectionReplication DataProtectionSnapshotPolicy() NetappVolumeGroupSapHanaVolumeDataProtectionSnapshotPolicyOutputReference DataProtectionSnapshotPolicyInput() *NetappVolumeGroupSapHanaVolumeDataProtectionSnapshotPolicy ExportPolicyRule() NetappVolumeGroupSapHanaVolumeExportPolicyRuleList ExportPolicyRuleInput() interface{} // Experimental. Fqn() *string Id() *string InternalValue() interface{} SetInternalValue(val interface{}) MountIpAddresses() *[]*string Name() *string SetName(val *string) NameInput() *string Protocols() *[]*string SetProtocols(val *[]*string) ProtocolsInput() *[]*string ProximityPlacementGroupId() *string SetProximityPlacementGroupId(val *string) ProximityPlacementGroupIdInput() *string SecurityStyle() *string SetSecurityStyle(val *string) SecurityStyleInput() *string ServiceLevel() *string SetServiceLevel(val *string) ServiceLevelInput() *string SnapshotDirectoryVisible() interface{} SetSnapshotDirectoryVisible(val interface{}) SnapshotDirectoryVisibleInput() interface{} StorageQuotaInGb() *float64 SetStorageQuotaInGb(val *float64) StorageQuotaInGbInput() *float64 SubnetId() *string SetSubnetId(val *string) SubnetIdInput() *string Tags() *map[string]*string SetTags(val *map[string]*string) TagsInput() *map[string]*string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) ThroughputInMibps() *float64 SetThroughputInMibps(val *float64) ThroughputInMibpsInput() *float64 VolumePath() *string SetVolumePath(val *string) VolumePathInput() *string VolumeSpecName() *string SetVolumeSpecName(val *string) VolumeSpecNameInput() *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 PutDataProtectionReplication(value *NetappVolumeGroupSapHanaVolumeDataProtectionReplication) PutDataProtectionSnapshotPolicy(value *NetappVolumeGroupSapHanaVolumeDataProtectionSnapshotPolicy) PutExportPolicyRule(value interface{}) ResetDataProtectionReplication() ResetDataProtectionSnapshotPolicy() ResetProximityPlacementGroupId() ResetTags() // 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 NewNetappVolumeGroupSapHanaVolumeOutputReference ¶
func NewNetappVolumeGroupSapHanaVolumeOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) NetappVolumeGroupSapHanaVolumeOutputReference
Source Files ¶
- NetappVolumeGroupSapHana.go
- NetappVolumeGroupSapHanaConfig.go
- NetappVolumeGroupSapHanaTimeouts.go
- NetappVolumeGroupSapHanaTimeoutsOutputReference.go
- NetappVolumeGroupSapHanaTimeoutsOutputReference__checks.go
- NetappVolumeGroupSapHanaVolume.go
- NetappVolumeGroupSapHanaVolumeDataProtectionReplication.go
- NetappVolumeGroupSapHanaVolumeDataProtectionReplicationOutputReference.go
- NetappVolumeGroupSapHanaVolumeDataProtectionReplicationOutputReference__checks.go
- NetappVolumeGroupSapHanaVolumeDataProtectionSnapshotPolicy.go
- NetappVolumeGroupSapHanaVolumeDataProtectionSnapshotPolicyOutputReference.go
- NetappVolumeGroupSapHanaVolumeDataProtectionSnapshotPolicyOutputReference__checks.go
- NetappVolumeGroupSapHanaVolumeExportPolicyRule.go
- NetappVolumeGroupSapHanaVolumeExportPolicyRuleList.go
- NetappVolumeGroupSapHanaVolumeExportPolicyRuleList__checks.go
- NetappVolumeGroupSapHanaVolumeExportPolicyRuleOutputReference.go
- NetappVolumeGroupSapHanaVolumeExportPolicyRuleOutputReference__checks.go
- NetappVolumeGroupSapHanaVolumeList.go
- NetappVolumeGroupSapHanaVolumeList__checks.go
- NetappVolumeGroupSapHanaVolumeOutputReference.go
- NetappVolumeGroupSapHanaVolumeOutputReference__checks.go
- NetappVolumeGroupSapHana__checks.go
- main.go