Class SnapshotConsistencyGroup
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.is.vpc.v1.model.SnapshotConsistencyGroup
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SnapshotConsistencyGroup
extends com.ibm.cloud.sdk.core.service.model.GenericModel
SnapshotConsistencyGroup.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
The lifecycle state of this snapshot consistency group.static interface
The resource type. -
Method Summary
Modifier and TypeMethodDescriptionGets the backupPolicyPlan.Gets the createdAt.getCrn()
Gets the crn.getHref()
Gets the href.getId()
Gets the id.Gets the lifecycleState.getName()
Gets the name.Gets the resourceGroup.Gets the resourceType.Gets the serviceTags.Gets the snapshots.Gets the deleteSnapshotsOnDelete.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
getBackupPolicyPlan
Gets the backupPolicyPlan. If present, the backup policy plan which created this snapshot consistency group.- Returns:
- the backupPolicyPlan
-
getCreatedAt
Gets the createdAt. The date and time that this snapshot consistency group was created.- Returns:
- the createdAt
-
getCrn
-
isDeleteSnapshotsOnDelete
Gets the deleteSnapshotsOnDelete. Indicates whether deleting the snapshot consistency group will also delete the snapshots in the group.- Returns:
- the deleteSnapshotsOnDelete
-
getHref
Gets the href. The URL for this snapshot consistency group.- Returns:
- the href
-
getId
Gets the id. The unique identifier for this snapshot consistency group.- Returns:
- the id
-
getLifecycleState
Gets the lifecycleState. The lifecycle state of this snapshot consistency group.- Returns:
- the lifecycleState
-
getName
Gets the name. The name for this snapshot consistency group. The name is unique across all snapshot consistency groups in the region.- Returns:
- the name
-
getResourceGroup
Gets the resourceGroup. The resource group for this snapshot consistency group.- Returns:
- the resourceGroup
-
getResourceType
-
getServiceTags
Gets the serviceTags. The [service tags](https://cloud.ibm.com/apidocs/tagging#types-of-tags) associated with this snapshot consistency group. Each tag is prefixed with [is.instance:](https://cloud.ibm.com/docs/vpc?topic=vpc-snapshots-vpc-faqs).- Returns:
- the serviceTags
-
getSnapshots
Gets the snapshots. The member snapshots that are data-consistent with respect to captured time. (may be [deleted](https://cloud.ibm.com/apidocs/vpc#deleted-resources)).- Returns:
- the snapshots
-