Class: Google::Cloud::VMMigration::V1::ApplianceVersion

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vmmigration/v1/vmmigration.rb

Overview

Describes an appliance version.

Instance Attribute Summary collapse

Instance Attribute Details

#critical::Boolean

Returns Determine whether it's critical to upgrade the appliance to this version.

Returns:

  • (::Boolean)

    Determine whether it's critical to upgrade the appliance to this version.



876
877
878
879
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 876

class ApplianceVersion
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#release_notes_uri::String

Returns Link to a page that contains the version release notes.

Returns:

  • (::String)

    Link to a page that contains the version release notes.



876
877
878
879
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 876

class ApplianceVersion
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#uri::String

Returns A link for downloading the version.

Returns:

  • (::String)

    A link for downloading the version.



876
877
878
879
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 876

class ApplianceVersion
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#version::String

Returns The appliance version.

Returns:

  • (::String)

    The appliance version.



876
877
878
879
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 876

class ApplianceVersion
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end