Show / Hide Table of Contents

Class ProjectsResource.ZonesResource

The "zones" collection of methods.

Inheritance
System.Object
ProjectsResource.ZonesResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.OSConfig.v1beta
Assembly: Google.Apis.OSConfig.v1beta.dll
Syntax
public class ZonesResource

Constructors

ZonesResource(IClientService)

Constructs a new resource.

Declaration
public ZonesResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Properties

Instances

Gets the Instances resource.

Declaration
public virtual ProjectsResource.ZonesResource.InstancesResource Instances { get; }
Property Value
Type Description
ProjectsResource.ZonesResource.InstancesResource
In This Article
Back to top