GoogleCloudBeyondcorpAppconnectionsV1AppConnectionGateway class
Gateway represents a user facing component that serves as an entrance to enable connectivity.
Constructors
- GoogleCloudBeyondcorpAppconnectionsV1AppConnectionGateway({String? appGateway, int? ingressPort, String? l7psc, String? type, String? uri})
- GoogleCloudBeyondcorpAppconnectionsV1AppConnectionGateway.fromJson(Map json_)
Properties
- appGateway ↔ String?
-
AppGateway name in following format:
projects/{project_id}/locations/{location_id}/appgateways/{gateway_id}
getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- ingressPort ↔ int?
-
Ingress port reserved on the gateways for this AppConnection, if not
specified or zero, the default port is 19443.
getter/setter pair
- l7psc ↔ String?
-
L7 private service connection for this resource.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
The type of hosting used by the gateway.
getter/setter pair
- uri ↔ String?
-
Server-defined URI for this resource.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited