Class VolumeErrorArgs
VolumeError captures an error encountered during a volume operation.
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.Kubernetes.Types.Inputs.Storage.V1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class VolumeErrorArgs : ResourceArgs
Properties
View SourceMessage
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> |
Time
Time the error was encountered.
Declaration
public Input<string> Time { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |