File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
compute/client_library/ingredients/disks Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,9 @@ def create_secondary_custom_disk(
4747 disk = f"projects/{ primary_disk_project } /zones/{ primary_disk_zone } /disks/{ primary_disk_name } "
4848 )
4949
50- # Specify additional guest OS features for the secondary disk
51- # Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE - WINDOWS - MULTI_IP_SUBNET
52- # - UEFI_COMPATIBLE - GVNIC - SEV_CAPABLE - SUSPEND_RESUME_COMPATIBLE
53- # - SEV_LIVE_MIGRATABLE_V2 - SEV_SNP_CAPABLE - TDX_CAPABLE - IDPF
50+ # Add guest OS features to the secondary dis
51+ # For possible values, visit:
52+ # https://cloud.google.com/compute/docs/images/create-custom#guest-os-features
5453 disk .guest_os_features = [compute_v1 .GuestOsFeature (type = "MULTI_IP_SUBNET" )]
5554
5655 # Assign additional labels to the secondary disk
You can’t perform that action at this time.
0 commit comments