> +      this.portId = checkNotNull(portId, "portId");
> +      this.portState = portState;
> +      this.macAddress = macAddress;
> +      this.fixedIps = fixedIps;
> +   }
> +
> +   @Nullable
> +   public String getNetworkId() {
> +      return this.networkId;
> +   }
> +
> +   public String getPortId() {
> +      return this.portId;
> +   }
> +
> +   @Nullable

Can `PortState

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/497/files#r16915379

Reply via email to