RemoveFleetInstallationSitesDetails

class oci.jms.models.RemoveFleetInstallationSitesDetails(**kwargs)

Bases: object

The list of Java installation sites to remove.

Methods

__init__(**kwargs) Initializes a new RemoveFleetInstallationSitesDetails object with values from keyword arguments.

Attributes

installation_sites [Required] Gets the installation_sites of this RemoveFleetInstallationSitesDetails.
__init__(**kwargs)

Initializes a new RemoveFleetInstallationSitesDetails 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.ExistingInstallationSiteId]) – The value to assign to the installation_sites property of this RemoveFleetInstallationSitesDetails.
installation_sites

[Required] Gets the installation_sites of this RemoveFleetInstallationSitesDetails. The list of installation sites to remove.

Returns:The installation_sites of this RemoveFleetInstallationSitesDetails.
Return type:list[oci.jms.models.ExistingInstallationSiteId]