Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Name is the provider's name. Name = "gcepd" // InstanceIDFieldProjectID is the key to retrieve the ProjectID value // from the InstanceID Field map. InstanceIDFieldProjectID = "projectID" // InstanceIDFieldZone is the key to retrieve the zone value from the // InstanceID Field map. InstanceIDFieldZone = "zone" // DiskTypeSSD indicates an SSD based disk should be created DiskTypeSSD = "pd-ssd" // DiskTypeStandard indicates a standard (non-SSD) disk DiskTypeStandard = "pd-standard" // DefaultDiskType indicates what type of disk to create by default DefaultDiskType = DiskTypeSSD )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.