Sha256: acf68e378cd9336f56fc0939b709164d454a9206c317e97e4317e4e4a593a6e2
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_09_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