public sealed class HybridSubnetInfo : IMessage<HybridSubnetInfo>, IEquatable<HybridSubnetInfo>, IDeepCloneable<HybridSubnetInfo>, IBufferMessage, IMessageReference documentation and code samples for the Network Management v1 API class HybridSubnetInfo.
For display only. Metadata associated with a hybrid subnet.
Implements
IMessageHybridSubnetInfo, IEquatableHybridSubnetInfo, IDeepCloneableHybridSubnetInfo, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkManagement.V1Assembly
Google.Cloud.NetworkManagement.V1.dll
Constructors
HybridSubnetInfo()
public HybridSubnetInfo()HybridSubnetInfo(HybridSubnetInfo)
public HybridSubnetInfo(HybridSubnetInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
HybridSubnetInfo |
Properties
DisplayName
public string DisplayName { get; set; }Name of a hybrid subnet.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Region
public string Region { get; set; }Name of a Google Cloud region where the hybrid subnet is configured.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Uri
public string Uri { get; set; }URI of a hybrid subnet.
| Property Value | |
|---|---|
| Type | Description |
string |
|