You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Whether to use CHAP authentication for the volume attachment. Defaults to false.
1097
+
UseChap*bool`json:"useChap,omitempty"`
1098
+
1099
+
// Whether to enable Oracle Cloud Agent to perform the iSCSI login and logout commands after the volume attach or detach operations for non multipath-enabled iSCSI attachments.
// A user-friendly name. Does not have to be unique, and it's changeable.
1118
+
// Avoid entering confidential information.
1119
+
DisplayName*string`json:"displayName,omitempty"`
1120
+
1121
+
// The OCID of the Vault service key to assign as the master encryption key
1122
+
// for the volume.
1123
+
KmsKeyId*string`json:"kmsKeyId,omitempty"`
1124
+
1125
+
// The number of volume performance units (VPUs) that will be applied to this volume per GB,
1126
+
// representing the Block Volume service's elastic performance options.
1127
+
// See Block Volume Performance Levels (https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm#perf_levels) for more information.
1128
+
// Allowed values:
1129
+
// * `0`: Represents Lower Cost option.
1130
+
// * `10`: Represents Balanced option.
1131
+
// * `20`: Represents Higher Performance option.
1132
+
// * `30`-`120`: Represents the Ultra High Performance option.
0 commit comments