Bare Metal Solution v2 API - Class ListNetworkUsageResponse (1.5.0)

public sealed class ListNetworkUsageResponse : IMessage<ListNetworkUsageResponse>, IEquatable<ListNetworkUsageResponse>, IDeepCloneable<ListNetworkUsageResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Bare Metal Solution v2 API class ListNetworkUsageResponse.

Response with Networks with IPs

Inheritance

object > ListNetworkUsageResponse

Namespace

Google.Cloud.BareMetalSolution.V2

Assembly

Google.Cloud.BareMetalSolution.V2.dll

Constructors

ListNetworkUsageResponse()

public ListNetworkUsageResponse()

ListNetworkUsageResponse(ListNetworkUsageResponse)

public ListNetworkUsageResponse(ListNetworkUsageResponse other)
Parameter
NameDescription
otherListNetworkUsageResponse

Properties

Networks

public RepeatedField<NetworkUsage> Networks { get; }

Networks with IPs.

Property Value
TypeDescription
RepeatedFieldNetworkUsage