Class GetImageArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Compute
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetImageArgs : InvokeArgs
Constructors
View SourceGetImageArgs()
Declaration
public GetImageArgs()
Properties
View SourceFamily
The family name of the image.
Declaration
public string Family { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
or family - (Required) The name of a specific image or a family.
Exactly one of name of family must be specified. If name is specified, it will fetch
the corresponding image. If family is specified, it will returns the latest image
that is part of an image family and is not deprecated.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Project
The project in which the resource belongs. If it is not provided, the provider project is used. If you are using a [public base image][pubimg], be sure to specify the correct Image Project.
Declaration
public string Project { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |