Method: IntersightClient::VirtualizationBaseVirtualMachineSnapshotAllOf#list_invalid_properties
- Defined in:
- lib/intersight_client/models/virtualization_base_virtual_machine_snapshot_all_of.rb
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
127 128 129 130 131 132 133 134 135 136 137 138 |
# File 'lib/intersight_client/models/virtualization_base_virtual_machine_snapshot_all_of.rb', line 127 def list_invalid_properties invalid_properties = Array.new if @class_id.nil? invalid_properties.push('invalid value for "class_id", class_id cannot be nil.') end if @object_type.nil? invalid_properties.push('invalid value for "object_type", object_type cannot be nil.') end invalid_properties end |