NetworkAttachment class
NetworkAttachments A network attachment resource ...
Constructors
-
NetworkAttachment({List<
NetworkAttachmentConnectedEndpoint> ? connectionEndpoints, String? connectionPreference, String? creationTimestamp, String? description, String? fingerprint, String? id, String? kind, String? name, String? network, List<String> ? producerAcceptLists, List<String> ? producerRejectLists, String? region, String? selfLink, String? selfLinkWithId, List<String> ? subnetworks}) - NetworkAttachment.fromJson(Map json_)
Properties
-
connectionEndpoints
↔ List<
NetworkAttachmentConnectedEndpoint> ? -
An array of connections for all the producers connected
to this network attachment.
getter/setter pair
- connectionPreference ↔ String?
-
Possible string values are:
getter/setter pair
- creationTimestamp ↔ String?
-
Creation timestamp inRFC3339
text format.
getter/setter pair
- description ↔ String?
-
An optional description of this resource.
getter/setter pair
- fingerprint ↔ String?
-
Fingerprint of this resource.
getter/setter pair
-
fingerprintAsBytes
↔ List<
int> -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The unique identifier for the resource type.
getter/setter pair
- kind ↔ String?
-
Type of the resource.
getter/setter pair
- name ↔ String?
-
Name of the resource.
getter/setter pair
- network ↔ String?
-
The URL of the network which the Network Attachment
belongs to.
getter/setter pair
-
producerAcceptLists
↔ List<
String> ? -
Projects that are allowed to connect to this network attachment.
The project can be specified using its id or number.
getter/setter pair
-
producerRejectLists
↔ List<
String> ? -
Projects that are not allowed to connect to this network attachment.
The project can be specified using its id or number.
getter/setter pair
- region ↔ String?
-
URL of the region where the network attachment resides.
This field applies only to the region resource.
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
- selfLinkWithId ↔ String?
-
Server-defined URL for this resource's resource id.
getter/setter pair
-
subnetworks
↔ List<
String> ? -
An array of URLs where each entry is the URL of a subnet
provided by the service consumer to use for
endpoints in the producers that connect to this network attachment.
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