public sealed class SubnetStatus : IMessage<SubnetStatus>, IEquatable<SubnetStatus>, IDeepCloneable<SubnetStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class SubnetStatus.
SubnetStatus contains detailed and current technical information about this subnet resource.
Implements
IMessageSubnetStatus, IEquatableSubnetStatus, IDeepCloneableSubnetStatus, IBufferMessage, IMessageNamespace
Google.Cloud.EdgeNetwork.V1Assembly
Google.Cloud.EdgeNetwork.V1.dll
Constructors
SubnetStatus()
public SubnetStatus()
SubnetStatus(SubnetStatus)
public SubnetStatus(SubnetStatus other)
Parameter | |
---|---|
Name | Description |
other | SubnetStatus |
Properties
LinkLayerAddresses
public RepeatedField<LinkLayerAddress> LinkLayerAddresses { get; }
A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this subnet.
Property Value | |
---|---|
Type | Description |
RepeatedFieldLinkLayerAddress |
MacAddress
public string MacAddress { get; set; }
BVI MAC address.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
The name of CCFE subnet resource.
Property Value | |
---|---|
Type | Description |
string |