Class IpBlock.Jsii$Proxy

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

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

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

        software.amazon.jsii.JsiiObject.InitializationMode
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Jsii$Proxy​(IpBlock.Builder builder)
      Constructor that initializes the object based on literal property values passed by the IpBlock.Builder.
      protected Jsii$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()  
      boolean equals​(Object o)  
      String getCidr()
      CIDR is a string representing the IP Block Valid examples are "192.168.1.1/24" or "2001:db9::/64".
      List<String> getExcept()
      Except is a slice of CIDRs that should not be included within an IP Block Valid examples are "192.168.1.1/24" or "2001:db9::/64" Except values will be rejected if they are outside the CIDR range.
      int hashCode()  
      • Methods inherited from class software.amazon.jsii.JsiiObject

        jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
    • 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​(IpBlock.Builder builder)
        Constructor that initializes the object based on literal property values passed by the IpBlock.Builder.
    • Method Detail

      • getCidr

        public final String getCidr()
        Description copied from interface: IpBlock
        CIDR is a string representing the IP Block Valid examples are "192.168.1.1/24" or "2001:db9::/64".
        Specified by:
        getCidr in interface IpBlock
      • getExcept

        public final List<String> getExcept()
        Description copied from interface: IpBlock
        Except is a slice of CIDRs that should not be included within an IP Block Valid examples are "192.168.1.1/24" or "2001:db9::/64" Except values will be rejected if they are outside the CIDR range.
        Specified by:
        getExcept in interface IpBlock
      • $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