Class GetImageFamilyViewRequest (1.3.0)

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

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