Show / Hide Table of Contents

Class AutoCreatedSubnetworkInfo

Information for the automatically created subnetwork and its associated IR.

Inheritance
object
AutoCreatedSubnetworkInfo
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.Networkconnectivity.v1.Data
Assembly: Google.Apis.Networkconnectivity.v1.dll
Syntax
public class AutoCreatedSubnetworkInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

InternalRange

Output only. URI of the automatically created Internal Range. Only set if the subnetwork mode is AUTO_CREATED during creation.

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

InternalRangeRef

Output only. URI of the automatically created Internal Range reference. Only set if the subnetwork mode is AUTO_CREATED during creation.

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

Subnetwork

Output only. URI of the automatically created subnetwork. Only set if the subnetwork mode is AUTO_CREATED during creation.

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

SubnetworkRef

Output only. URI of the automatically created subnetwork reference. Only set if the subnetwork mode is AUTO_CREATED during creation.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX