Google Cloud OS Config v1 API - Class GetInventoryRequest (2.3.0)

public sealed class GetInventoryRequest : IMessage<GetInventoryRequest>, IEquatable<GetInventoryRequest>, IDeepCloneable<GetInventoryRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud OS Config v1 API class GetInventoryRequest.

A request message for getting inventory data for the specified VM.

Inheritance

object > GetInventoryRequest

Namespace

Google.Cloud.OsConfig.V1

Assembly

Google.Cloud.OsConfig.V1.dll

Constructors

GetInventoryRequest()

public GetInventoryRequest()

GetInventoryRequest(GetInventoryRequest)

public GetInventoryRequest(GetInventoryRequest other)
Parameter
NameDescription
otherGetInventoryRequest

Properties

InventoryName

public InventoryName InventoryName { get; set; }

InventoryName-typed view over the Name resource name property.

Property Value
TypeDescription
InventoryName

Name

public string Name { get; set; }

Required. API resource name for inventory resource.

Format: projects/{project}/locations/{location}/instances/{instance}/inventory

For {project}, either project-number or project-id can be provided. For {instance}, either Compute Engine instance-id or instance-name can be provided.

Property Value
TypeDescription
string

View

public InventoryView View { get; set; }

Inventory view indicating what information should be included in the inventory resource. If unspecified, the default view is BASIC.

Property Value
TypeDescription
InventoryView