Subnetwork class
Represents a Subnetwork resource.
A subnetwork (also known as a subnet) is a logical partition of a Virtual Private Cloud network with one primary IP range and zero or more secondary IP ranges. For more information, read Virtual Private Cloud (VPC) Network. (== resource_for beta.subnetworks ==) (== resource_for v1.subnetworks ==)
Constructors
- Subnetwork()
- Subnetwork.fromJson(Map _json)
Properties
- creationTimestamp ↔ String
-
Output Only
Creation timestamp in RFC3339 text format.read / write - description ↔ String
-
An optional description of this resource. Provide this property when you
create the resource. This field can be set only at resource creation time.
read / write
- enableFlowLogs ↔ bool
-
Whether to enable flow logging for this subnetwork. If this field is not
explicitly set, it will not appear in get listings. If not set the default
behavior is to disable flow logging.
read / write
- fingerprint ↔ String
-
Fingerprint of this resource. A hash of the contents stored in this
object. This field is used in optimistic locking. This field will be
ignored when inserting a Subnetwork. An up-to-date fingerprint must be
provided in order to update the Subnetwork, otherwise the request will
fail with error 412 conditionNotMet. [...]
read / write
-
fingerprintAsBytes
↔ List<
int> -
read / write
- gatewayAddress ↔ String
-
Output Only
The gateway address for default routes to reach destination addresses outside this subnetwork.read / write - id ↔ String
-
Output Only
The unique identifier for the resource. This identifier is defined by the server.read / write - ipCidrRange ↔ String
-
The range of internal addresses that are owned by this subnetwork. Provide
this property when you create the subnetwork. For example, 10.0.0.0/8 or
192.168.0.0/16. Ranges must be unique and non-overlapping within a
network. Only IPv4 is supported. This field can be set only at resource
creation time.
read / write
- kind ↔ String
-
Output Only
Type of the resource. Always compute#subnetwork for Subnetwork resources.read / write - name ↔ String
-
The name of the resource, provided by the client when initially creating
the resource. The name must be 1-63 characters long, and comply with
RFC1035. Specifically, the name must be 1-63 characters long and match the
regular expression
[a-z]([-a-z0-9]*[a-z0-9])?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.read / write - network ↔ String
-
The URL of the network to which this subnetwork belongs, provided by the
client when initially creating the subnetwork. Only networks that are in
the distributed mode can have subnetworks. This field can be set only at
resource creation time.
read / write
- privateIpGoogleAccess ↔ bool
-
Whether the VMs in this subnet can access Google services without assigned
external IP addresses. This field can be both set at resource creation
time and updated using setPrivateIpGoogleAccess.
read / write
- region ↔ String
-
URL of the region where the Subnetwork resides. This field can be set only
at resource creation time.
read / write
-
secondaryIpRanges
↔ List<
SubnetworkSecondaryRange> -
An array of configurations for secondary IP ranges for VM instances
contained in this subnetwork. The primary IP of such VM must belong to the
primary ipCidrRange of the subnetwork. The alias IPs may belong to either
primary or secondary ranges. This field can be updated with a patch
request.
read / write
- selfLink ↔ String
-
Output Only
Server-defined URL for the resource.read / write - hashCode → int
-
The hash code for this object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
toJson(
) → Map< String, Object> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
inherited