|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.storagegateway.model.ActivateGatewayRequest
public class ActivateGatewayRequest
Container for the parameters to the ActivateGateway operation
.
This operation activates the gateway you previously deployed on your VMware host. For more information, see DownloadAndDeploy. In the activation process you specify information such as the region you want to use for storing snapshots, the time zone for scheduled snapshots and the gateway schedule window, an activation key, and a name for your gateway. The activation process also associates your gateway with your account.
NOTE:You must power on the gateway VM before you can activate your gateway.
AWSStorageGateway.activateGateway(ActivateGatewayRequest)
Constructor Summary | |
---|---|
ActivateGatewayRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getActivationKey()
Your gateway activation key. |
String |
getGatewayName()
A unique identifier for your gateway. |
String |
getGatewayRegion()
A value that indicates the region your gateway is activated in, and where your snapshots are stored. |
String |
getGatewayTimezone()
One of the GatewayTimezone values that indicates the time zone you want to set for the gateway. |
int |
hashCode()
|
void |
setActivationKey(String activationKey)
Your gateway activation key. |
void |
setGatewayName(String gatewayName)
A unique identifier for your gateway. |
void |
setGatewayRegion(String gatewayRegion)
A value that indicates the region your gateway is activated in, and where your snapshots are stored. |
void |
setGatewayTimezone(GatewayTimezone gatewayTimezone)
One of the GatewayTimezone values that indicates the time zone you want to set for the gateway. |
void |
setGatewayTimezone(String gatewayTimezone)
One of the GatewayTimezone values that indicates the time zone you want to set for the gateway. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ActivateGatewayRequest |
withActivationKey(String activationKey)
Your gateway activation key. |
ActivateGatewayRequest |
withGatewayName(String gatewayName)
A unique identifier for your gateway. |
ActivateGatewayRequest |
withGatewayRegion(String gatewayRegion)
A value that indicates the region your gateway is activated in, and where your snapshots are stored. |
ActivateGatewayRequest |
withGatewayTimezone(GatewayTimezone gatewayTimezone)
One of the GatewayTimezone values that indicates the time zone you want to set for the gateway. |
ActivateGatewayRequest |
withGatewayTimezone(String gatewayTimezone)
One of the GatewayTimezone values that indicates the time zone you want to set for the gateway. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ActivateGatewayRequest()
Method Detail |
---|
public String getActivationKey()
activationKey
. Length: Minimum length of 1. Maximum length of 50.
Constraints:
Length: 1 - 50
activationKey
. Length: Minimum length of 1. Maximum length of 50.
public void setActivationKey(String activationKey)
activationKey
. Length: Minimum length of 1. Maximum length of 50.
Constraints:
Length: 1 - 50
activationKey
- Your gateway activation key. You can obtain the activation key by
sending an HTTP GET request with redirects enabled to the gateway IP
address. The redirect URL returned in the response provides you the
activation key for your gateway in the query string parameter
activationKey
. Length: Minimum length of 1. Maximum length of 50.
public ActivateGatewayRequest withActivationKey(String activationKey)
activationKey
. Length: Minimum length of 1. Maximum length of 50.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 50
activationKey
- Your gateway activation key. You can obtain the activation key by
sending an HTTP GET request with redirects enabled to the gateway IP
address. The redirect URL returned in the response provides you the
activation key for your gateway in the query string parameter
activationKey
. Length: Minimum length of 1. Maximum length of 50.
public String getGatewayName()
Length: Minimum length of 2. Maximum length of 255.
Constraints:
Length: 2 - 255
Pattern: ^[ -\.0-\[\]-~]*[!-\.0-\[\]-~][ -\.0-\[\]-~]*$
Length: Minimum length of 2. Maximum length of 255.
public void setGatewayName(String gatewayName)
Length: Minimum length of 2. Maximum length of 255.
Constraints:
Length: 2 - 255
Pattern: ^[ -\.0-\[\]-~]*[!-\.0-\[\]-~][ -\.0-\[\]-~]*$
gatewayName
- A unique identifier for your gateway. This name becomes part of the
gateway Amazon Resources Name (ARN) which is what you use as an input
to other operations. Length: Minimum length of 2. Maximum length of 255.
public ActivateGatewayRequest withGatewayName(String gatewayName)
Length: Minimum length of 2. Maximum length of 255.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 2 - 255
Pattern: ^[ -\.0-\[\]-~]*[!-\.0-\[\]-~][ -\.0-\[\]-~]*$
gatewayName
- A unique identifier for your gateway. This name becomes part of the
gateway Amazon Resources Name (ARN) which is what you use as an input
to other operations. Length: Minimum length of 2. Maximum length of 255.
public String getGatewayTimezone()
Constraints:
Allowed Values: GMT-12:00, GMT-11:00, GMT-10:00, GMT-9:00, GMT-8:00, GMT-7:00, GMT-6:00, GMT-5:00, GMT-4:00, GMT-3:30, GMT-3:00, GMT-2:00, GMT-1:00, GMT, GMT+1:00, GMT+2:00, GMT+3:00, GMT+3:30, GMT+4:00, GMT+4:30, GMT+5:00, GMT+5:30, GMT+5:45, GMT+6:00, GMT+7:00, GMT+8:00, GMT+9:00, GMT+9:30, GMT+10:00, GMT+11:00, GMT+12:00
GatewayTimezone
public void setGatewayTimezone(String gatewayTimezone)
Constraints:
Allowed Values: GMT-12:00, GMT-11:00, GMT-10:00, GMT-9:00, GMT-8:00, GMT-7:00, GMT-6:00, GMT-5:00, GMT-4:00, GMT-3:30, GMT-3:00, GMT-2:00, GMT-1:00, GMT, GMT+1:00, GMT+2:00, GMT+3:00, GMT+3:30, GMT+4:00, GMT+4:30, GMT+5:00, GMT+5:30, GMT+5:45, GMT+6:00, GMT+7:00, GMT+8:00, GMT+9:00, GMT+9:30, GMT+10:00, GMT+11:00, GMT+12:00
gatewayTimezone
- One of the GatewayTimezone values that indicates the time zone
you want to set for the gateway. The time zone is used, for example,
for scheduling snapshots and your gateway's maintenance window.GatewayTimezone
public ActivateGatewayRequest withGatewayTimezone(String gatewayTimezone)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: GMT-12:00, GMT-11:00, GMT-10:00, GMT-9:00, GMT-8:00, GMT-7:00, GMT-6:00, GMT-5:00, GMT-4:00, GMT-3:30, GMT-3:00, GMT-2:00, GMT-1:00, GMT, GMT+1:00, GMT+2:00, GMT+3:00, GMT+3:30, GMT+4:00, GMT+4:30, GMT+5:00, GMT+5:30, GMT+5:45, GMT+6:00, GMT+7:00, GMT+8:00, GMT+9:00, GMT+9:30, GMT+10:00, GMT+11:00, GMT+12:00
gatewayTimezone
- One of the GatewayTimezone values that indicates the time zone
you want to set for the gateway. The time zone is used, for example,
for scheduling snapshots and your gateway's maintenance window.
GatewayTimezone
public void setGatewayTimezone(GatewayTimezone gatewayTimezone)
Constraints:
Allowed Values: GMT-12:00, GMT-11:00, GMT-10:00, GMT-9:00, GMT-8:00, GMT-7:00, GMT-6:00, GMT-5:00, GMT-4:00, GMT-3:30, GMT-3:00, GMT-2:00, GMT-1:00, GMT, GMT+1:00, GMT+2:00, GMT+3:00, GMT+3:30, GMT+4:00, GMT+4:30, GMT+5:00, GMT+5:30, GMT+5:45, GMT+6:00, GMT+7:00, GMT+8:00, GMT+9:00, GMT+9:30, GMT+10:00, GMT+11:00, GMT+12:00
gatewayTimezone
- One of the GatewayTimezone values that indicates the time zone
you want to set for the gateway. The time zone is used, for example,
for scheduling snapshots and your gateway's maintenance window.GatewayTimezone
public ActivateGatewayRequest withGatewayTimezone(GatewayTimezone gatewayTimezone)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: GMT-12:00, GMT-11:00, GMT-10:00, GMT-9:00, GMT-8:00, GMT-7:00, GMT-6:00, GMT-5:00, GMT-4:00, GMT-3:30, GMT-3:00, GMT-2:00, GMT-1:00, GMT, GMT+1:00, GMT+2:00, GMT+3:00, GMT+3:30, GMT+4:00, GMT+4:30, GMT+5:00, GMT+5:30, GMT+5:45, GMT+6:00, GMT+7:00, GMT+8:00, GMT+9:00, GMT+9:30, GMT+10:00, GMT+11:00, GMT+12:00
gatewayTimezone
- One of the GatewayTimezone values that indicates the time zone
you want to set for the gateway. The time zone is used, for example,
for scheduling snapshots and your gateway's maintenance window.
GatewayTimezone
public String getGatewayRegion()
Valid Values: "us-east-1", "us-west-1", "us-west-2", "eu-west-1", "ap-northeast-1", "ap-southest-1", "sa-east-1"
Constraints:
Length: 1 - 25
Valid Values: "us-east-1", "us-west-1", "us-west-2", "eu-west-1", "ap-northeast-1", "ap-southest-1", "sa-east-1"
public void setGatewayRegion(String gatewayRegion)
Valid Values: "us-east-1", "us-west-1", "us-west-2", "eu-west-1", "ap-northeast-1", "ap-southest-1", "sa-east-1"
Constraints:
Length: 1 - 25
gatewayRegion
- A value that indicates the region your gateway is activated in, and
where your snapshots are stored. For more information about available
regions and endpoints for AWS Storage Gateway, see Regions
and Endpoints in the Amazon Web Services Glossary.
Valid Values: "us-east-1", "us-west-1", "us-west-2", "eu-west-1", "ap-northeast-1", "ap-southest-1", "sa-east-1"
public ActivateGatewayRequest withGatewayRegion(String gatewayRegion)
Valid Values: "us-east-1", "us-west-1", "us-west-2", "eu-west-1", "ap-northeast-1", "ap-southest-1", "sa-east-1"
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 25
gatewayRegion
- A value that indicates the region your gateway is activated in, and
where your snapshots are stored. For more information about available
regions and endpoints for AWS Storage Gateway, see Regions
and Endpoints in the Amazon Web Services Glossary.
Valid Values: "us-east-1", "us-west-1", "us-west-2", "eu-west-1", "ap-northeast-1", "ap-southest-1", "sa-east-1"
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |