Class FsxOntapFileSystemConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.fsx_ontap_file_system.FsxOntapFileSystemConfig.Jsii$Proxy
-
- All Implemented Interfaces:
FsxOntapFileSystemConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- FsxOntapFileSystemConfig
@Stability(Stable) @Internal public static final class FsxOntapFileSystemConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FsxOntapFileSystemConfig
An implementation forFsxOntapFileSystemConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.fsx_ontap_file_system.FsxOntapFileSystemConfig
FsxOntapFileSystemConfig.Builder, FsxOntapFileSystemConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(FsxOntapFileSystemConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theFsxOntapFileSystemConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)NumbergetAutomaticBackupRetentionDays()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#automatic_backup_retention_days FsxOntapFileSystem#automatic_backup_retention_days}.ObjectgetConnection()ObjectgetCount()StringgetDailyAutomaticBackupStartTime()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#daily_automatic_backup_start_time FsxOntapFileSystem#daily_automatic_backup_start_time}.List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDeploymentType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#deployment_type FsxOntapFileSystem#deployment_type}.FsxOntapFileSystemDiskIopsConfigurationgetDiskIopsConfiguration()disk_iops_configuration block.StringgetEndpointIpAddressRange()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#endpoint_ip_address_range FsxOntapFileSystem#endpoint_ip_address_range}.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetFsxAdminPassword()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#fsx_admin_password FsxOntapFileSystem#fsx_admin_password}.StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#id FsxOntapFileSystem#id}.StringgetKmsKeyId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#kms_key_id FsxOntapFileSystem#kms_key_id}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetPreferredSubnetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#preferred_subnet_id FsxOntapFileSystem#preferred_subnet_id}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()List<String>getRouteTableIds()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#route_table_ids FsxOntapFileSystem#route_table_ids}.List<String>getSecurityGroupIds()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#security_group_ids FsxOntapFileSystem#security_group_ids}.NumbergetStorageCapacity()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#storage_capacity FsxOntapFileSystem#storage_capacity}.StringgetStorageType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#storage_type FsxOntapFileSystem#storage_type}.List<String>getSubnetIds()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#subnet_ids FsxOntapFileSystem#subnet_ids}.Map<String,String>getTags()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#tags FsxOntapFileSystem#tags}.Map<String,String>getTagsAll()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#tags_all FsxOntapFileSystem#tags_all}.NumbergetThroughputCapacity()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#throughput_capacity FsxOntapFileSystem#throughput_capacity}.FsxOntapFileSystemTimeoutsgetTimeouts()timeouts block.StringgetWeeklyMaintenanceStartTime()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#weekly_maintenance_start_time FsxOntapFileSystem#weekly_maintenance_start_time}.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(FsxOntapFileSystemConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theFsxOntapFileSystemConfig.Builder.
-
-
Method Detail
-
getDeploymentType
public final String getDeploymentType()
Description copied from interface:FsxOntapFileSystemConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#deployment_type FsxOntapFileSystem#deployment_type}.- Specified by:
getDeploymentTypein interfaceFsxOntapFileSystemConfig
-
getPreferredSubnetId
public final String getPreferredSubnetId()
Description copied from interface:FsxOntapFileSystemConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#preferred_subnet_id FsxOntapFileSystem#preferred_subnet_id}.- Specified by:
getPreferredSubnetIdin interfaceFsxOntapFileSystemConfig
-
getSubnetIds
public final List<String> getSubnetIds()
Description copied from interface:FsxOntapFileSystemConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#subnet_ids FsxOntapFileSystem#subnet_ids}.- Specified by:
getSubnetIdsin interfaceFsxOntapFileSystemConfig
-
getThroughputCapacity
public final Number getThroughputCapacity()
Description copied from interface:FsxOntapFileSystemConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#throughput_capacity FsxOntapFileSystem#throughput_capacity}.- Specified by:
getThroughputCapacityin interfaceFsxOntapFileSystemConfig
-
getAutomaticBackupRetentionDays
public final Number getAutomaticBackupRetentionDays()
Description copied from interface:FsxOntapFileSystemConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#automatic_backup_retention_days FsxOntapFileSystem#automatic_backup_retention_days}.- Specified by:
getAutomaticBackupRetentionDaysin interfaceFsxOntapFileSystemConfig
-
getDailyAutomaticBackupStartTime
public final String getDailyAutomaticBackupStartTime()
Description copied from interface:FsxOntapFileSystemConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#daily_automatic_backup_start_time FsxOntapFileSystem#daily_automatic_backup_start_time}.- Specified by:
getDailyAutomaticBackupStartTimein interfaceFsxOntapFileSystemConfig
-
getDiskIopsConfiguration
public final FsxOntapFileSystemDiskIopsConfiguration getDiskIopsConfiguration()
Description copied from interface:FsxOntapFileSystemConfigdisk_iops_configuration block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#disk_iops_configuration FsxOntapFileSystem#disk_iops_configuration}
- Specified by:
getDiskIopsConfigurationin interfaceFsxOntapFileSystemConfig
-
getEndpointIpAddressRange
public final String getEndpointIpAddressRange()
Description copied from interface:FsxOntapFileSystemConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#endpoint_ip_address_range FsxOntapFileSystem#endpoint_ip_address_range}.- Specified by:
getEndpointIpAddressRangein interfaceFsxOntapFileSystemConfig
-
getFsxAdminPassword
public final String getFsxAdminPassword()
Description copied from interface:FsxOntapFileSystemConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#fsx_admin_password FsxOntapFileSystem#fsx_admin_password}.- Specified by:
getFsxAdminPasswordin interfaceFsxOntapFileSystemConfig
-
getId
public final String getId()
Description copied from interface:FsxOntapFileSystemConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#id FsxOntapFileSystem#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.
- Specified by:
getIdin interfaceFsxOntapFileSystemConfig
-
getKmsKeyId
public final String getKmsKeyId()
Description copied from interface:FsxOntapFileSystemConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#kms_key_id FsxOntapFileSystem#kms_key_id}.- Specified by:
getKmsKeyIdin interfaceFsxOntapFileSystemConfig
-
getRouteTableIds
public final List<String> getRouteTableIds()
Description copied from interface:FsxOntapFileSystemConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#route_table_ids FsxOntapFileSystem#route_table_ids}.- Specified by:
getRouteTableIdsin interfaceFsxOntapFileSystemConfig
-
getSecurityGroupIds
public final List<String> getSecurityGroupIds()
Description copied from interface:FsxOntapFileSystemConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#security_group_ids FsxOntapFileSystem#security_group_ids}.- Specified by:
getSecurityGroupIdsin interfaceFsxOntapFileSystemConfig
-
getStorageCapacity
public final Number getStorageCapacity()
Description copied from interface:FsxOntapFileSystemConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#storage_capacity FsxOntapFileSystem#storage_capacity}.- Specified by:
getStorageCapacityin interfaceFsxOntapFileSystemConfig
-
getStorageType
public final String getStorageType()
Description copied from interface:FsxOntapFileSystemConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#storage_type FsxOntapFileSystem#storage_type}.- Specified by:
getStorageTypein interfaceFsxOntapFileSystemConfig
-
getTags
public final Map<String,String> getTags()
Description copied from interface:FsxOntapFileSystemConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#tags FsxOntapFileSystem#tags}.- Specified by:
getTagsin interfaceFsxOntapFileSystemConfig
-
getTagsAll
public final Map<String,String> getTagsAll()
Description copied from interface:FsxOntapFileSystemConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#tags_all FsxOntapFileSystem#tags_all}.- Specified by:
getTagsAllin interfaceFsxOntapFileSystemConfig
-
getTimeouts
public final FsxOntapFileSystemTimeouts getTimeouts()
Description copied from interface:FsxOntapFileSystemConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#timeouts FsxOntapFileSystem#timeouts}
- Specified by:
getTimeoutsin interfaceFsxOntapFileSystemConfig
-
getWeeklyMaintenanceStartTime
public final String getWeeklyMaintenanceStartTime()
Description copied from interface:FsxOntapFileSystemConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#weekly_maintenance_start_time FsxOntapFileSystem#weekly_maintenance_start_time}.- Specified by:
getWeeklyMaintenanceStartTimein interfaceFsxOntapFileSystemConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-