Package org.cdk8s.plus25.k8s
Class IscsiPersistentVolumeSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.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.plus25.k8s.IscsiPersistentVolumeSource
IscsiPersistentVolumeSource.Builder, IscsiPersistentVolumeSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(IscsiPersistentVolumeSource.Builder builder)Constructor that initializes the object based on literal property values passed by theIscsiPersistentVolumeSource.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)BooleangetChapAuthDiscovery()chapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication.BooleangetChapAuthSession()chapAuthSession defines whether support iSCSI Session CHAP authentication.StringgetFsType()fsType is the filesystem type of the volume that you want to mount.StringgetInitiatorName()initiatorName is the custom iSCSI Initiator Name.StringgetIqn()iqn is Target iSCSI Qualified Name.StringgetIscsiInterface()iscsiInterface is the interface Name that uses an iSCSI transport.NumbergetLun()lun is iSCSI Target Lun number.List<String>getPortals()portals is the iSCSI Target Portal List.BooleangetReadOnly()readOnly here will force the ReadOnly setting in VolumeMounts.SecretReferencegetSecretRef()secretRef is the CHAP Secret for iSCSI target and initiator authentication.StringgetTargetPortal()targetPortal is iSCSI Target Portal.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(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:IscsiPersistentVolumeSourceiqn is Target iSCSI Qualified Name.- Specified by:
getIqnin interfaceIscsiPersistentVolumeSource
-
getLun
public final Number getLun()
Description copied from interface:IscsiPersistentVolumeSourcelun is iSCSI Target Lun number.- Specified by:
getLunin interfaceIscsiPersistentVolumeSource
-
getTargetPortal
public final String getTargetPortal()
Description copied from interface:IscsiPersistentVolumeSourcetargetPortal 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:
getTargetPortalin interfaceIscsiPersistentVolumeSource
-
getChapAuthDiscovery
public final Boolean getChapAuthDiscovery()
Description copied from interface:IscsiPersistentVolumeSourcechapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication.- Specified by:
getChapAuthDiscoveryin interfaceIscsiPersistentVolumeSource
-
getChapAuthSession
public final Boolean getChapAuthSession()
Description copied from interface:IscsiPersistentVolumeSourcechapAuthSession defines whether support iSCSI Session CHAP authentication.- Specified by:
getChapAuthSessionin interfaceIscsiPersistentVolumeSource
-
getFsType
public final String getFsType()
Description copied from interface:IscsiPersistentVolumeSourcefsType 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:
getFsTypein interfaceIscsiPersistentVolumeSource
-
getInitiatorName
public final String getInitiatorName()
Description copied from interface:IscsiPersistentVolumeSourceinitiatorName is the custom iSCSI Initiator Name.If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface
: will be created for the connection. - Specified by:
getInitiatorNamein interfaceIscsiPersistentVolumeSource
-
getIscsiInterface
public final String getIscsiInterface()
Description copied from interface:IscsiPersistentVolumeSourceiscsiInterface is the interface Name that uses an iSCSI transport.Defaults to 'default' (tcp).
Default: default' (tcp).
- Specified by:
getIscsiInterfacein interfaceIscsiPersistentVolumeSource
-
getPortals
public final List<String> getPortals()
Description copied from interface:IscsiPersistentVolumeSourceportals 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:
getPortalsin interfaceIscsiPersistentVolumeSource
-
getReadOnly
public final Boolean getReadOnly()
Description copied from interface:IscsiPersistentVolumeSourcereadOnly here will force the ReadOnly setting in VolumeMounts.Defaults to false.
Default: false.
- Specified by:
getReadOnlyin interfaceIscsiPersistentVolumeSource
-
getSecretRef
public final SecretReference getSecretRef()
Description copied from interface:IscsiPersistentVolumeSourcesecretRef is the CHAP Secret for iSCSI target and initiator authentication.- Specified by:
getSecretRefin interfaceIscsiPersistentVolumeSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-