Show / Hide Table of Contents

Class GoogleCloudServicenetworkingV1betaSubnetwork

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

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

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.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
System.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
System.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
System.Nullable<System.Boolean>

Implements

IDirectResponseSchema
Back to top