Package | Description |
---|---|
com.oracle.bmc.marketplace.model |
Modifier and Type | Method and Description |
---|---|
Region |
Region.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Region> |
OrchestrationListingPackage.getRegions()
The regions where you can deploy this listing package.
|
List<Region> |
ListingSummary.getRegions()
The regions where you can deploy the listing.
|
List<Region> |
ImageListingPackage.getRegions()
The regions where you can deploy the listing package.
|
List<Region> |
ListingPackageSummary.getRegions()
The regions where you can deploy the listing package.
|
List<Region> |
Listing.getRegions()
The regions where you can deploy the listing.
|
Modifier and Type | Method and Description |
---|---|
Region.Builder |
Region.Builder.copy(Region model) |
Modifier and Type | Method and Description |
---|---|
OrchestrationListingPackage.Builder |
OrchestrationListingPackage.Builder.regions(List<Region> regions)
The regions where you can deploy this listing package.
|
ListingSummary.Builder |
ListingSummary.Builder.regions(List<Region> regions)
The regions where you can deploy the listing.
|
ImageListingPackage.Builder |
ImageListingPackage.Builder.regions(List<Region> regions)
The regions where you can deploy the listing package.
|
ListingPackageSummary.Builder |
ListingPackageSummary.Builder.regions(List<Region> regions)
The regions where you can deploy the listing package.
|
Listing.Builder |
Listing.Builder.regions(List<Region> regions)
The regions where you can deploy the listing.
|
Constructor and Description |
---|
ImageListingPackage(String description,
String listingId,
String version,
PricingModel pricing,
String resourceId,
Date timeCreated,
OperatingSystem operatingSystem,
String appCatalogListingId,
String appCatalogListingResourceVersion,
String imageId,
List<Region> regions)
Deprecated.
|
Listing(String id,
String name,
String version,
String tagline,
String keywords,
String shortDescription,
String usageInformation,
String longDescription,
String licenseModelDescription,
String systemRequirements,
Date timeReleased,
String releaseNotes,
List<String> categories,
Publisher publisher,
List<Item> languages,
List<Screenshot> screenshots,
List<NamedLink> videos,
List<SupportContact> supportContacts,
List<NamedLink> supportLinks,
List<DocumentationLink> documentationLinks,
UploadData icon,
UploadData banner,
List<Listing.CompatibleArchitectures> compatibleArchitectures,
List<Region> regions,
PackageTypeEnum packageType,
String defaultPackageVersion,
List<Link> links,
Boolean isFeatured,
ListingType listingType,
List<OperatingSystem> supportedOperatingSystems)
Deprecated.
|
ListingPackageSummary(String listingId,
String packageVersion,
PackageTypeEnum packageType,
PricingModel pricing,
List<Region> regions,
String resourceId,
Date timeCreated)
Deprecated.
|
ListingSummary(String id,
String name,
String shortDescription,
Boolean isRoverExportable,
String tagline,
UploadData icon,
PackageTypeEnum packageType,
List<ListingSummary.PricingTypes> pricingTypes,
List<ListingSummary.CompatibleArchitectures> compatibleArchitectures,
List<Region> regions,
Boolean isFeatured,
List<String> categories,
PublisherSummary publisher,
List<OperatingSystem> supportedOperatingSystems,
ListingType listingType)
Deprecated.
|
OrchestrationListingPackage(String description,
String listingId,
String version,
PricingModel pricing,
String resourceId,
Date timeCreated,
OperatingSystem operatingSystem,
String resourceLink,
List<OrchestrationVariable> variables,
List<Region> regions)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.