public sealed class GetFromFamilyImageRequest : IMessage<GetFromFamilyImageRequest>, IEquatable<GetFromFamilyImageRequest>, IDeepCloneable<GetFromFamilyImageRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetFromFamilyImageRequest.
A request message for Images.GetFromFamily. See the method description for details.
Implements
IMessageGetFromFamilyImageRequest, IEquatableGetFromFamilyImageRequest, IDeepCloneableGetFromFamilyImageRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetFromFamilyImageRequest()
public GetFromFamilyImageRequest()GetFromFamilyImageRequest(GetFromFamilyImageRequest)
public GetFromFamilyImageRequest(GetFromFamilyImageRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetFromFamilyImageRequest |
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; }The image project that the image belongs to. For example, to get a CentOS image, specify centos-cloud as the image project.
| Property Value | |
|---|---|
| Type | Description |
string |
|