Class AutoCreatedSubnetworkInfo
Information for the automatically created subnetwork and its associated IR.
Implements
Inherited Members
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 |