TargetVpnGateway class
Represents a Target VPN Gateway resource.
The target VPN gateway resource represents a Classic Cloud VPN gateway. For more information, read the the Cloud VPN Overview.
Constructors
-
TargetVpnGateway({String? creationTimestamp, String? description, List<
String> ? forwardingRules, String? id, String? kind, String? labelFingerprint, Map<String, String> ? labels, String? name, String? network, String? region, String? selfLink, String? status, List<String> ? tunnels}) - TargetVpnGateway.fromJson(Map json_)
Properties
- creationTimestamp ↔ String?
-
Creation timestamp in RFC3339 text format.
getter/setter pair
- description ↔ String?
-
An optional description of this resource.
getter/setter pair
-
forwardingRules
↔ List<
String> ? -
A list of URLs to the ForwardingRule resources.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The unique identifier for the resource.
getter/setter pair
- kind ↔ String?
-
Type of resource.
getter/setter pair
- labelFingerprint ↔ String?
-
A fingerprint for the labels being applied to this TargetVpnGateway, which
is essentially a hash of the labels set used for optimistic locking.
getter/setter pair
-
labelFingerprintAsBytes
↔ List<
int> -
getter/setter pair
-
labels
↔ Map<
String, String> ? -
Labels for this resource.
getter/setter pair
- name ↔ String?
-
Name of the resource.
getter/setter pair
- network ↔ String?
-
URL of the network to which this VPN gateway is attached.
getter/setter pair
- region ↔ String?
-
URL of the region where the target VPN gateway resides.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selfLink ↔ String?
-
Server-defined URL for the resource.
getter/setter pair
- status ↔ String?
-
The status of the VPN gateway, which can be one of the following:
CREATING, READY, FAILED, or DELETING.
getter/setter pair
-
tunnels
↔ List<
String> ? -
A list of URLs to VpnTunnel resources.
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