Compute Engine v1 API - Class GetImageFamilyViewRequest (2.15.0)

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.

Inheritance

object > GetImageFamilyViewRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetImageFamilyViewRequest()

public GetImageFamilyViewRequest()

GetImageFamilyViewRequest(GetImageFamilyViewRequest)

public GetImageFamilyViewRequest(GetImageFamilyViewRequest other)
Parameter
NameDescription
otherGetImageFamilyViewRequest

Properties

Family

public string Family { get; set; }

Name of the image family to search for.

Property Value
TypeDescription
string

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
string

Zone

public string Zone { get; set; }

The name of the zone for this request.

Property Value
TypeDescription
string