Class HybridSubnetInfo
For display only. Metadata associated with a hybrid subnet.
Implements
Inherited Members
Namespace: Google.Apis.NetworkManagement.v1.Data
Assembly: Google.Apis.NetworkManagement.v1.dll
Syntax
public class HybridSubnetInfo : IDirectResponseSchema
Properties
DisplayName
Name of a hybrid subnet.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Region
Name of a Google Cloud region where the hybrid subnet is configured.
Declaration
[JsonProperty("region")]
public virtual string Region { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Uri
URI of the hybrid subnet. Format: projects/{project_id}/regions/{region}/subnetworks/{subnetwork_id}
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |