Compute Engine v1 API - Class GetFromFamilyImageRequest (2.15.0)

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

Reference documentation and code samples for the Compute Engine v1 API class GetFromFamilyImageRequest.

A request message for Images.GetFromFamily. See the method description for details.

Inheritance

object > GetFromFamilyImageRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetFromFamilyImageRequest()

public GetFromFamilyImageRequest()

GetFromFamilyImageRequest(GetFromFamilyImageRequest)

public GetFromFamilyImageRequest(GetFromFamilyImageRequest other)
Parameter
NameDescription
otherGetFromFamilyImageRequest

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; }

The image project that the image belongs to. For example, to get a CentOS image, specify centos-cloud as the image project.

Property Value
TypeDescription
string