#include <ExportToS3TaskSpecification.h>
Describes an instance export task.
Definition at line 39 of file ExportToS3TaskSpecification.h.
Aws::EC2::Model::ExportToS3TaskSpecification::ExportToS3TaskSpecification |
( |
| ) |
|
const ContainerFormat& Aws::EC2::Model::ExportToS3TaskSpecification::GetContainerFormat |
( |
| ) |
const |
|
inline |
The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.
Definition at line 78 of file ExportToS3TaskSpecification.h.
const DiskImageFormat& Aws::EC2::Model::ExportToS3TaskSpecification::GetDiskImageFormat |
( |
| ) |
const |
|
inline |
const Aws::String& Aws::EC2::Model::ExportToS3TaskSpecification::GetS3Bucket |
( |
| ) |
const |
|
inline |
const Aws::String& Aws::EC2::Model::ExportToS3TaskSpecification::GetS3Prefix |
( |
| ) |
const |
|
inline |
The image is written to a single object in the S3 bucket at the S3 key s3prefix + exportTaskId + '.' + diskImageFormat.
Definition at line 157 of file ExportToS3TaskSpecification.h.
void Aws::EC2::Model::ExportToS3TaskSpecification::OutputToStream |
( |
Aws::OStream & |
ostream, |
|
|
const char * |
location, |
|
|
unsigned |
index, |
|
|
const char * |
locationValue |
|
) |
| const |
void Aws::EC2::Model::ExportToS3TaskSpecification::OutputToStream |
( |
Aws::OStream & |
oStream, |
|
|
const char * |
location |
|
) |
| const |
void Aws::EC2::Model::ExportToS3TaskSpecification::SetContainerFormat |
( |
const ContainerFormat & |
value | ) |
|
|
inline |
The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.
Definition at line 84 of file ExportToS3TaskSpecification.h.
void Aws::EC2::Model::ExportToS3TaskSpecification::SetContainerFormat |
( |
ContainerFormat && |
value | ) |
|
|
inline |
The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.
Definition at line 90 of file ExportToS3TaskSpecification.h.
void Aws::EC2::Model::ExportToS3TaskSpecification::SetDiskImageFormat |
( |
const DiskImageFormat & |
value | ) |
|
|
inline |
void Aws::EC2::Model::ExportToS3TaskSpecification::SetDiskImageFormat |
( |
DiskImageFormat && |
value | ) |
|
|
inline |
void Aws::EC2::Model::ExportToS3TaskSpecification::SetS3Bucket |
( |
const Aws::String & |
value | ) |
|
|
inline |
void Aws::EC2::Model::ExportToS3TaskSpecification::SetS3Bucket |
( |
Aws::String && |
value | ) |
|
|
inline |
void Aws::EC2::Model::ExportToS3TaskSpecification::SetS3Bucket |
( |
const char * |
value | ) |
|
|
inline |
void Aws::EC2::Model::ExportToS3TaskSpecification::SetS3Prefix |
( |
const Aws::String & |
value | ) |
|
|
inline |
The image is written to a single object in the S3 bucket at the S3 key s3prefix + exportTaskId + '.' + diskImageFormat.
Definition at line 163 of file ExportToS3TaskSpecification.h.
void Aws::EC2::Model::ExportToS3TaskSpecification::SetS3Prefix |
( |
Aws::String && |
value | ) |
|
|
inline |
The image is written to a single object in the S3 bucket at the S3 key s3prefix + exportTaskId + '.' + diskImageFormat.
Definition at line 169 of file ExportToS3TaskSpecification.h.
void Aws::EC2::Model::ExportToS3TaskSpecification::SetS3Prefix |
( |
const char * |
value | ) |
|
|
inline |
The image is written to a single object in the S3 bucket at the S3 key s3prefix + exportTaskId + '.' + diskImageFormat.
Definition at line 175 of file ExportToS3TaskSpecification.h.
The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.
Definition at line 96 of file ExportToS3TaskSpecification.h.
The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.
Definition at line 102 of file ExportToS3TaskSpecification.h.
The image is written to a single object in the S3 bucket at the S3 key s3prefix + exportTaskId + '.' + diskImageFormat.
Definition at line 181 of file ExportToS3TaskSpecification.h.
The image is written to a single object in the S3 bucket at the S3 key s3prefix + exportTaskId + '.' + diskImageFormat.
Definition at line 187 of file ExportToS3TaskSpecification.h.
The image is written to a single object in the S3 bucket at the S3 key s3prefix + exportTaskId + '.' + diskImageFormat.
Definition at line 193 of file ExportToS3TaskSpecification.h.
The documentation for this class was generated from the following file: