Class: LOCALDataMovement
- Inherits:
-
Object
- Object
- LOCALDataMovement
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/data_movement_models_types.rb
Overview
LOCAL
alternativeSCPHostName:
If the login to scp is different than the hostname itself, specify it here
sshPort:
If a non-defualt port needs to used, specify it.
Constant Summary collapse
- DATAMOVEMENTINTERFACEID =
1
- FIELDS =
{ DATAMOVEMENTINTERFACEID => {:type => ::Thrift::Types::STRING, :name => 'dataMovementInterfaceId', :default => %q"DO_NOT_SET_AT_CLIENTS"} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
151 |
# File 'lib/data_movement_models_types.rb', line 151 def struct_fields; FIELDS; end |
#validate ⇒ Object
153 154 155 |
# File 'lib/data_movement_models_types.rb', line 153 def validate raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field dataMovementInterfaceId is unset!') unless @dataMovementInterfaceId end |