Package org.cdk8s.plus25.k8s
Class IscsiVolumeSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.IscsiVolumeSource.Jsii$Proxy
-
- All Implemented Interfaces:
IscsiVolumeSource,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IscsiVolumeSource
@Stability(Stable) @Internal public static final class IscsiVolumeSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IscsiVolumeSource
An implementation forIscsiVolumeSource
-
-
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.IscsiVolumeSource
IscsiVolumeSource.Builder, IscsiVolumeSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(IscsiVolumeSource.Builder builder)Constructor that initializes the object based on literal property values passed by theIscsiVolumeSource.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 the target iSCSI Qualified Name.StringgetIscsiInterface()iscsiInterface is the interface Name that uses an iSCSI transport.NumbergetLun()lun represents iSCSI Target Lun number.List<String>getPortals()portals is the iSCSI Target Portal List.BooleangetReadOnly()readOnly here will force the ReadOnly setting in VolumeMounts.LocalObjectReferencegetSecretRef()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(IscsiVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theIscsiVolumeSource.Builder.
-
-
Method Detail
-
getIqn
public final String getIqn()
Description copied from interface:IscsiVolumeSourceiqn is the target iSCSI Qualified Name.- Specified by:
getIqnin interfaceIscsiVolumeSource
-
getLun
public final Number getLun()
Description copied from interface:IscsiVolumeSourcelun represents iSCSI Target Lun number.- Specified by:
getLunin interfaceIscsiVolumeSource
-
getTargetPortal
public final String getTargetPortal()
Description copied from interface:IscsiVolumeSourcetargetPortal 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 interfaceIscsiVolumeSource
-
getChapAuthDiscovery
public final Boolean getChapAuthDiscovery()
Description copied from interface:IscsiVolumeSourcechapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication.- Specified by:
getChapAuthDiscoveryin interfaceIscsiVolumeSource
-
getChapAuthSession
public final Boolean getChapAuthSession()
Description copied from interface:IscsiVolumeSourcechapAuthSession defines whether support iSCSI Session CHAP authentication.- Specified by:
getChapAuthSessionin interfaceIscsiVolumeSource
-
getFsType
public final String getFsType()
Description copied from interface:IscsiVolumeSourcefsType 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 interfaceIscsiVolumeSource
-
getInitiatorName
public final String getInitiatorName()
Description copied from interface:IscsiVolumeSourceinitiatorName 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 interfaceIscsiVolumeSource
-
getIscsiInterface
public final String getIscsiInterface()
Description copied from interface:IscsiVolumeSourceiscsiInterface is the interface Name that uses an iSCSI transport.Defaults to 'default' (tcp).
Default: default' (tcp).
- Specified by:
getIscsiInterfacein interfaceIscsiVolumeSource
-
getPortals
public final List<String> getPortals()
Description copied from interface:IscsiVolumeSourceportals 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 interfaceIscsiVolumeSource
-
getReadOnly
public final Boolean getReadOnly()
Description copied from interface:IscsiVolumeSourcereadOnly here will force the ReadOnly setting in VolumeMounts.Defaults to false.
Default: false.
- Specified by:
getReadOnlyin interfaceIscsiVolumeSource
-
getSecretRef
public final LocalObjectReference getSecretRef()
Description copied from interface:IscsiVolumeSourcesecretRef is the CHAP Secret for iSCSI target and initiator authentication.- Specified by:
getSecretRefin interfaceIscsiVolumeSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-