public sealed class FetchInventoryRequest : IMessage<FetchInventoryRequest>, IEquatable<FetchInventoryRequest>, IDeepCloneable<FetchInventoryRequest>, IBufferMessage, IMessage
Request message for [fetchInventory][google.cloud.vmmigration.v1.VmMigration.FetchInventory].
Implements
IMessage<FetchInventoryRequest>, IEquatable<FetchInventoryRequest>, IDeepCloneable<FetchInventoryRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Constructors
FetchInventoryRequest()
public FetchInventoryRequest()
FetchInventoryRequest(FetchInventoryRequest)
public FetchInventoryRequest(FetchInventoryRequest other)
Parameter | |
---|---|
Name | Description |
other | FetchInventoryRequest |
Properties
ForceRefresh
public bool ForceRefresh { get; set; }
If this flag is set to true, the source will be queried instead of using cached results. Using this flag will make the call slower.
Property Value | |
---|---|
Type | Description |
Boolean |
Source
public string Source { get; set; }
Required. The name of the Source.
Property Value | |
---|---|
Type | Description |
String |
SourceAsSourceName
public SourceName SourceAsSourceName { get; set; }
SourceName-typed view over the Source resource name property.
Property Value | |
---|---|
Type | Description |
SourceName |