Bare Metal Solution v2 API - Class ListNetworkUsageRequest (1.5.0)

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

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

Request to get networks with IPs.

Inheritance

object > ListNetworkUsageRequest

Namespace

Google.Cloud.BareMetalSolution.V2

Assembly

Google.Cloud.BareMetalSolution.V2.dll

Constructors

ListNetworkUsageRequest()

public ListNetworkUsageRequest()

ListNetworkUsageRequest(ListNetworkUsageRequest)

public ListNetworkUsageRequest(ListNetworkUsageRequest other)
Parameter
NameDescription
otherListNetworkUsageRequest

Properties

Location

public string Location { get; set; }

Required. Parent value (project and location).

Property Value
TypeDescription
string

LocationAsLocationName

public LocationName LocationAsLocationName { get; set; }

LocationName-typed view over the Location resource name property.

Property Value
TypeDescription
LocationName