Class AppConnectionGateway


  • public final class AppConnectionGateway
    extends java.lang.Object
    • Method Detail

      • appGateway

        public java.lang.String appGateway()
        Returns:
        AppGateway name in following format: projects/{project_id}/locations/{locationId}/appgateways/{gateway_id}.
      • ingressPort

        public java.util.Optional<java.lang.Integer> ingressPort()
        Returns:
        (Output) Ingress port reserved on the gateways for this AppConnection, if not specified or zero, the default port is 19443.
      • type

        public java.util.Optional<java.lang.String> type()
        Returns:
        The type of hosting used by the gateway. Refer to https://cloud.google.com/beyondcorp/docs/reference/rest/v1/projects.locations.appConnections#Type_1 for a list of possible values.
      • uri

        public java.util.Optional<java.lang.String> uri()
        Returns:
        (Output) Server-defined URI for this resource.