Oracle Cloud Infrastructure
getListingResourceVersion
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:
- Listing
Id string - Resource
Version string
- Listing
Id string - Resource
Version string
- listing
Id String - resource
Version String
- listing
Id string - resource
Version string
- listing_
id str - resource_
version str
- listing
Id String - resource
Version String
getListingResourceVersion Result
The following output properties are available:
- Accessible
Ports List<int> - Allowed
Actions List<string> - Available
Regions List<string> - Compatible
Shapes List<string> - Id string
The provider-assigned unique ID for this managed resource.
- Listing
Id string - Listing
Resource stringId - Listing
Resource stringVersion - Resource
Version string - Time
Published string
- Accessible
Ports []int - Allowed
Actions []string - Available
Regions []string - Compatible
Shapes []string - Id string
The provider-assigned unique ID for this managed resource.
- Listing
Id string - Listing
Resource stringId - Listing
Resource stringVersion - Resource
Version string - Time
Published string
- accessible
Ports List<Integer> - allowed
Actions List<String> - available
Regions List<String> - compatible
Shapes List<String> - id String
The provider-assigned unique ID for this managed resource.
- listing
Id String - listing
Resource StringId - listing
Resource StringVersion - resource
Version String - time
Published String
- accessible
Ports number[] - allowed
Actions string[] - available
Regions string[] - compatible
Shapes string[] - id string
The provider-assigned unique ID for this managed resource.
- listing
Id string - listing
Resource stringId - listing
Resource stringVersion - resource
Version string - time
Published 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_ strid - listing_
resource_ strversion - resource_
version str - time_
published str
- accessible
Ports List<Number> - allowed
Actions List<String> - available
Regions List<String> - compatible
Shapes List<String> - id String
The provider-assigned unique ID for this managed resource.
- listing
Id String - listing
Resource StringId - listing
Resource StringVersion - resource
Version String - time
Published String
Package Details
- Repository
- https://github.com/pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.