Sha256: 5ca46c8a86525a7f9ee5f07595a0c3872975d8f8e173a6c2e6b1c59c59fe0eb1

Contents?: true

Size: 1.49 KB

Versions: 1

Compression:

Stored size: 1.49 KB

Contents

# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.

module Azure::Compute::Mgmt::V2020_12_01
  module Models
    #
    # Enables or disables a capability on the virtual machine or virtual
    # machine scale set.
    #
    class AdditionalCapabilities

      include MsRestAzure

      # @return [Boolean] The flag that enables or disables a capability to
      # have one or more managed data disks with UltraSSD_LRS storage account
      # type on the VM or VMSS. Managed disks with storage account type
      # UltraSSD_LRS can be added to a virtual machine or virtual machine scale
      # set only if this property is enabled.
      attr_accessor :ultra_ssdenabled


      #
      # Mapper for AdditionalCapabilities class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'AdditionalCapabilities',
          type: {
            name: 'Composite',
            class_name: 'AdditionalCapabilities',
            model_properties: {
              ultra_ssdenabled: {
                client_side_validation: true,
                required: false,
                serialized_name: 'ultraSSDEnabled',
                type: {
                  name: 'Boolean'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
azure_mgmt_compute-0.22.0 lib/2020-12-01/generated/azure_mgmt_compute/models/additional_capabilities.rb