Class: Com::Vmware::Appliance::Recovery::Backup::Parts::Part
- Inherits:
-
VAPI::Bindings::VapiStruct
- Object
- VAPI::Bindings::VapiStruct
- Com::Vmware::Appliance::Recovery::Backup::Parts::Part
- Defined in:
- /build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/recovery/backup.rb
Overview
``Com::Vmware::Appliance::Recovery::Backup::Parts::Part`` class Structure representing backup restore part
Instance Attribute Summary (collapse)
-
- (Com::Vmware::Appliance::Recovery::Backup::Parts::LocalizableMessage) description
part description id in message bundle.
-
- (String) id
part ID.
-
- (Com::Vmware::Appliance::Recovery::Backup::Parts::LocalizableMessage) name
part name id in message bundle.
-
- (Boolean) optional
Estimated size of this piece.
-
- (Boolean) selected_by_default
Is part selected by default in UI.
Class Method Summary (collapse)
-
+ (VAPI::Bindings::StructType) binding_type
Holds (gets or creates) the binding type metadata for this structure type.
Instance Method Summary (collapse)
-
- (Part) initialize(ruby_values = nil, struct_value = nil)
constructor
Constructs a new instance.
Constructor Details
- (Part) initialize(ruby_values = nil, struct_value = nil)
Constructs a new instance.
754 755 756 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/recovery/backup.rb', line 754 def initialize(ruby_values=nil, struct_value=nil) super(self.class.binding_type, ruby_values, struct_value) end |
Instance Attribute Details
- (Com::Vmware::Appliance::Recovery::Backup::Parts::LocalizableMessage) description
part description id in message bundle
723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/recovery/backup.rb', line 723 class Part < VAPI::Bindings::VapiStruct class << self # Holds (gets or creates) the binding type metadata for this structure type. # @scope class # @return [VAPI::Bindings::StructType] the binding type def binding_type @binding_type ||= VAPI::Bindings::StructType.new( 'com.vmware.appliance.recovery.backup.parts.part', { 'id' => VAPI::Bindings::IdType.new(resource_types='com.vmware.appliance.recovery.backup.parts'), 'name' => VAPI::Bindings::ReferenceType.new('Com::Vmware::Appliance::Recovery::Backup::Parts::LocalizableMessage'), 'description' => VAPI::Bindings::ReferenceType.new('Com::Vmware::Appliance::Recovery::Backup::Parts::LocalizableMessage'), 'selected_by_default' => VAPI::Bindings::BooleanType.instance, 'optional' => VAPI::Bindings::BooleanType.instance, }, Part, false, nil) end end attr_accessor :id, :name, :description, :selected_by_default, :optional # Constructs a new instance. # @param ruby_values [Hash] a map of initial property values (optional) # @param struct_value [VAPI::Data::StructValue] a raw StructValue from the wire (optional) def initialize(ruby_values=nil, struct_value=nil) super(self.class.binding_type, ruby_values, struct_value) end end |
- (String) id
part ID
723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/recovery/backup.rb', line 723 class Part < VAPI::Bindings::VapiStruct class << self # Holds (gets or creates) the binding type metadata for this structure type. # @scope class # @return [VAPI::Bindings::StructType] the binding type def binding_type @binding_type ||= VAPI::Bindings::StructType.new( 'com.vmware.appliance.recovery.backup.parts.part', { 'id' => VAPI::Bindings::IdType.new(resource_types='com.vmware.appliance.recovery.backup.parts'), 'name' => VAPI::Bindings::ReferenceType.new('Com::Vmware::Appliance::Recovery::Backup::Parts::LocalizableMessage'), 'description' => VAPI::Bindings::ReferenceType.new('Com::Vmware::Appliance::Recovery::Backup::Parts::LocalizableMessage'), 'selected_by_default' => VAPI::Bindings::BooleanType.instance, 'optional' => VAPI::Bindings::BooleanType.instance, }, Part, false, nil) end end attr_accessor :id, :name, :description, :selected_by_default, :optional # Constructs a new instance. # @param ruby_values [Hash] a map of initial property values (optional) # @param struct_value [VAPI::Data::StructValue] a raw StructValue from the wire (optional) def initialize(ruby_values=nil, struct_value=nil) super(self.class.binding_type, ruby_values, struct_value) end end |
- (Com::Vmware::Appliance::Recovery::Backup::Parts::LocalizableMessage) name
part name id in message bundle
723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/recovery/backup.rb', line 723 class Part < VAPI::Bindings::VapiStruct class << self # Holds (gets or creates) the binding type metadata for this structure type. # @scope class # @return [VAPI::Bindings::StructType] the binding type def binding_type @binding_type ||= VAPI::Bindings::StructType.new( 'com.vmware.appliance.recovery.backup.parts.part', { 'id' => VAPI::Bindings::IdType.new(resource_types='com.vmware.appliance.recovery.backup.parts'), 'name' => VAPI::Bindings::ReferenceType.new('Com::Vmware::Appliance::Recovery::Backup::Parts::LocalizableMessage'), 'description' => VAPI::Bindings::ReferenceType.new('Com::Vmware::Appliance::Recovery::Backup::Parts::LocalizableMessage'), 'selected_by_default' => VAPI::Bindings::BooleanType.instance, 'optional' => VAPI::Bindings::BooleanType.instance, }, Part, false, nil) end end attr_accessor :id, :name, :description, :selected_by_default, :optional # Constructs a new instance. # @param ruby_values [Hash] a map of initial property values (optional) # @param struct_value [VAPI::Data::StructValue] a raw StructValue from the wire (optional) def initialize(ruby_values=nil, struct_value=nil) super(self.class.binding_type, ruby_values, struct_value) end end |
- (Boolean) optional
Estimated size of this piece
723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/recovery/backup.rb', line 723 class Part < VAPI::Bindings::VapiStruct class << self # Holds (gets or creates) the binding type metadata for this structure type. # @scope class # @return [VAPI::Bindings::StructType] the binding type def binding_type @binding_type ||= VAPI::Bindings::StructType.new( 'com.vmware.appliance.recovery.backup.parts.part', { 'id' => VAPI::Bindings::IdType.new(resource_types='com.vmware.appliance.recovery.backup.parts'), 'name' => VAPI::Bindings::ReferenceType.new('Com::Vmware::Appliance::Recovery::Backup::Parts::LocalizableMessage'), 'description' => VAPI::Bindings::ReferenceType.new('Com::Vmware::Appliance::Recovery::Backup::Parts::LocalizableMessage'), 'selected_by_default' => VAPI::Bindings::BooleanType.instance, 'optional' => VAPI::Bindings::BooleanType.instance, }, Part, false, nil) end end attr_accessor :id, :name, :description, :selected_by_default, :optional # Constructs a new instance. # @param ruby_values [Hash] a map of initial property values (optional) # @param struct_value [VAPI::Data::StructValue] a raw StructValue from the wire (optional) def initialize(ruby_values=nil, struct_value=nil) super(self.class.binding_type, ruby_values, struct_value) end end |
- (Boolean) selected_by_default
Is part selected by default in UI
723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/recovery/backup.rb', line 723 class Part < VAPI::Bindings::VapiStruct class << self # Holds (gets or creates) the binding type metadata for this structure type. # @scope class # @return [VAPI::Bindings::StructType] the binding type def binding_type @binding_type ||= VAPI::Bindings::StructType.new( 'com.vmware.appliance.recovery.backup.parts.part', { 'id' => VAPI::Bindings::IdType.new(resource_types='com.vmware.appliance.recovery.backup.parts'), 'name' => VAPI::Bindings::ReferenceType.new('Com::Vmware::Appliance::Recovery::Backup::Parts::LocalizableMessage'), 'description' => VAPI::Bindings::ReferenceType.new('Com::Vmware::Appliance::Recovery::Backup::Parts::LocalizableMessage'), 'selected_by_default' => VAPI::Bindings::BooleanType.instance, 'optional' => VAPI::Bindings::BooleanType.instance, }, Part, false, nil) end end attr_accessor :id, :name, :description, :selected_by_default, :optional # Constructs a new instance. # @param ruby_values [Hash] a map of initial property values (optional) # @param struct_value [VAPI::Data::StructValue] a raw StructValue from the wire (optional) def initialize(ruby_values=nil, struct_value=nil) super(self.class.binding_type, ruby_values, struct_value) end end |
Class Method Details
+ (VAPI::Bindings::StructType) binding_type
Holds (gets or creates) the binding type metadata for this structure type.
729 730 731 732 733 734 735 736 737 738 739 740 741 742 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/recovery/backup.rb', line 729 def binding_type @binding_type ||= VAPI::Bindings::StructType.new( 'com.vmware.appliance.recovery.backup.parts.part', { 'id' => VAPI::Bindings::IdType.new(resource_types='com.vmware.appliance.recovery.backup.parts'), 'name' => VAPI::Bindings::ReferenceType.new('Com::Vmware::Appliance::Recovery::Backup::Parts::LocalizableMessage'), 'description' => VAPI::Bindings::ReferenceType.new('Com::Vmware::Appliance::Recovery::Backup::Parts::LocalizableMessage'), 'selected_by_default' => VAPI::Bindings::BooleanType.instance, 'optional' => VAPI::Bindings::BooleanType.instance, }, Part, false, nil) end |