Class ProjectsResource.LocationsResource.InstancesResource.VulnerabilityReportsResource.GetRequest
Gets the vulnerability report for the specified VM instance. Only VMs with inventory data have vulnerability reports associated with them.
Inheritance
ProjectsResource.LocationsResource.InstancesResource.VulnerabilityReportsResource.GetRequest
Inherited Members
Namespace: Google.Apis.OSConfig.v1alpha
Assembly: Google.Apis.OSConfig.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.InstancesResource.VulnerabilityReportsResource.GetRequest : OSConfigBaseServiceRequest<VulnerabilityReport>, IClientServiceRequest<VulnerabilityReport>, IClientServiceRequest
Constructors
GetRequest(IClientService, string)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
Required. API resource name for vulnerability resource. Format:
projects/{project}/locations/{location}/instances/{instance}/vulnerabilityReport
For
{project}
, either project-number
or project-id
can be provided. For {instance}
,
either Compute Engine instance-id
or instance-name
can be provided.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()