1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Core
  5. getListingResourceVersion
Oracle Cloud Infrastructure v1.29.0 published on Thursday, Mar 28, 2024 by Pulumi

oci.Core.getListingResourceVersion

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.29.0 published on Thursday, Mar 28, 2024 by Pulumi

    Using getListingResourceVersion

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getListingResourceVersion(args: GetListingResourceVersionArgs, opts?: InvokeOptions): Promise<GetListingResourceVersionResult>
    function getListingResourceVersionOutput(args: GetListingResourceVersionOutputArgs, opts?: InvokeOptions): Output<GetListingResourceVersionResult>
    def get_listing_resource_version(listing_id: Optional[str] = None,
                                     resource_version: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetListingResourceVersionResult
    def get_listing_resource_version_output(listing_id: Optional[pulumi.Input[str]] = None,
                                     resource_version: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetListingResourceVersionResult]
    func GetListingResourceVersion(ctx *Context, args *GetListingResourceVersionArgs, opts ...InvokeOption) (*GetListingResourceVersionResult, error)
    func GetListingResourceVersionOutput(ctx *Context, args *GetListingResourceVersionOutputArgs, opts ...InvokeOption) GetListingResourceVersionResultOutput

    > Note: This function is named GetListingResourceVersion in the Go SDK.

    public static class GetListingResourceVersion 
    {
        public static Task<GetListingResourceVersionResult> InvokeAsync(GetListingResourceVersionArgs args, InvokeOptions? opts = null)
        public static Output<GetListingResourceVersionResult> Invoke(GetListingResourceVersionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetListingResourceVersionResult> getListingResourceVersion(GetListingResourceVersionArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:Core/getListingResourceVersion:getListingResourceVersion
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getListingResourceVersion Result

    The following output properties are available:

    AccessiblePorts List<int>
    AllowedActions List<string>
    AvailableRegions List<string>
    CompatibleShapes List<string>
    Id string
    The provider-assigned unique ID for this managed resource.
    ListingId string
    ListingResourceId string
    ListingResourceVersion string
    ResourceVersion string
    TimePublished string
    AccessiblePorts []int
    AllowedActions []string
    AvailableRegions []string
    CompatibleShapes []string
    Id string
    The provider-assigned unique ID for this managed resource.
    ListingId string
    ListingResourceId string
    ListingResourceVersion string
    ResourceVersion string
    TimePublished string
    accessiblePorts List<Integer>
    allowedActions List<String>
    availableRegions List<String>
    compatibleShapes List<String>
    id String
    The provider-assigned unique ID for this managed resource.
    listingId String
    listingResourceId String
    listingResourceVersion String
    resourceVersion String
    timePublished String
    accessiblePorts number[]
    allowedActions string[]
    availableRegions string[]
    compatibleShapes string[]
    id string
    The provider-assigned unique ID for this managed resource.
    listingId string
    listingResourceId string
    listingResourceVersion string
    resourceVersion string
    timePublished string
    accessible_ports Sequence[int]
    allowed_actions Sequence[str]
    available_regions Sequence[str]
    compatible_shapes Sequence[str]
    id str
    The provider-assigned unique ID for this managed resource.
    listing_id str
    listing_resource_id str
    listing_resource_version str
    resource_version str
    time_published str
    accessiblePorts List<Number>
    allowedActions List<String>
    availableRegions List<String>
    compatibleShapes List<String>
    id String
    The provider-assigned unique ID for this managed resource.
    listingId String
    listingResourceId String
    listingResourceVersion String
    resourceVersion String
    timePublished String

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v1.29.0 published on Thursday, Mar 28, 2024 by Pulumi