Class KubernetesSecurityGroup.StringPortRange

  • All Implemented Interfaces:
    java.lang.Comparable<com.netflix.spinnaker.clouddriver.model.securitygroups.Rule.PortRange>
    Enclosing class:
    KubernetesSecurityGroup

    public static class KubernetesSecurityGroup.StringPortRange
    extends com.netflix.spinnaker.clouddriver.model.securitygroups.Rule.PortRange
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String endPortName  
      protected java.lang.String startPortName  
      • Fields inherited from class com.netflix.spinnaker.clouddriver.model.securitygroups.Rule.PortRange

        endPort, startPort
    • Method Summary

      • Methods inherited from class com.netflix.spinnaker.clouddriver.model.securitygroups.Rule.PortRange

        canEqual, compareTo, equals, getEndPort, getStartPort, hashCode, setEndPort, setStartPort, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • startPortName

        protected java.lang.String startPortName
      • endPortName

        protected java.lang.String endPortName