Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DiscoveredRangesResource

The "discoveredRanges" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.DiscoveredRangesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudNumberRegistry.v1alpha
Assembly: Google.Apis.CloudNumberRegistry.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.DiscoveredRangesResource

Constructors

DiscoveredRangesResource(IClientService)

Constructs a new resource.

Declaration
public DiscoveredRangesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

FindFreeIpRanges(string)

Finds free IP ranges in a single DiscoveredRange.

Declaration
public virtual ProjectsResource.LocationsResource.DiscoveredRangesResource.FindFreeIpRangesRequest FindFreeIpRanges(string name)
Parameters
Type Name Description
string name

Required. Name of the DiscoveredRange.

Returns
Type Description
ProjectsResource.LocationsResource.DiscoveredRangesResource.FindFreeIpRangesRequest

Get(string)

Gets details of a single DiscoveredRange.

Declaration
public virtual ProjectsResource.LocationsResource.DiscoveredRangesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Name of the resource

Returns
Type Description
ProjectsResource.LocationsResource.DiscoveredRangesResource.GetRequest

List(string)

Lists DiscoveredRanges in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.DiscoveredRangesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. Parent value for ListDiscoveredRangesRequest

Returns
Type Description
ProjectsResource.LocationsResource.DiscoveredRangesResource.ListRequest

ShowUtilization(string)

Gets the details of a single DiscoveredRange and its utilization.

Declaration
public virtual ProjectsResource.LocationsResource.DiscoveredRangesResource.ShowUtilizationRequest ShowUtilization(string name)
Parameters
Type Name Description
string name

Required. Name of the resource

Returns
Type Description
ProjectsResource.LocationsResource.DiscoveredRangesResource.ShowUtilizationRequest
In this article
Back to top Generated by DocFX