Package org.cdk8s.plus24.k8s
Class IscsiPersistentVolumeSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.IscsiPersistentVolumeSource.Jsii$Proxy
-
- All Implemented Interfaces:
IscsiPersistentVolumeSource
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IscsiPersistentVolumeSource
@Stability(Stable) @Internal public static final class IscsiPersistentVolumeSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IscsiPersistentVolumeSource
An implementation forIscsiPersistentVolumeSource
-
-
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.IscsiPersistentVolumeSource
IscsiPersistentVolumeSource.Builder, IscsiPersistentVolumeSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(IscsiPersistentVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theIscsiPersistentVolumeSource.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)
Boolean
getChapAuthDiscovery()
chapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication.Boolean
getChapAuthSession()
chapAuthSession defines whether support iSCSI Session CHAP authentication.String
getFsType()
fsType is the filesystem type of the volume that you want to mount.String
getInitiatorName()
initiatorName is the custom iSCSI Initiator Name.String
getIqn()
iqn is Target iSCSI Qualified Name.String
getIscsiInterface()
iscsiInterface is the interface Name that uses an iSCSI transport.Number
getLun()
lun is iSCSI Target Lun number.List<String>
getPortals()
portals is the iSCSI Target Portal List.Boolean
getReadOnly()
readOnly here will force the ReadOnly setting in VolumeMounts.SecretReference
getSecretRef()
secretRef is the CHAP Secret for iSCSI target and initiator authentication.String
getTargetPortal()
targetPortal is iSCSI Target Portal.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(IscsiPersistentVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theIscsiPersistentVolumeSource.Builder
.
-
-
Method Detail
-
getIqn
public final String getIqn()
Description copied from interface:IscsiPersistentVolumeSource
iqn is Target iSCSI Qualified Name.- Specified by:
getIqn
in interfaceIscsiPersistentVolumeSource
-
getLun
public final Number getLun()
Description copied from interface:IscsiPersistentVolumeSource
lun is iSCSI Target Lun number.- Specified by:
getLun
in interfaceIscsiPersistentVolumeSource
-
getTargetPortal
public final String getTargetPortal()
Description copied from interface:IscsiPersistentVolumeSource
targetPortal is iSCSI Target Portal.The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).
- Specified by:
getTargetPortal
in interfaceIscsiPersistentVolumeSource
-
getChapAuthDiscovery
public final Boolean getChapAuthDiscovery()
Description copied from interface:IscsiPersistentVolumeSource
chapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication.- Specified by:
getChapAuthDiscovery
in interfaceIscsiPersistentVolumeSource
-
getChapAuthSession
public final Boolean getChapAuthSession()
Description copied from interface:IscsiPersistentVolumeSource
chapAuthSession defines whether support iSCSI Session CHAP authentication.- Specified by:
getChapAuthSession
in interfaceIscsiPersistentVolumeSource
-
getFsType
public final String getFsType()
Description copied from interface:IscsiPersistentVolumeSource
fsType is the filesystem type of the volume that you want to mount.Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi
- Specified by:
getFsType
in interfaceIscsiPersistentVolumeSource
-
getInitiatorName
public final String getInitiatorName()
Description copied from interface:IscsiPersistentVolumeSource
initiatorName is the custom iSCSI Initiator Name.If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface
: will be created for the connection. - Specified by:
getInitiatorName
in interfaceIscsiPersistentVolumeSource
-
getIscsiInterface
public final String getIscsiInterface()
Description copied from interface:IscsiPersistentVolumeSource
iscsiInterface is the interface Name that uses an iSCSI transport.Defaults to 'default' (tcp).
Default: default' (tcp).
- Specified by:
getIscsiInterface
in interfaceIscsiPersistentVolumeSource
-
getPortals
public final List<String> getPortals()
Description copied from interface:IscsiPersistentVolumeSource
portals is the iSCSI Target Portal List.The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).
- Specified by:
getPortals
in interfaceIscsiPersistentVolumeSource
-
getReadOnly
public final Boolean getReadOnly()
Description copied from interface:IscsiPersistentVolumeSource
readOnly here will force the ReadOnly setting in VolumeMounts.Defaults to false.
Default: false.
- Specified by:
getReadOnly
in interfaceIscsiPersistentVolumeSource
-
getSecretRef
public final SecretReference getSecretRef()
Description copied from interface:IscsiPersistentVolumeSource
secretRef is the CHAP Secret for iSCSI target and initiator authentication.- Specified by:
getSecretRef
in interfaceIscsiPersistentVolumeSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-