|
NAMEPaws::StorageGateway::ActivateGateway - Arguments for method ActivateGateway on Paws::StorageGatewayDESCRIPTIONThis class represents the parameters used for calling the method ActivateGateway on the AWS Storage Gateway service. Use the attributes of this class as arguments to method ActivateGateway.You shouln't make instances of this class. Each attribute should be used as a named argument in the call to ActivateGateway. As an example: $service_obj->ActivateGateway(Att1 => $value1, Att2 => $value2, ...); Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. ATTRIBUTESREQUIRED ActivationKey => StrYour gateway activation key. You can obtain the activation key by sending an HTTP GET request with redirects enabled to the gateway IP address (port 80). The redirect URL returned in the response provides you the activation key for your gateway in the query string parameter "activationKey". It may also include other activation-related parameters, however, these are merely defaults -- the arguments you pass to the "ActivateGateway" API call determine the actual configuration of your gateway.REQUIRED GatewayName => StrREQUIRED GatewayRegion => StrOne of the values that indicates the region where you want to store the snapshot backups. The gateway region specified must be the same region as the region in your "Host" header in the request. 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", "eu-central-1", "ap-northeast-1", "ap-southeast-1", "ap-southeast-2", "sa-east-1" REQUIRED GatewayTimezone => StrOne of the 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 schedule.GatewayType => StrOne of the values that defines the type of gateway to activate. The type specified is critical to all later functions of the gateway and cannot be changed after activation. The default value is "STORED".MediumChangerType => StrThe value that indicates the type of medium changer to use for gateway-VTL. This field is optional.Valid Values: "STK-L700", "AWS-Gateway-VTL" TapeDriveType => StrThe value that indicates the type of tape drive to use for gateway-VTL. This field is optional.Valid Values: "IBM-ULT3580-TD5" SEE ALSOThis class forms part of Paws, documenting arguments for method ActivateGateway in Paws::StorageGatewayBUGS and CONTRIBUTIONSThe source code is located here: https://github.com/pplu/aws-sdk-perlPlease report bugs to: https://github.com/pplu/aws-sdk-perl/issues
Visit the GSP FreeBSD Man Page Interface. |