Package org.cdk8s.plus25.k8s
Class CephFsPersistentVolumeSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.CephFsPersistentVolumeSource.Jsii$Proxy
-
- All Implemented Interfaces:
CephFsPersistentVolumeSource,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CephFsPersistentVolumeSource
@Stability(Stable) @Internal public static final class CephFsPersistentVolumeSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CephFsPersistentVolumeSource
An implementation forCephFsPersistentVolumeSource
-
-
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.CephFsPersistentVolumeSource
CephFsPersistentVolumeSource.Builder, CephFsPersistentVolumeSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CephFsPersistentVolumeSource.Builder builder)Constructor that initializes the object based on literal property values passed by theCephFsPersistentVolumeSource.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)List<String>getMonitors()monitors is Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it.StringgetPath()path is Optional: Used as the mounted root, rather than the full Ceph tree, default is /.BooleangetReadOnly()readOnly is Optional: Defaults to false (read/write).StringgetSecretFile()secretFile is Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it.SecretReferencegetSecretRef()secretRef is Optional: SecretRef is reference to the authentication secret for User, default is empty.StringgetUser()user is Optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it.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(CephFsPersistentVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theCephFsPersistentVolumeSource.Builder.
-
-
Method Detail
-
getMonitors
public final List<String> getMonitors()
Description copied from interface:CephFsPersistentVolumeSourcemonitors is Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it.- Specified by:
getMonitorsin interfaceCephFsPersistentVolumeSource
-
getPath
public final String getPath()
Description copied from interface:CephFsPersistentVolumeSourcepath is Optional: Used as the mounted root, rather than the full Ceph tree, default is /.- Specified by:
getPathin interfaceCephFsPersistentVolumeSource
-
getReadOnly
public final Boolean getReadOnly()
Description copied from interface:CephFsPersistentVolumeSourcereadOnly is Optional: Defaults to false (read/write).ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it
Default: false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it
- Specified by:
getReadOnlyin interfaceCephFsPersistentVolumeSource
-
getSecretFile
public final String getSecretFile()
Description copied from interface:CephFsPersistentVolumeSourcesecretFile is Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it.- Specified by:
getSecretFilein interfaceCephFsPersistentVolumeSource
-
getSecretRef
public final SecretReference getSecretRef()
Description copied from interface:CephFsPersistentVolumeSourcesecretRef is Optional: SecretRef is reference to the authentication secret for User, default is empty.More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it
- Specified by:
getSecretRefin interfaceCephFsPersistentVolumeSource
-
getUser
public final String getUser()
Description copied from interface:CephFsPersistentVolumeSourceuser is Optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it.- Specified by:
getUserin interfaceCephFsPersistentVolumeSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-