Class: Google::Cloud::GkeMultiCloud::V1::AzureDiskTemplate

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb

Overview

Configuration for Azure Disks.

Instance Attribute Summary collapse

Instance Attribute Details

#size_gib::Integer

Returns Optional. The size of the disk, in GiBs.

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

Returns:

  • (::Integer)

    Optional. The size of the disk, in GiBs.

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



397
398
399
400
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 397

class AzureDiskTemplate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end