Class ProjectsResource.ZonesResource.InstancesResource.LookupEffectiveGuestPolicyRequest
Lookup the effective guest policy that applies to a VM instance. This lookup merges all policies that are assigned to the instance ancestry.
Inheritance
ProjectsResource.ZonesResource.InstancesResource.LookupEffectiveGuestPolicyRequest
Inherited Members
Namespace: Google.Apis.OSConfig.v1beta
Assembly: Google.Apis.OSConfig.v1beta.dll
Syntax
public class ProjectsResource.ZonesResource.InstancesResource.LookupEffectiveGuestPolicyRequest : OSConfigBaseServiceRequest<EffectiveGuestPolicy>, IClientServiceRequest<EffectiveGuestPolicy>, IClientServiceRequest
Constructors
LookupEffectiveGuestPolicyRequest(IClientService, LookupEffectiveGuestPolicyRequest, string)
Constructs a new LookupEffectiveGuestPolicy request.
Declaration
public LookupEffectiveGuestPolicyRequest(IClientService service, LookupEffectiveGuestPolicyRequest body, string instance)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
LookupEffectiveGuestPolicyRequest | body | |
string | instance |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Instance
Required. The VM instance whose policies are being looked up.
Declaration
[RequestParameter("instance", RequestParameterType.Path)]
public virtual string Instance { 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
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes LookupEffectiveGuestPolicy parameter list.
Declaration
protected override void InitParameters()