Show / Hide Table of Contents

Class ProjectsResource.ZonesResource.InstancesResource

The "instances" collection of methods.

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

Constructors

InstancesResource(IClientService)

Constructs a new resource.

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

Methods

LookupEffectiveGuestPolicy(LookupEffectiveGuestPolicyRequest, string)

Lookup the effective guest policy that applies to a VM instance. This lookup merges all policies that are assigned to the instance ancestry.

Declaration
public virtual ProjectsResource.ZonesResource.InstancesResource.LookupEffectiveGuestPolicyRequest LookupEffectiveGuestPolicy(LookupEffectiveGuestPolicyRequest body, string instance)
Parameters
Type Name Description
LookupEffectiveGuestPolicyRequest body

The body of the request.

string instance

Required. The VM instance whose policies are being looked up.

Returns
Type Description
ProjectsResource.ZonesResource.InstancesResource.LookupEffectiveGuestPolicyRequest
In this article
Back to top Generated by DocFX