Class PD (0.5.0) Stay organized with collections Save and categorize content based on your preferences.
PD(mapping=None,*,ignore_unknown_fields=False,**kwargs)Deprecated: please use device_name instead.
Attributes
| Name | Description |
disk | strPD disk name, e.g. pd-1. |
device | strPD device name, e.g. persistent-disk-1. |
existing | boolWhether this is an existing PD. Default is false. If false, i.e., new PD, we will format it into ext4 and mount to the given path. If true, i.e., existing PD, it should be in ext4 format and we will mount it to the given path. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-04 UTC.