Class AmlFilesystemArchiveResponseStatus
- java.lang.Object
-
- com.pulumi.azurenative.storagecache.outputs.AmlFilesystemArchiveResponseStatus
-
public final class AmlFilesystemArchiveResponseStatus extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AmlFilesystemArchiveResponseStatus.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AmlFilesystemArchiveResponseStatus.Builder
builder()
static AmlFilesystemArchiveResponseStatus.Builder
builder(AmlFilesystemArchiveResponseStatus defaults)
java.lang.String
errorCode()
java.lang.String
errorMessage()
java.lang.String
lastCompletionTime()
java.lang.String
lastStartedTime()
java.lang.Integer
percentComplete()
java.lang.String
state()
-
-
-
Method Detail
-
errorCode
public java.lang.String errorCode()
- Returns:
- Server-defined error code for the archive operation
-
errorMessage
public java.lang.String errorMessage()
- Returns:
- Server-defined error message for the archive operation
-
lastCompletionTime
public java.lang.String lastCompletionTime()
- Returns:
- The time of the last completed archive operation
-
lastStartedTime
public java.lang.String lastStartedTime()
- Returns:
- The time the latest archive operation started
-
percentComplete
public java.lang.Integer percentComplete()
- Returns:
- The completion percentage of the archive operation
-
state
public java.lang.String state()
- Returns:
- The state of the archive operation
-
builder
public static AmlFilesystemArchiveResponseStatus.Builder builder()
-
builder
public static AmlFilesystemArchiveResponseStatus.Builder builder(AmlFilesystemArchiveResponseStatus defaults)
-
-