Uses of Class
com.oracle.bmc.marketplace.model.Region
-
Packages that use Region Package Description com.oracle.bmc.marketplace.model -
-
Uses of Region in com.oracle.bmc.marketplace.model
Methods in com.oracle.bmc.marketplace.model that return Region Modifier and Type Method Description Region
Region.Builder. build()
Methods in com.oracle.bmc.marketplace.model that return types with arguments of type Region Modifier and Type Method Description List<Region>
Listing. getRegions()
The regions where you can deploy the listing.List<Region>
ListingPackage. 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>
ListingSummary. getRegions()
The regions where you can deploy the listing.Methods in com.oracle.bmc.marketplace.model with parameters of type Region Modifier and Type Method Description Region.Builder
Region.Builder. copy(Region model)
Method parameters in com.oracle.bmc.marketplace.model with type arguments of type Region Modifier and Type Method Description ContainerListingPackage.Builder
ContainerListingPackage.Builder. regions(List<Region> regions)
ImageListingPackage.Builder
ImageListingPackage.Builder. regions(List<Region> regions)
KubernetesListingPackage.Builder
KubernetesListingPackage.Builder. regions(List<Region> regions)
Listing.Builder
Listing.Builder. regions(List<Region> regions)
The regions where you can deploy the listing.ListingPackageSummary.Builder
ListingPackageSummary.Builder. regions(List<Region> regions)
The regions where you can deploy the listing package.ListingSummary.Builder
ListingSummary.Builder. regions(List<Region> regions)
The regions where you can deploy the listing.OrchestrationListingPackage.Builder
OrchestrationListingPackage.Builder. regions(List<Region> regions)
Constructor parameters in com.oracle.bmc.marketplace.model with type arguments of type Region Constructor Description ContainerListingPackage(String description, String listingId, String version, PricingModel pricing, String resourceId, Date timeCreated, OperatingSystem operatingSystem, List<Region> regions)
Deprecated.ImageListingPackage(String description, String listingId, String version, PricingModel pricing, String resourceId, Date timeCreated, OperatingSystem operatingSystem, List<Region> regions, String appCatalogListingId, String appCatalogListingResourceVersion, String imageId)
Deprecated.KubernetesListingPackage(String description, String listingId, String version, PricingModel pricing, String resourceId, Date timeCreated, OperatingSystem operatingSystem, List<Region> regions)
Deprecated.ListingPackage(String description, String listingId, String version, PricingModel pricing, String resourceId, Date timeCreated, OperatingSystem operatingSystem, List<Region> regions)
Deprecated.ListingPackageSummary(String listingId, String packageVersion, PackageTypeEnum packageType, PricingModel pricing, List<Region> regions, String resourceId, Date timeCreated)
Deprecated.OrchestrationListingPackage(String description, String listingId, String version, PricingModel pricing, String resourceId, Date timeCreated, OperatingSystem operatingSystem, List<Region> regions, String resourceLink, List<OrchestrationVariable> variables)
Deprecated.
-