Package org.cdk8s.plus25.k8s
Class CephFsVolumeSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.CephFsVolumeSource.Jsii$Proxy
-
- All Implemented Interfaces:
CephFsVolumeSource,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CephFsVolumeSource
@Stability(Stable) @Internal public static final class CephFsVolumeSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CephFsVolumeSource
An implementation forCephFsVolumeSource
-
-
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.CephFsVolumeSource
CephFsVolumeSource.Builder, CephFsVolumeSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CephFsVolumeSource.Builder builder)Constructor that initializes the object based on literal property values passed by theCephFsVolumeSource.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.LocalObjectReferencegetSecretRef()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(CephFsVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theCephFsVolumeSource.Builder.
-
-
Method Detail
-
getMonitors
public final List<String> getMonitors()
Description copied from interface:CephFsVolumeSourcemonitors 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 interfaceCephFsVolumeSource
-
getPath
public final String getPath()
Description copied from interface:CephFsVolumeSourcepath is Optional: Used as the mounted root, rather than the full Ceph tree, default is /.- Specified by:
getPathin interfaceCephFsVolumeSource
-
getReadOnly
public final Boolean getReadOnly()
Description copied from interface:CephFsVolumeSourcereadOnly 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 interfaceCephFsVolumeSource
-
getSecretFile
public final String getSecretFile()
Description copied from interface:CephFsVolumeSourcesecretFile 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 interfaceCephFsVolumeSource
-
getSecretRef
public final LocalObjectReference getSecretRef()
Description copied from interface:CephFsVolumeSourcesecretRef 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 interfaceCephFsVolumeSource
-
getUser
public final String getUser()
Description copied from interface:CephFsVolumeSourceuser 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 interfaceCephFsVolumeSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-