Class ProjectsResource.LocationsResource.NetworksResource.ListNetworkUsageRequest
List all Networks (and used IPs for each Network) in the vendor account associated with the specified project.
Inheritance
ProjectsResource.LocationsResource.NetworksResource.ListNetworkUsageRequest
Inherited Members
Namespace: Google.Apis.Baremetalsolution.v2
Assembly: Google.Apis.Baremetalsolution.v2.dll
Syntax
public class ProjectsResource.LocationsResource.NetworksResource.ListNetworkUsageRequest : BaremetalsolutionBaseServiceRequest<ListNetworkUsageResponse>, IClientServiceRequest<ListNetworkUsageResponse>, IClientServiceRequest
Constructors
ListNetworkUsageRequest(IClientService, string)
Constructs a new ListNetworkUsage request.
Declaration
public ListNetworkUsageRequest(IClientService service, string location)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | location |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Location
Required. Parent value (project and location).
Declaration
[RequestParameter("location", RequestParameterType.Path)]
public virtual string Location { get; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes ListNetworkUsage parameter list.
Declaration
protected override void InitParameters()