Show / Hide Table of Contents

Class Subnetwork

Represents a subnet that was created or discovered by a private access management service.

Inheritance
object
Subnetwork
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ServiceNetworking.v1beta.Data
Assembly: Google.Apis.ServiceNetworking.v1beta.dll
Syntax
public class Subnetwork : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IpCidrRange

Subnetwork CIDR range in 10.x.x.x/y format.

Declaration
[JsonProperty("ipCidrRange")]
public virtual string IpCidrRange { get; set; }
Property Value
Type Description
string

Name

Subnetwork name. See https://cloud.google.com/compute/docs/vpc/

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Network

In the Shared VPC host project, the VPC network that's peered with the consumer network. For example: projects/1234321/global/networks/host-network

Declaration
[JsonProperty("network")]
public virtual string Network { get; set; }
Property Value
Type Description
string

OutsideAllocation

This is a discovered subnet that is not within the current consumer allocated ranges.

Declaration
[JsonProperty("outsideAllocation")]
public virtual bool? OutsideAllocation { get; set; }
Property Value
Type Description
bool?

Region

GCP region where the subnetwork is located.

Declaration
[JsonProperty("region")]
public virtual string Region { get; set; }
Property Value
Type Description
string

SecondaryIpRanges

List of secondary IP ranges in this subnetwork.

Declaration
[JsonProperty("secondaryIpRanges")]
public virtual IList<SecondaryIpRange> SecondaryIpRanges { get; set; }
Property Value
Type Description
IList<SecondaryIpRange>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX