Show / Hide Table of Contents

Class DiffResponse

Inheritance
object
DiffResponse
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Experimental.Provider
Assembly: Pulumi.dll
Syntax
public sealed class DiffResponse

Properties

View Source

Changes

Declaration
public bool? Changes { get; set; }
Property Value
Type Description
bool?
View Source

DeleteBeforeReplace

Declaration
public bool DeleteBeforeReplace { get; set; }
Property Value
Type Description
bool
View Source

DetailedDiff

Declaration
public IDictionary<string, PropertyDiff>? DetailedDiff { get; set; }
Property Value
Type Description
IDictionary<string, PropertyDiff>
View Source

Diffs

Declaration
public IList<string>? Diffs { get; set; }
Property Value
Type Description
IList<string>
View Source

Replaces

Declaration
public IList<string>? Replaces { get; set; }
Property Value
Type Description
IList<string>
View Source

Stables

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