public sealed class GetImageFamilyViewRequest : IMessage<GetImageFamilyViewRequest>, IEquatable<GetImageFamilyViewRequest>, IDeepCloneable<GetImageFamilyViewRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetImageFamilyViewRequest.
A request message for ImageFamilyViews.Get. See the method description for details.
Implements
IMessageGetImageFamilyViewRequest, IEquatableGetImageFamilyViewRequest, IDeepCloneableGetImageFamilyViewRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetImageFamilyViewRequest()
public GetImageFamilyViewRequest()GetImageFamilyViewRequest(GetImageFamilyViewRequest)
public GetImageFamilyViewRequest(GetImageFamilyViewRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetImageFamilyViewRequest |
Properties
Family
public string Family { get; set; }Name of the image family to search for.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Project
public string Project { get; set; }Project ID for this request.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Zone
public string Zone { get; set; }The name of the zone for this request.
| Property Value | |
|---|---|
| Type | Description |
string |
|