Google Anthos Multi Cloud V1 Client - Class AzureDiskTemplate (0.1.4)

Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class AzureDiskTemplate.

Configuration for Azure Disks.

Generated from protobuf message google.cloud.gkemulticloud.v1.AzureDiskTemplate

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ size_gib int

Optional. The size of the disk, in GiBs. When unspecified, a default value is provided. See the specific reference in the parent resource.

getSizeGib

Optional. The size of the disk, in GiBs.

When unspecified, a default value is provided. See the specific reference in the parent resource.

Generated from protobuf field int32 size_gib = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

setSizeGib

Optional. The size of the disk, in GiBs.

When unspecified, a default value is provided. See the specific reference in the parent resource.

Generated from protobuf field int32 size_gib = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
var int
Returns
TypeDescription
$this