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