Sha256: 13e053afaf4b42e38e0fff1a30b1d0a2c350067dc7beb4353da6037b78c473f2
Contents?: true
Size: 1.54 KB
Versions: 8
Compression:
Stored size: 1.54 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 start container exec request. # class ContainerExecRequest include MsRestAzure # @return [String] The command to be executed. attr_accessor :command # @return [ContainerExecRequestTerminalSize] The size of the terminal. attr_accessor :terminal_size # # Mapper for ContainerExecRequest class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ContainerExecRequest', type: { name: 'Composite', class_name: 'ContainerExecRequest', model_properties: { command: { client_side_validation: true, required: false, serialized_name: 'command', type: { name: 'String' } }, terminal_size: { client_side_validation: true, required: false, serialized_name: 'terminalSize', type: { name: 'Composite', class_name: 'ContainerExecRequestTerminalSize' } } } } } end end end end
Version data entries
8 entries across 8 versions & 1 rubygems