Class VolumeDevice.Jsii$Proxy

  • All Implemented Interfaces:
    VolumeDevice, software.amazon.jsii.JsiiSerializable
    Enclosing interface:
    VolumeDevice

    @Stability(Stable)
    @Internal
    public static final class VolumeDevice.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements VolumeDevice
    An implementation for VolumeDevice
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Jsii$Proxy​(VolumeDevice.Builder builder)
      Constructor that initializes the object based on literal property values passed by the VolumeDevice.Builder.
      protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
    • 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.
    • Method Detail

      • getDevicePath

        public final String getDevicePath()
        Description copied from interface: VolumeDevice
        devicePath is the path inside of the container that the device will be mapped to.
        Specified by:
        getDevicePath in interface VolumeDevice
      • getName

        public final String getName()
        Description copied from interface: VolumeDevice
        name must match the name of a persistentVolumeClaim in the pod.
        Specified by:
        getName in interface VolumeDevice
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object