Class CfnDiskProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lightsail.CfnDiskProps.Jsii$Proxy
All Implemented Interfaces:
CfnDiskProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnDiskProps

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

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lightsail.CfnDiskProps

    CfnDiskProps.Builder, CfnDiskProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnDiskProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Object
    An array of add-ons for the disk.
    final String
    The AWS Region and Availability Zone location for the disk (for example, us-east-1a ).
    final String
    The name of the disk.
    final Object
    AWS::Lightsail::Disk.Location.
    final Number
    The size of the disk in GB.
    final List<CfnTag>
    An array of key-value pairs to apply to this resource.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • 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(CfnDiskProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnDiskProps.Builder.
  • Method Details

    • getDiskName

      public final String getDiskName()
      Description copied from interface: CfnDiskProps
      The name of the disk.
      Specified by:
      getDiskName in interface CfnDiskProps
    • getSizeInGb

      public final Number getSizeInGb()
      Description copied from interface: CfnDiskProps
      The size of the disk in GB.
      Specified by:
      getSizeInGb in interface CfnDiskProps
    • getAddOns

      public final Object getAddOns()
      Description copied from interface: CfnDiskProps
      An array of add-ons for the disk.

      If the disk has an add-on enabled when performing a delete disk request, the add-on is automatically disabled before the disk is deleted.

      Specified by:
      getAddOns in interface CfnDiskProps
    • getAvailabilityZone

      public final String getAvailabilityZone()
      Description copied from interface: CfnDiskProps
      The AWS Region and Availability Zone location for the disk (for example, us-east-1a ).
      Specified by:
      getAvailabilityZone in interface CfnDiskProps
    • getLocation

      public final Object getLocation()
      Description copied from interface: CfnDiskProps
      AWS::Lightsail::Disk.Location.
      Specified by:
      getLocation in interface CfnDiskProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnDiskProps
      An array of key-value pairs to apply to this resource.

      For more information, see Tag in the AWS CloudFormation User Guide .

      The Value of Tags is optional for Lightsail resources.

      Specified by:
      getTags in interface CfnDiskProps
    • $jsii$toJson

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

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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