Show / Hide Table of Contents

Class ExecutorImage

Information about the remote execution image.

Inheritance
object
ExecutorImage
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Automation
Assembly: Pulumi.Automation.dll
Syntax
public class ExecutorImage

Constructors

View Source

ExecutorImage(string)

Declaration
public ExecutorImage(string image)
Parameters
Type Name Description
string image

Properties

View Source

Credentials

Credentials for the remote execution Docker image.

Declaration
public DockerImageCredentials? Credentials { get; set; }
Property Value
Type Description
DockerImageCredentials
View Source

Image

The Docker image to use.

Declaration
public string Image { get; set; }
Property Value
Type Description
string
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.