Interface SnapshotListSnapshotsItemReportTypesItem.Type
-
- Enclosing class:
- SnapshotListSnapshotsItemReportTypesItem
public static interface SnapshotListSnapshotsItemReportTypesItem.Type
The type of billing report of the snapshot. Possible values are [account_summary, enterprise_summary, account_resource_instance_usage].
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ACCOUNT_RESOURCE_INSTANCE_USAGE
account_resource_instance_usage.static java.lang.String
ACCOUNT_SUMMARY
account_summary.static java.lang.String
ENTERPRISE_SUMMARY
enterprise_summary.
-
-
-
Field Detail
-
ACCOUNT_SUMMARY
static final java.lang.String ACCOUNT_SUMMARY
account_summary.- See Also:
- Constant Field Values
-
ENTERPRISE_SUMMARY
static final java.lang.String ENTERPRISE_SUMMARY
enterprise_summary.- See Also:
- Constant Field Values
-
ACCOUNT_RESOURCE_INSTANCE_USAGE
static final java.lang.String ACCOUNT_RESOURCE_INSTANCE_USAGE
account_resource_instance_usage.- See Also:
- Constant Field Values
-
-