Show / Hide Table of Contents

Class VolumeErrorArgs

VolumeError captures an error encountered during a volume operation.

Inheritance
System.Object
InputArgs
ResourceArgs
VolumeErrorArgs
Inherited Members
ResourceArgs.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.Kubernetes.Types.Inputs.Storage.V1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class VolumeErrorArgs : ResourceArgs

Properties

View Source

Message

String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.

Declaration
public Input<string> Message { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Time

Time the error was encountered.

Declaration
public Input<string> Time { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.