GoogleCloudBeyondcorpAppconnectorsV1AppConnector class

A BeyondCorp connector resource that represents an application facing component deployed proximal to and with direct access to the application instances.

It is used to establish connectivity between the remote enterprise environment and GCP. It initiates connections to the applications and can proxy the data from users over the connection.

Properties

createTime String?
Timestamp when the resource was created.
getter/setter pair
displayName String?
An arbitrary user-provided name for the AppConnector.
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 AppConnector.
getter/setter pair
principalInfo GoogleCloudBeyondcorpAppconnectorsV1AppConnectorPrincipalInfo?
Principal information about the Identity of the AppConnector.
getter/setter pair
resourceInfo GoogleCloudBeyondcorpAppconnectorsV1ResourceInfo?
Resource info of the connector.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The current state of the AppConnector.
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