Sha256: 2f41c9ed8e00f9310b4c4dec99e2d674b44214587165a5a4e907eb19eb47da8f

Contents?: true

Size: 1.55 KB

Versions: 8

Compression:

Stored size: 1.55 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::ContainerInstance::Mgmt::V2018_04_01
  module Models
    #
    # The information for the container exec command.
    #
    class ContainerExecResponse

      include MsRestAzure

      # @return [String] The uri for the exec websocket.
      attr_accessor :web_socket_uri

      # @return [String] The password to start the exec command.
      attr_accessor :password


      #
      # Mapper for ContainerExecResponse class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'ContainerExecResponse',
          type: {
            name: 'Composite',
            class_name: 'ContainerExecResponse',
            model_properties: {
              web_socket_uri: {
                client_side_validation: true,
                required: false,
                read_only: true,
                serialized_name: 'webSocketUri',
                type: {
                  name: 'String'
                }
              },
              password: {
                client_side_validation: true,
                required: false,
                read_only: true,
                serialized_name: 'password',
                type: {
                  name: 'String'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
azure_mgmt_container_instance-0.18.0 lib/2018-04-01/generated/azure_mgmt_container_instance/models/container_exec_response.rb
azure_mgmt_container_instance-0.17.6 lib/2018-04-01/generated/azure_mgmt_container_instance/models/container_exec_response.rb
azure_mgmt_container_instance-0.17.5 lib/2018-04-01/generated/azure_mgmt_container_instance/models/container_exec_response.rb
azure_mgmt_container_instance-0.17.4 lib/2018-04-01/generated/azure_mgmt_container_instance/models/container_exec_response.rb
azure_mgmt_container_instance-0.17.3 lib/2018-04-01/generated/azure_mgmt_container_instance/models/container_exec_response.rb
azure_mgmt_container_instance-0.17.2 lib/2018-04-01/generated/azure_mgmt_container_instance/models/container_exec_response.rb
azure_mgmt_container_instance-0.17.1 lib/2018-04-01/generated/azure_mgmt_container_instance/models/container_exec_response.rb
azure_mgmt_container_instance-0.17.0 lib/2018-04-01/generated/azure_mgmt_container_instance/models/container_exec_response.rb