software.amazon.jsii.JsiiObject.InitializationMode
Tmpfs.Builder, Tmpfs.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String containerPath,
Number size,
List<? extends TmpfsMountOption> mountOptions)
Constructor that initializes the object based on literal property values passed by the
Tmpfs.Builder . |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getContainerPath()
(experimental) The absolute file path where the tmpfs volume is to be mounted.
|
List<TmpfsMountOption> |
getMountOptions()
(experimental) The list of tmpfs volume mount options.
|
Number |
getSize()
(experimental) The size (in MiB) of the tmpfs volume.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(String containerPath, Number size, List<? extends TmpfsMountOption> mountOptions)
Tmpfs.Builder
.public final String getContainerPath()
Tmpfs
getContainerPath
in interface Tmpfs
public final Number getSize()
Tmpfs
public final List<TmpfsMountOption> getMountOptions()
Tmpfs
For more information, see TmpfsMountOptions.
getMountOptions
in interface Tmpfs
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.