Package | Description |
---|---|
com.oracle.bmc.marketplace.model |
Modifier and Type | Class and Description |
---|---|
class |
TextBasedEula
An end user license agreement that is provided as text.
|
Modifier and Type | Method and Description |
---|---|
List<Eula> |
CreatePublicationPackage.getEula()
The end user license agreeement (EULA) that consumers of this listing must accept.
|
Modifier and Type | Method and Description |
---|---|
CreateImagePublicationPackage.Builder |
CreateImagePublicationPackage.Builder.eula(List<Eula> eula) |
Constructor and Description |
---|
CreateImagePublicationPackage(String packageVersion,
OperatingSystem operatingSystem,
List<Eula> eula,
String imageId)
Deprecated.
|
CreatePublicationPackage(String packageVersion,
OperatingSystem operatingSystem,
List<Eula> eula)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.