Class SnapshotStatusRequest


  • public class SnapshotStatusRequest
    extends RequestBase
    Returns information about the status of a snapshot.
    • Method Detail

      • ignoreUnavailable

        @Nullable
        public final java.lang.Boolean ignoreUnavailable()
        Whether to ignore unavailable snapshots, defaults to false which means a SnapshotMissingException is thrown

        API name: ignore_unavailable

      • masterTimeout

        @Deprecated
        @Nullable
        public final Time masterTimeout()
        Deprecated.
        Explicit operation timeout for connection to master node

        API name: master_timeout

      • clusterManagerTimeout

        @Nullable
        public final Time clusterManagerTimeout()
        Explicit operation timeout for connection to cluster-manager node

        API name: cluster_manager_timeout

      • repository

        @Nullable
        public final java.lang.String repository()
        A repository name

        API name: repository

      • snapshot

        public final java.util.List<java.lang.String> snapshot()
        A comma-separated list of snapshot names

        API name: snapshot