Class: Aws::Lightsail::Types::Blueprint
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::Blueprint
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
Overview
Describes a blueprint (a virtual private server image).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_category ⇒ String
Virtual computer blueprints that are supported by Lightsail for Research.
-
#blueprint_id ⇒ String
The ID for the virtual private server image (
app_wordpress_x_xorapp_lamp_x_x). -
#description ⇒ String
The description of the blueprint.
-
#group ⇒ String
The group name of the blueprint (
amazon-linux). -
#is_active ⇒ Boolean
A Boolean value indicating whether the blueprint is active.
-
#license_url ⇒ String
The end-user license agreement URL for the image or blueprint.
-
#min_power ⇒ Integer
The minimum bundle power required to run this blueprint.
-
#name ⇒ String
The friendly name of the blueprint (
Amazon Linux). -
#platform ⇒ String
The operating system platform (either Linux/Unix-based or Windows Server-based) of the blueprint.
-
#product_url ⇒ String
The product URL to learn more about the image or blueprint.
-
#type ⇒ String
The type of the blueprint (
osorapp). -
#version ⇒ String
The version number of the operating system, application, or stack (
2016.03.0). -
#version_code ⇒ String
The version code.
Instance Attribute Details
#app_category ⇒ String
Virtual computer blueprints that are supported by Lightsail for Research.
This parameter only applies to Lightsail for Research resources.
1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 1041 class Blueprint < Struct.new( :blueprint_id, :name, :group, :type, :description, :is_active, :min_power, :version, :version_code, :product_url, :license_url, :platform, :app_category) SENSITIVE = [] include Aws::Structure end |
#blueprint_id ⇒ String
The ID for the virtual private server image (app_wordpress_x_x or
app_lamp_x_x).
1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 1041 class Blueprint < Struct.new( :blueprint_id, :name, :group, :type, :description, :is_active, :min_power, :version, :version_code, :product_url, :license_url, :platform, :app_category) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the blueprint.
1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 1041 class Blueprint < Struct.new( :blueprint_id, :name, :group, :type, :description, :is_active, :min_power, :version, :version_code, :product_url, :license_url, :platform, :app_category) SENSITIVE = [] include Aws::Structure end |
#group ⇒ String
The group name of the blueprint (amazon-linux).
1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 1041 class Blueprint < Struct.new( :blueprint_id, :name, :group, :type, :description, :is_active, :min_power, :version, :version_code, :product_url, :license_url, :platform, :app_category) SENSITIVE = [] include Aws::Structure end |
#is_active ⇒ Boolean
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.
1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 1041 class Blueprint < Struct.new( :blueprint_id, :name, :group, :type, :description, :is_active, :min_power, :version, :version_code, :product_url, :license_url, :platform, :app_category) SENSITIVE = [] include Aws::Structure end |
#license_url ⇒ String
The end-user license agreement URL for the image or blueprint.
1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 1041 class Blueprint < Struct.new( :blueprint_id, :name, :group, :type, :description, :is_active, :min_power, :version, :version_code, :product_url, :license_url, :platform, :app_category) SENSITIVE = [] include Aws::Structure end |
#min_power ⇒ Integer
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.
1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 1041 class Blueprint < Struct.new( :blueprint_id, :name, :group, :type, :description, :is_active, :min_power, :version, :version_code, :product_url, :license_url, :platform, :app_category) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The friendly name of the blueprint (Amazon Linux).
1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 1041 class Blueprint < Struct.new( :blueprint_id, :name, :group, :type, :description, :is_active, :min_power, :version, :version_code, :product_url, :license_url, :platform, :app_category) SENSITIVE = [] include Aws::Structure end |
#platform ⇒ String
The operating system platform (either Linux/Unix-based or Windows Server-based) of the blueprint.
1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 1041 class Blueprint < Struct.new( :blueprint_id, :name, :group, :type, :description, :is_active, :min_power, :version, :version_code, :product_url, :license_url, :platform, :app_category) SENSITIVE = [] include Aws::Structure end |
#product_url ⇒ String
The product URL to learn more about the image or blueprint.
1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 1041 class Blueprint < Struct.new( :blueprint_id, :name, :group, :type, :description, :is_active, :min_power, :version, :version_code, :product_url, :license_url, :platform, :app_category) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the blueprint (os or app).
1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 1041 class Blueprint < Struct.new( :blueprint_id, :name, :group, :type, :description, :is_active, :min_power, :version, :version_code, :product_url, :license_url, :platform, :app_category) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version number of the operating system, application, or stack (
2016.03.0).
1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 1041 class Blueprint < Struct.new( :blueprint_id, :name, :group, :type, :description, :is_active, :min_power, :version, :version_code, :product_url, :license_url, :platform, :app_category) SENSITIVE = [] include Aws::Structure end |
#version_code ⇒ String
The version code.
1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 1041 class Blueprint < Struct.new( :blueprint_id, :name, :group, :type, :description, :is_active, :min_power, :version, :version_code, :product_url, :license_url, :platform, :app_category) SENSITIVE = [] include Aws::Structure end |