public sealed class GetImageFamilyViewRequest : IMessage<GetImageFamilyViewRequest>, IEquatable<GetImageFamilyViewRequest>, IDeepCloneable<GetImageFamilyViewRequest>, IBufferMessage, IMessage
Reference 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
IMessage<GetImageFamilyViewRequest>, IEquatable<GetImageFamilyViewRequest>, IDeepCloneable<GetImageFamilyViewRequest>, 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 |