sizeGb property

String? sizeGb
getter/setter pair

Size, in GB, of the persistent disk.

You can specify this field when creating a persistent disk using the sourceImage, sourceSnapshot, or sourceDisk parameter, or specify it alone to create an empty persistent disk. If you specify this field along with a source, the value of sizeGb must not be less than the size of the source. Acceptable values are greater than 0.

Implementation

core.String? sizeGb;