Class SetNodePoolNodeProtectionRequest


  • public class SetNodePoolNodeProtectionRequest
    extends AbstractModel
    • Constructor Detail

      • SetNodePoolNodeProtectionRequest

        public SetNodePoolNodeProtectionRequest()
      • SetNodePoolNodeProtectionRequest

        public SetNodePoolNodeProtectionRequest​(SetNodePoolNodeProtectionRequest 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

      • getClusterId

        public String getClusterId()
        Get 集群id
        Returns:
        ClusterId 集群id
      • setClusterId

        public void setClusterId​(String ClusterId)
        Set 集群id
        Parameters:
        ClusterId - 集群id
      • getNodePoolId

        public String getNodePoolId()
        Get 节点池id
        Returns:
        NodePoolId 节点池id
      • setNodePoolId

        public void setNodePoolId​(String NodePoolId)
        Set 节点池id
        Parameters:
        NodePoolId - 节点池id
      • getInstanceIds

        public String[] getInstanceIds()
        Get 节点id
        Returns:
        InstanceIds 节点id
      • setInstanceIds

        public void setInstanceIds​(String[] InstanceIds)
        Set 节点id
        Parameters:
        InstanceIds - 节点id
      • getProtectedFromScaleIn

        public Boolean getProtectedFromScaleIn()
        Get 节点是否需要移出保护
        Returns:
        ProtectedFromScaleIn 节点是否需要移出保护
      • setProtectedFromScaleIn

        public void setProtectedFromScaleIn​(Boolean ProtectedFromScaleIn)
        Set 节点是否需要移出保护
        Parameters:
        ProtectedFromScaleIn - 节点是否需要移出保护