类 UnbindClusterToWorkspaceRequest


  • public class UnbindClusterToWorkspaceRequest
    extends AbstractBceRequest
    The request for unbind cluster.
    • 构造器详细资料

      • UnbindClusterToWorkspaceRequest

        public UnbindClusterToWorkspaceRequest()
    • 方法详细资料

      • getWorkspaceID

        public String getWorkspaceID()
      • setWorkspaceID

        public void setWorkspaceID​(String workspaceID)
      • getClusterID

        public String getClusterID()
      • setClusterID

        public void setClusterID​(String clusterID)
      • setIgnoreUnderlayError

        public void setIgnoreUnderlayError​(boolean ignoreUnderlayError)
      • getIgnoreUnderlayError

        public boolean getIgnoreUnderlayError()
      • setSkipDeleteUnderlay

        public void setSkipDeleteUnderlay​(boolean skipDeleteUnderlay)
      • getSkipDeleteUnderlay

        public boolean getSkipDeleteUnderlay()