LaunchEligibility¶
-
class
oci.marketplace.models.
LaunchEligibility
(**kwargs)¶ Bases:
object
Tenant eligibility and other information for launching a PIC image
Methods
__init__
(**kwargs)Initializes a new LaunchEligibility object with values from keyword arguments. Attributes
image_id
[Required] Gets the image_id of this LaunchEligibility. is_launch_allowed
[Required] Gets the is_launch_allowed of this LaunchEligibility. meters
Gets the meters of this LaunchEligibility. -
__init__
(**kwargs)¶ Initializes a new LaunchEligibility object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - image_id (str) – The value to assign to the image_id property of this LaunchEligibility.
- is_launch_allowed (bool) – The value to assign to the is_launch_allowed property of this LaunchEligibility.
- meters (str) – The value to assign to the meters property of this LaunchEligibility.
-
image_id
¶ [Required] Gets the image_id of this LaunchEligibility. PIC Image ID
Returns: The image_id of this LaunchEligibility. Return type: str
-
is_launch_allowed
¶ [Required] Gets the is_launch_allowed of this LaunchEligibility. Is the tenant permitted to launch the PIC image
Returns: The is_launch_allowed of this LaunchEligibility. Return type: bool
-
meters
¶ Gets the meters of this LaunchEligibility. related meters for the PIC image
Returns: The meters of this LaunchEligibility. Return type: str
-