TS3GlacierJobParameters
Class in AWS.S3
GlacierJobParameters node class.
Ancestors
Properties
Tier
property Tier: string
Constructors
Create
constructor Create(const ATier: string);
Constructor for TS3GlacierJobParameters.
Parameters
| Name | Description |
|---|---|
ATier | Retrieval tier at which the restore will be processed. Valid values:||. |
Methods
Standard
class function Standard: TS3GlacierJobParameters; static;
( Construct Standard Glacier Job Parameters.
Returns
A TS3GlacierJobParameters instance configured with Standard tier.
Bulk
class function Bulk: TS3GlacierJobParameters; static;
( Construct Bulk Glacier Job Parameters.
Returns
A TS3GlacierJobParameters instance configured with Bulk tier.
Expedited
class function Expedited: TS3GlacierJobParameters; static;
( Construct Expedited Glacier Job Parameters.
Returns
A TS3GlacierJobParameters instance configured with Expedited tier.
CreateNode
function CreateNode(const AParentNode: IXMLNode): IXMLNode;
Creates an XML node representation.
Parameters
| Name | Description |
|---|---|
AParentNode | An XML node to parent the resulting node. |
Returns
An GlacierJobParameters XML node.