NetworkInterface class
A network interface resource attached to an instance.
Constructors
-
NetworkInterface({List<
AccessConfig> ? accessConfigs, List<AliasIpRange> ? aliasIpRanges, String? fingerprint, int? internalIpv6PrefixLength, List<AccessConfig> ? ipv6AccessConfigs, String? ipv6AccessType, String? ipv6Address, String? kind, String? name, String? network, String? networkAttachment, String? networkIP, String? nicType, int? queueCount, String? stackType, String? subnetwork}) - NetworkInterface.fromJson(Map json_)
Properties
-
accessConfigs
↔ List<
AccessConfig> ? -
An array of configurations for this interface.
getter/setter pair
-
aliasIpRanges
↔ List<
AliasIpRange> ? -
An array of alias IP ranges for this network interface.
getter/setter pair
- fingerprint ↔ String?
-
Fingerprint hash of contents stored in this network interface.
getter/setter pair
-
fingerprintAsBytes
↔ List<
int> -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- internalIpv6PrefixLength ↔ int?
-
The prefix length of the primary internal IPv6 range.
getter/setter pair
-
ipv6AccessConfigs
↔ List<
AccessConfig> ? -
An array of IPv6 access configurations for this interface.
getter/setter pair
- ipv6AccessType ↔ String?
-
One of EXTERNAL, INTERNAL to indicate whether the IP can be accessed from
the Internet.
getter/setter pair
- ipv6Address ↔ String?
-
An IPv6 internal network address for this network interface.
getter/setter pair
- kind ↔ String?
-
Type of the resource.
getter/setter pair
- name ↔ String?
-
The name of the network interface, which is generated by the server.
getter/setter pair
- network ↔ String?
-
URL of the VPC network resource for this instance.
getter/setter pair
- networkAttachment ↔ String?
-
The URL of the network attachment that this interface should connect to in
the following format:
projects/{project_number}/regions/{region_name}/networkAttachments/{network_attachment_name}.
getter/setter pair
- networkIP ↔ String?
-
An IPv4 internal IP address to assign to the instance for this network
interface.
getter/setter pair
- nicType ↔ String?
-
The type of vNIC to be used on this interface.
getter/setter pair
- queueCount ↔ int?
-
The networking queue count that's specified by users for the network
interface.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stackType ↔ String?
-
The stack type for this network interface.
getter/setter pair
- subnetwork ↔ String?
-
The URL of the Subnetwork resource for this instance.
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