Show / Hide Table of Contents

Class UsableSubnetwork

Subnetwork which the current user has compute.subnetworks.use permission on.

Inheritance
System.Object
UsableSubnetwork
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.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class UsableSubnetwork : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

IpCidrRange

The range of internal addresses that are owned by this subnetwork.

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

Network

Network URL.

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

SecondaryIpRanges

Secondary IP ranges.

Declaration
[JsonProperty("secondaryIpRanges")]
public virtual IList<UsableSubnetworkSecondaryRange> SecondaryIpRanges { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<UsableSubnetworkSecondaryRange>

Subnetwork

Subnetwork URL.

Declaration
[JsonProperty("subnetwork")]
public virtual string Subnetwork { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top