Github user rhtyd commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1579#discussion_r90220265 --- Diff: api/src/org/apache/cloudstack/api/response/NetworkOfferingResponse.java --- @@ -120,6 +120,10 @@ @Param(description = "true if network offering supports network that span multiple zones", since = "4.4") private Boolean supportsStrechedL2Subnet; + @SerializedName(ApiConstants.SUPPORTS_PUBLIC_ACCESS) + @Param(description = "true if network offering supports public access for guest networks", since = "4.9.0") + private Boolean supportsPublicAccess; --- End diff -- New networks can reuse the `Egress Default Policy`?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---