UpdateVolumeGroupDetails¶
-
class
oci.core.models.
UpdateVolumeGroupDetails
(**kwargs)¶ Bases:
object
UpdateVolumeGroupDetails model.
Methods
__init__
(**kwargs)Initializes a new UpdateVolumeGroupDetails object with values from keyword arguments. Attributes
defined_tags
Gets the defined_tags of this UpdateVolumeGroupDetails. display_name
Gets the display_name of this UpdateVolumeGroupDetails. freeform_tags
Gets the freeform_tags of this UpdateVolumeGroupDetails. volume_group_replicas
Gets the volume_group_replicas of this UpdateVolumeGroupDetails. volume_ids
Gets the volume_ids of this UpdateVolumeGroupDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateVolumeGroupDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateVolumeGroupDetails.
- display_name (str) – The value to assign to the display_name property of this UpdateVolumeGroupDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateVolumeGroupDetails.
- volume_ids (list[str]) – The value to assign to the volume_ids property of this UpdateVolumeGroupDetails.
- volume_group_replicas (list[oci.core.models.VolumeGroupReplicaDetails]) – The value to assign to the volume_group_replicas property of this UpdateVolumeGroupDetails.
Gets the defined_tags of this UpdateVolumeGroupDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this UpdateVolumeGroupDetails. Return type: dict(str, dict(str, object))
-
display_name
¶ Gets the display_name of this UpdateVolumeGroupDetails. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this UpdateVolumeGroupDetails. Return type: str
Gets the freeform_tags of this UpdateVolumeGroupDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {“Department”: “Finance”}
Returns: The freeform_tags of this UpdateVolumeGroupDetails. Return type: dict(str, str)
-
volume_group_replicas
¶ Gets the volume_group_replicas of this UpdateVolumeGroupDetails. The list of volume group replicas that this volume group will be updated to have in the specified destination availability domains.
Returns: The volume_group_replicas of this UpdateVolumeGroupDetails. Return type: list[oci.core.models.VolumeGroupReplicaDetails]
-
volume_ids
¶ Gets the volume_ids of this UpdateVolumeGroupDetails. OCIDs for the volumes in this volume group.
Returns: The volume_ids of this UpdateVolumeGroupDetails. Return type: list[str]
-