Class FsxOntapFileSystemDiskIopsConfiguration.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.fsx_ontap_file_system.FsxOntapFileSystemDiskIopsConfiguration.Jsii$Proxy
-
- All Implemented Interfaces:
FsxOntapFileSystemDiskIopsConfiguration,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- FsxOntapFileSystemDiskIopsConfiguration
@Stability(Stable) @Internal public static final class FsxOntapFileSystemDiskIopsConfiguration.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FsxOntapFileSystemDiskIopsConfiguration
An implementation forFsxOntapFileSystemDiskIopsConfiguration
-
-
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.FsxOntapFileSystemDiskIopsConfiguration
FsxOntapFileSystemDiskIopsConfiguration.Builder, FsxOntapFileSystemDiskIopsConfiguration.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(FsxOntapFileSystemDiskIopsConfiguration.Builder builder)Constructor that initializes the object based on literal property values passed by theFsxOntapFileSystemDiskIopsConfiguration.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)NumbergetIops()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#iops FsxOntapFileSystem#iops}.StringgetMode()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#mode FsxOntapFileSystem#mode}.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(FsxOntapFileSystemDiskIopsConfiguration.Builder builder)
Constructor that initializes the object based on literal property values passed by theFsxOntapFileSystemDiskIopsConfiguration.Builder.
-
-
Method Detail
-
getIops
public final Number getIops()
Description copied from interface:FsxOntapFileSystemDiskIopsConfigurationDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#iops FsxOntapFileSystem#iops}.- Specified by:
getIopsin interfaceFsxOntapFileSystemDiskIopsConfiguration
-
getMode
public final String getMode()
Description copied from interface:FsxOntapFileSystemDiskIopsConfigurationDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#mode FsxOntapFileSystem#mode}.- Specified by:
getModein interfaceFsxOntapFileSystemDiskIopsConfiguration
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-