@@ -29,7 +29,8 @@ def __init__(self, config):
29
29
def create_volume (self , create_volume_details , ** kwargs ):
30
30
"""
31
31
CreateVolume
32
- Creates a new volume in the specified compartment. The size of a volume can be either 256 GB or 2 TB.
32
+ Creates a new volume in the specified compartment. Volumes can be created in sizes ranging from
33
+ 50 GB (51200 MB) to 2 TB (2097152 MB), in 1 GB (1024 MB) increments. By default, volumes are 1 TB (1048576 MB).
33
34
For general information about block volumes, see
34
35
`Overview of Block Volume Service`__.
35
36
@@ -41,7 +42,7 @@ def create_volume(self, create_volume_details, **kwargs):
41
42
in the Identity and Access Management Service API.
42
43
43
44
You may optionally specify a *display name* for the volume, which is simply a friendly name or
44
- description. It does not have to be unique, and you can change it.
45
+ description. It does not have to be unique, and you can change it. Avoid entering confidential information.
45
46
46
47
__ https://docs.us-phoenix-1.oraclecloud.com/Content/Block/Concepts/overview.htm
47
48
__ https://docs.us-phoenix-1.oraclecloud.com/Content/Identity/Concepts/overview.htm
@@ -430,13 +431,14 @@ def update_volume(self, volume_id, update_volume_details, **kwargs):
430
431
"""
431
432
UpdateVolume
432
433
Updates the specified volume's display name.
434
+ Avoid entering confidential information.
433
435
434
436
435
437
:param str volume_id: (required)
436
438
The OCID of the volume.
437
439
438
440
:param UpdateVolumeDetails update_volume_details: (required)
439
- Update volume's display name.
441
+ Update volume's display name. Avoid entering confidential information.
440
442
441
443
:param str if_match: (optional)
442
444
For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
@@ -482,6 +484,7 @@ def update_volume_backup(self, volume_backup_id, update_volume_backup_details, *
482
484
"""
483
485
UpdateVolumeBackup
484
486
Updates the display name for the specified volume backup.
487
+ Avoid entering confidential information.
485
488
486
489
487
490
:param str volume_backup_id: (required)
0 commit comments