Sha256: 841bb5b1d8dee55b327367dedd63f4ab3fa34d49390a69923bc06d2948c348cb

Contents?: true

Size: 1.75 KB

Versions: 5

Compression:

Stored size: 1.75 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::ServiceFabric::V6_3_0_9
  module Models
    #
    # Represents information about an operation in a terminal state (Completed
    # or Faulted).
    #
    class InvokeDataLossResult

      include MsRestAzure

      # @return [Integer] If OperationState is Completed, this is 0.  If
      # OperationState is Faulted, this is an error code indicating the reason.
      attr_accessor :error_code

      # @return [SelectedPartition] This class returns information about the
      # partition that the user-induced operation acted upon.
      attr_accessor :selected_partition


      #
      # Mapper for InvokeDataLossResult class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'InvokeDataLossResult',
          type: {
            name: 'Composite',
            class_name: 'InvokeDataLossResult',
            model_properties: {
              error_code: {
                client_side_validation: true,
                required: false,
                serialized_name: 'ErrorCode',
                type: {
                  name: 'Number'
                }
              },
              selected_partition: {
                client_side_validation: true,
                required: false,
                serialized_name: 'SelectedPartition',
                type: {
                  name: 'Composite',
                  class_name: 'SelectedPartition'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
azure_service_fabric-0.18.1 lib/6.3.0.9/generated/azure_service_fabric/models/invoke_data_loss_result.rb
azure_service_fabric-0.18.0 lib/6.3.0.9/generated/azure_service_fabric/models/invoke_data_loss_result.rb
azure_service_fabric-0.17.2 lib/6.3.0.9/generated/azure_service_fabric/models/invoke_data_loss_result.rb
azure_service_fabric-0.17.1 lib/6.3.0.9/generated/azure_service_fabric/models/invoke_data_loss_result.rb
azure_service_fabric-0.17.0 lib/6.3.0.9/generated/azure_service_fabric/models/invoke_data_loss_result.rb