Class Vlan

    • Field Detail

      • networkGateway

        @ApiProperty
        protected Gateway networkGateway
        The gateway this VLAN is attached to.
      • bypassFlagSpecified

        protected boolean bypassFlagSpecified
      • idSpecified

        protected boolean idSpecified
      • networkGatewayIdSpecified

        protected boolean networkGatewayIdSpecified
      • networkVlanIdSpecified

        protected boolean networkVlanIdSpecified
    • Constructor Detail

      • Vlan

        public Vlan()
    • Method Detail

      • getNetworkGateway

        public Gateway getNetworkGateway()
      • setNetworkGateway

        public void setNetworkGateway​(Gateway networkGateway)
      • getNetworkVlan

        public Vlan getNetworkVlan()
      • setNetworkVlan

        public void setNetworkVlan​(Vlan networkVlan)
      • getBypassFlag

        public Boolean getBypassFlag()
      • setBypassFlag

        public void setBypassFlag​(Boolean bypassFlag)
      • isBypassFlagSpecified

        public boolean isBypassFlagSpecified()
      • unsetBypassFlag

        public void unsetBypassFlag()
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • getNetworkGatewayId

        public Long getNetworkGatewayId()
      • setNetworkGatewayId

        public void setNetworkGatewayId​(Long networkGatewayId)
      • isNetworkGatewayIdSpecified

        public boolean isNetworkGatewayIdSpecified()
      • unsetNetworkGatewayId

        public void unsetNetworkGatewayId()
      • getNetworkVlanId

        public Long getNetworkVlanId()
      • setNetworkVlanId

        public void setNetworkVlanId​(Long networkVlanId)
      • isNetworkVlanIdSpecified

        public boolean isNetworkVlanIdSpecified()
      • unsetNetworkVlanId

        public void unsetNetworkVlanId()