AddFleetInstallationSitesDetails¶
-
class
oci.jms.models.
AddFleetInstallationSitesDetails
(**kwargs)¶ Bases:
object
The list of Java installation sites to add.
Methods
__init__
(**kwargs)Initializes a new AddFleetInstallationSitesDetails object with values from keyword arguments. Attributes
installation_sites
[Required] Gets the installation_sites of this AddFleetInstallationSitesDetails. post_installation_actions
Gets the post_installation_actions of this AddFleetInstallationSitesDetails. -
__init__
(**kwargs)¶ Initializes a new AddFleetInstallationSitesDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - installation_sites (list[oci.jms.models.NewInstallationSite]) – The value to assign to the installation_sites property of this AddFleetInstallationSitesDetails.
- post_installation_actions (list[oci.jms.models.PostInstallationActions]) – The value to assign to the post_installation_actions property of this AddFleetInstallationSitesDetails.
-
installation_sites
¶ [Required] Gets the installation_sites of this AddFleetInstallationSitesDetails. The list of installation sites to add.
Returns: The installation_sites of this AddFleetInstallationSitesDetails. Return type: list[oci.jms.models.NewInstallationSite]
-
post_installation_actions
¶ Gets the post_installation_actions of this AddFleetInstallationSitesDetails. Optional list of post java installation actions
Returns: The post_installation_actions of this AddFleetInstallationSitesDetails. Return type: list[oci.jms.models.PostInstallationActions]
-