Package org.cdk8s.plus24.k8s
Class FcVolumeSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.FcVolumeSource.Jsii$Proxy
-
- All Implemented Interfaces:
FcVolumeSource
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- FcVolumeSource
@Stability(Stable) @Internal public static final class FcVolumeSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FcVolumeSource
An implementation forFcVolumeSource
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus24.k8s.FcVolumeSource
FcVolumeSource.Builder, FcVolumeSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(FcVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theFcVolumeSource.Builder
.protected
Jsii$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()
boolean
equals(Object o)
String
getFsType()
fsType is the filesystem type to mount.Number
getLun()
lun is Optional: FC target lun number.Boolean
getReadOnly()
readOnly is Optional: Defaults to false (read/write).List<String>
getTargetWwNs()
targetWWNs is Optional: FC target worldwide names (WWNs).List<String>
getWwids()
wwids Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.int
hashCode()
-
-
-
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(FcVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theFcVolumeSource.Builder
.
-
-
Method Detail
-
getFsType
public final String getFsType()
Description copied from interface:FcVolumeSource
fsType is the filesystem type to mount.Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
- Specified by:
getFsType
in interfaceFcVolumeSource
-
getLun
public final Number getLun()
Description copied from interface:FcVolumeSource
lun is Optional: FC target lun number.- Specified by:
getLun
in interfaceFcVolumeSource
-
getReadOnly
public final Boolean getReadOnly()
Description copied from interface:FcVolumeSource
readOnly is Optional: Defaults to false (read/write).ReadOnly here will force the ReadOnly setting in VolumeMounts.
Default: false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
- Specified by:
getReadOnly
in interfaceFcVolumeSource
-
getTargetWwNs
public final List<String> getTargetWwNs()
Description copied from interface:FcVolumeSource
targetWWNs is Optional: FC target worldwide names (WWNs).- Specified by:
getTargetWwNs
in interfaceFcVolumeSource
-
getWwids
public final List<String> getWwids()
Description copied from interface:FcVolumeSource
wwids Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.- Specified by:
getWwids
in interfaceFcVolumeSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-