Class ResourceDeleteOption

    • Constructor Detail

      • ResourceDeleteOption

        public ResourceDeleteOption()
      • ResourceDeleteOption

        public ResourceDeleteOption​(ResourceDeleteOption source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getResourceType

        public String getResourceType()
        Get 资源类型,例如CBS
        Returns:
        ResourceType 资源类型,例如CBS
      • setResourceType

        public void setResourceType​(String ResourceType)
        Set 资源类型,例如CBS
        Parameters:
        ResourceType - 资源类型,例如CBS
      • getDeleteMode

        public String getDeleteMode()
        Get 集群删除时资源的删除模式:terminate(销毁),retain (保留)
        Returns:
        DeleteMode 集群删除时资源的删除模式:terminate(销毁),retain (保留)
      • setDeleteMode

        public void setDeleteMode​(String DeleteMode)
        Set 集群删除时资源的删除模式:terminate(销毁),retain (保留)
        Parameters:
        DeleteMode - 集群删除时资源的删除模式:terminate(销毁),retain (保留)