Show / Hide Table of Contents

Class GetImageArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetImageArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetImageArgs()

Declaration
public GetImageArgs()

Properties

View Source

Family

The family name of the image.

Declaration
public string Family { get; set; }
Property Value
Type Description
System.String
View Source

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
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.