@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeServersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeServersResult() |
Modifier and Type | Method and Description |
---|---|
DescribeServersResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
This is not currently implemented for
DescribeServers requests. |
List<Server> |
getServers()
Contains the response to a
DescribeServers request. |
int |
hashCode() |
void |
setNextToken(String nextToken)
This is not currently implemented for
DescribeServers requests. |
void |
setServers(Collection<Server> servers)
Contains the response to a
DescribeServers request. |
String |
toString()
Returns a string representation of this object.
|
DescribeServersResult |
withNextToken(String nextToken)
This is not currently implemented for
DescribeServers requests. |
DescribeServersResult |
withServers(Collection<Server> servers)
Contains the response to a
DescribeServers request. |
DescribeServersResult |
withServers(Server... servers)
Contains the response to a
DescribeServers request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Server> getServers()
Contains the response to a DescribeServers
request.
For Chef Automate servers: If DescribeServersResponse$Servers$EngineAttributes
includes
CHEF_MAJOR_UPGRADE_AVAILABLE, you can upgrade the Chef Automate server to Chef Automate 2. To be eligible for
upgrade, a server running Chef Automate 1 must have had at least one successful maintenance run after November 1,
2019.
For Puppet Server: DescribeServersResponse$Servers$EngineAttributes
contains
PUPPET_API_CA_CERT. This is the PEM-encoded CA certificate that is used by the Puppet API over TCP port number
8140. The CA certificate is also used to sign node certificates.
DescribeServers
request.
For Chef Automate servers: If DescribeServersResponse$Servers$EngineAttributes
includes CHEF_MAJOR_UPGRADE_AVAILABLE, you can upgrade the Chef Automate server to Chef Automate 2. To be
eligible for upgrade, a server running Chef Automate 1 must have had at least one successful maintenance
run after November 1, 2019.
For Puppet Server: DescribeServersResponse$Servers$EngineAttributes
contains
PUPPET_API_CA_CERT. This is the PEM-encoded CA certificate that is used by the Puppet API over TCP port
number 8140. The CA certificate is also used to sign node certificates.
public void setServers(Collection<Server> servers)
Contains the response to a DescribeServers
request.
For Chef Automate servers: If DescribeServersResponse$Servers$EngineAttributes
includes
CHEF_MAJOR_UPGRADE_AVAILABLE, you can upgrade the Chef Automate server to Chef Automate 2. To be eligible for
upgrade, a server running Chef Automate 1 must have had at least one successful maintenance run after November 1,
2019.
For Puppet Server: DescribeServersResponse$Servers$EngineAttributes
contains
PUPPET_API_CA_CERT. This is the PEM-encoded CA certificate that is used by the Puppet API over TCP port number
8140. The CA certificate is also used to sign node certificates.
servers
- Contains the response to a DescribeServers
request.
For Chef Automate servers: If DescribeServersResponse$Servers$EngineAttributes
includes CHEF_MAJOR_UPGRADE_AVAILABLE, you can upgrade the Chef Automate server to Chef Automate 2. To be
eligible for upgrade, a server running Chef Automate 1 must have had at least one successful maintenance
run after November 1, 2019.
For Puppet Server: DescribeServersResponse$Servers$EngineAttributes
contains
PUPPET_API_CA_CERT. This is the PEM-encoded CA certificate that is used by the Puppet API over TCP port
number 8140. The CA certificate is also used to sign node certificates.
public DescribeServersResult withServers(Server... servers)
Contains the response to a DescribeServers
request.
For Chef Automate servers: If DescribeServersResponse$Servers$EngineAttributes
includes
CHEF_MAJOR_UPGRADE_AVAILABLE, you can upgrade the Chef Automate server to Chef Automate 2. To be eligible for
upgrade, a server running Chef Automate 1 must have had at least one successful maintenance run after November 1,
2019.
For Puppet Server: DescribeServersResponse$Servers$EngineAttributes
contains
PUPPET_API_CA_CERT. This is the PEM-encoded CA certificate that is used by the Puppet API over TCP port number
8140. The CA certificate is also used to sign node certificates.
NOTE: This method appends the values to the existing list (if any). Use
setServers(java.util.Collection)
or withServers(java.util.Collection)
if you want to override
the existing values.
servers
- Contains the response to a DescribeServers
request.
For Chef Automate servers: If DescribeServersResponse$Servers$EngineAttributes
includes CHEF_MAJOR_UPGRADE_AVAILABLE, you can upgrade the Chef Automate server to Chef Automate 2. To be
eligible for upgrade, a server running Chef Automate 1 must have had at least one successful maintenance
run after November 1, 2019.
For Puppet Server: DescribeServersResponse$Servers$EngineAttributes
contains
PUPPET_API_CA_CERT. This is the PEM-encoded CA certificate that is used by the Puppet API over TCP port
number 8140. The CA certificate is also used to sign node certificates.
public DescribeServersResult withServers(Collection<Server> servers)
Contains the response to a DescribeServers
request.
For Chef Automate servers: If DescribeServersResponse$Servers$EngineAttributes
includes
CHEF_MAJOR_UPGRADE_AVAILABLE, you can upgrade the Chef Automate server to Chef Automate 2. To be eligible for
upgrade, a server running Chef Automate 1 must have had at least one successful maintenance run after November 1,
2019.
For Puppet Server: DescribeServersResponse$Servers$EngineAttributes
contains
PUPPET_API_CA_CERT. This is the PEM-encoded CA certificate that is used by the Puppet API over TCP port number
8140. The CA certificate is also used to sign node certificates.
servers
- Contains the response to a DescribeServers
request.
For Chef Automate servers: If DescribeServersResponse$Servers$EngineAttributes
includes CHEF_MAJOR_UPGRADE_AVAILABLE, you can upgrade the Chef Automate server to Chef Automate 2. To be
eligible for upgrade, a server running Chef Automate 1 must have had at least one successful maintenance
run after November 1, 2019.
For Puppet Server: DescribeServersResponse$Servers$EngineAttributes
contains
PUPPET_API_CA_CERT. This is the PEM-encoded CA certificate that is used by the Puppet API over TCP port
number 8140. The CA certificate is also used to sign node certificates.
public void setNextToken(String nextToken)
This is not currently implemented for DescribeServers
requests.
nextToken
- This is not currently implemented for DescribeServers
requests.public String getNextToken()
This is not currently implemented for DescribeServers
requests.
DescribeServers
requests.public DescribeServersResult withNextToken(String nextToken)
This is not currently implemented for DescribeServers
requests.
nextToken
- This is not currently implemented for DescribeServers
requests.public String toString()
toString
in class Object
Object.toString()
public DescribeServersResult clone()