@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class AgentPoolUpdate extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_AGENT_TYPE |
static String |
JSON_PROPERTY_AGENTS |
static String |
JSON_PROPERTY_ENABLED |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_LINKS |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_NOTIFY_ADMIN |
static String |
JSON_PROPERTY_REASON |
static String |
JSON_PROPERTY_SCHEDULE |
static String |
JSON_PROPERTY_SORT_ORDER |
static String |
JSON_PROPERTY_STATUS |
static String |
JSON_PROPERTY_TARGET_VERSION |
Constructor and Description |
---|
AgentPoolUpdate() |
public static final String JSON_PROPERTY_AGENTS
public static final String JSON_PROPERTY_AGENT_TYPE
public static final String JSON_PROPERTY_ENABLED
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NOTIFY_ADMIN
public static final String JSON_PROPERTY_REASON
public static final String JSON_PROPERTY_SCHEDULE
public static final String JSON_PROPERTY_SORT_ORDER
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_TARGET_VERSION
public static final String JSON_PROPERTY_LINKS
public AgentPoolUpdate agents(List<Agent> agents)
public AgentPoolUpdate addAgentsItem(Agent agentsItem)
public AgentPoolUpdate agentType(AgentType agentType)
public void setAgentType(AgentType agentType)
public AgentPoolUpdate enabled(Boolean enabled)
public void setEnabled(Boolean enabled)
public AgentPoolUpdate name(String name)
public void setName(String name)
public AgentPoolUpdate notifyAdmin(Boolean notifyAdmin)
public void setNotifyAdmin(Boolean notifyAdmin)
public AgentPoolUpdate reason(String reason)
public void setReason(String reason)
public AgentPoolUpdate schedule(AutoUpdateSchedule schedule)
@Nullable public AutoUpdateSchedule getSchedule()
public void setSchedule(AutoUpdateSchedule schedule)
public AgentPoolUpdate sortOrder(Integer sortOrder)
public void setSortOrder(Integer sortOrder)
public AgentPoolUpdate status(AgentUpdateJobStatus status)
@Nullable public AgentUpdateJobStatus getStatus()
public void setStatus(AgentUpdateJobStatus status)
public AgentPoolUpdate targetVersion(String targetVersion)
@Nullable public String getTargetVersion()
public void setTargetVersion(String targetVersion)
public AgentPoolUpdate links(LinksSelf links)
public void setLinks(LinksSelf links)
Copyright © 2017–2023 Okta. All rights reserved.