GoogleCloudBeyondcorpAppconnectionsV1AppConnection class
A BeyondCorp AppConnection resource represents a BeyondCorp protected AppConnection to a remote application.
It creates all the necessary GCP components needed for creating a BeyondCorp protected AppConnection. Multiple connectors can be authorised for a single AppConnection.
Constructors
-
GoogleCloudBeyondcorpAppconnectionsV1AppConnection({GoogleCloudBeyondcorpAppconnectionsV1AppConnectionApplicationEndpoint? applicationEndpoint, List<
String> ? connectors, String? createTime, String? displayName, GoogleCloudBeyondcorpAppconnectionsV1AppConnectionGateway? gateway, Map<String, String> ? labels, String? name, bool? satisfiesPzi, bool? satisfiesPzs, String? state, String? type, String? uid, String? updateTime}) - GoogleCloudBeyondcorpAppconnectionsV1AppConnection.fromJson(Map json_)
Properties
- applicationEndpoint ↔ GoogleCloudBeyondcorpAppconnectionsV1AppConnectionApplicationEndpoint?
-
Address of the remote application endpoint for the BeyondCorp
AppConnection.
getter/setter pair
-
connectors
↔ List<
String> ? -
List of [google.cloud.beyondcorp.v1main.Connector.name] that are
authorised to be associated with this AppConnection.
getter/setter pair
- createTime ↔ String?
-
Timestamp when the resource was created.
getter/setter pair
- displayName ↔ String?
-
An arbitrary user-provided name for the AppConnection.
getter/setter pair
- gateway ↔ GoogleCloudBeyondcorpAppconnectionsV1AppConnectionGateway?
-
Gateway used by the AppConnection.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labels
↔ Map<
String, String> ? -
Resource labels to represent user provided metadata.
getter/setter pair
- name ↔ String?
-
Unique resource name of the AppConnection.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- satisfiesPzi ↔ bool?
-
Reserved for future use.
getter/setter pair
- satisfiesPzs ↔ bool?
-
Reserved for future use.
getter/setter pair
- state ↔ String?
-
The current state of the AppConnection.
getter/setter pair
- type ↔ String?
-
The type of network connectivity used by the AppConnection.
getter/setter pair
- uid ↔ String?
-
A unique identifier for the instance generated by the system.
getter/setter pair
- updateTime ↔ String?
-
Timestamp when the resource was last modified.
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