You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Lightsail::Types::Blueprint

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a blueprint (a virtual private server image).

Instance Attribute Summary collapse

Instance Attribute Details

#blueprint_idString

The ID for the virtual private server image (e.g., app_wordpress_4_4 or app_lamp_7_0).

Returns:

  • (String)

    The ID for the virtual private server image (e.g., app_wordpress_4_4 or app_lamp_7_0).

#descriptionString

The description of the blueprint.

Returns:

  • (String)

    The description of the blueprint.

#groupString

The group name of the blueprint (e.g., amazon-linux).

Returns:

  • (String)

    The group name of the blueprint (e.g., amazon-linux).

#is_activeBoolean

A Boolean value indicating whether the blueprint is active. Inactive blueprints are listed to support customers with existing instances but are not necessarily available for launch of new instances. Blueprints are marked inactive when they become outdated due to operating system updates or new application releases.

Returns:

  • (Boolean)

    A Boolean value indicating whether the blueprint is active.

#license_urlString

The end-user license agreement URL for the image or blueprint.

Returns:

  • (String)

    The end-user license agreement URL for the image or blueprint.

#min_powerInteger

The minimum bundle power required to run this blueprint. For example, you need a bundle with a power value of 500 or more to create an instance that uses a blueprint with a minimum power value of 500. 0 indicates that the blueprint runs on all instance sizes.

Returns:

  • (Integer)

    The minimum bundle power required to run this blueprint.

#nameString

The friendly name of the blueprint (e.g., Amazon Linux).

Returns:

  • (String)

    The friendly name of the blueprint (e.g., Amazon Linux).

#platformString

The operating system platform (either Linux/Unix-based or Windows Server-based) of the blueprint.

Possible values:

  • LINUX_UNIX
  • WINDOWS

Returns:

  • (String)

    The operating system platform (either Linux/Unix-based or Windows Server-based) of the blueprint.

#product_urlString

The product URL to learn more about the image or blueprint.

Returns:

  • (String)

    The product URL to learn more about the image or blueprint.

#typeString

The type of the blueprint (e.g., os or app).

Possible values:

  • os
  • app

Returns:

  • (String)

    The type of the blueprint (e.g., os or app).

#versionString

The version number of the operating system, application, or stack (e.g., 2016.03.0).

Returns:

  • (String)

    The version number of the operating system, application, or stack (e.g., 2016.03.0).

#version_codeString

The version code.

Returns:

  • (String)

    The version code.