Sha256: 0260063f1f69ed6304048eba693ba203a78b699d0461bffdfacd46a2643adf6a
Contents?: true
Size: 1.49 KB
Versions: 6
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::ContainerInstance::Mgmt::V2018_10_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, serialized_name: 'webSocketUri', type: { name: 'String' } }, password: { client_side_validation: true, required: false, serialized_name: 'password', type: { name: 'String' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems