Sha256: 6913913dc90e89ba0ac6841244b458f9a0018a85545eaa760f587c1a278d507a
Contents?: true
Size: 1.5 KB
Versions: 8
Compression:
Stored size: 1.5 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_02_01_preview 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
8 entries across 8 versions & 1 rubygems