servicemanagerproxy

package
v1.33.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetServiceEnvironmentArgs

type GetServiceEnvironmentArgs struct {
	// The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the compartment.
	CompartmentId string `pulumi:"compartmentId"`
	// The unique identifier associated with the service environment.
	//
	// **Note:** Not an [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
	ServiceEnvironmentId string `pulumi:"serviceEnvironmentId"`
}

A collection of arguments for invoking getServiceEnvironment.

type GetServiceEnvironmentOutputArgs

type GetServiceEnvironmentOutputArgs struct {
	// The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the compartment.
	CompartmentId pulumi.StringInput `pulumi:"compartmentId"`
	// The unique identifier associated with the service environment.
	//
	// **Note:** Not an [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
	ServiceEnvironmentId pulumi.StringInput `pulumi:"serviceEnvironmentId"`
}

A collection of arguments for invoking getServiceEnvironment.

func (GetServiceEnvironmentOutputArgs) ElementType

type GetServiceEnvironmentResult

type GetServiceEnvironmentResult struct {
	// The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the compartment.
	CompartmentId string `pulumi:"compartmentId"`
	// The URL for the console.
	ConsoleUrl string `pulumi:"consoleUrl"`
	// The provider-assigned unique ID for this managed resource.
	Id string `pulumi:"id"`
	// Details for a service definition.
	ServiceDefinitions []GetServiceEnvironmentServiceDefinition `pulumi:"serviceDefinitions"`
	// Array of service environment end points.
	ServiceEnvironmentEndpoints []GetServiceEnvironmentServiceEnvironmentEndpoint `pulumi:"serviceEnvironmentEndpoints"`
	ServiceEnvironmentId        string                                            `pulumi:"serviceEnvironmentId"`
	// Status of the entitlement registration for the service.
	Status string `pulumi:"status"`
	// The unique subscription ID associated with the service environment ID.
	SubscriptionId string `pulumi:"subscriptionId"`
}

A collection of values returned by getServiceEnvironment.

func GetServiceEnvironment

func GetServiceEnvironment(ctx *pulumi.Context, args *GetServiceEnvironmentArgs, opts ...pulumi.InvokeOption) (*GetServiceEnvironmentResult, error)

This data source provides details about a specific Service Environment resource in Oracle Cloud Infrastructure Service Manager Proxy service.

Get the detailed information for a specific service environment.

## Example Usage

```go package main

import (

"github.com/pulumi/pulumi-oci/sdk/go/oci/ServiceManagerProxy"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"

)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := ServiceManagerProxy.GetServiceEnvironment(ctx, &servicemanagerproxy.GetServiceEnvironmentArgs{
			CompartmentId:        compartmentId,
			ServiceEnvironmentId: testServiceEnvironmentOciServiceManagerProxyServiceEnvironment.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}

```

type GetServiceEnvironmentResultOutput

type GetServiceEnvironmentResultOutput struct{ *pulumi.OutputState }

A collection of values returned by getServiceEnvironment.

func (GetServiceEnvironmentResultOutput) CompartmentId

The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the compartment.

func (GetServiceEnvironmentResultOutput) ConsoleUrl

The URL for the console.

func (GetServiceEnvironmentResultOutput) ElementType

func (GetServiceEnvironmentResultOutput) Id

The provider-assigned unique ID for this managed resource.

func (GetServiceEnvironmentResultOutput) ServiceDefinitions

Details for a service definition.

func (GetServiceEnvironmentResultOutput) ServiceEnvironmentEndpoints

Array of service environment end points.

func (GetServiceEnvironmentResultOutput) ServiceEnvironmentId

func (o GetServiceEnvironmentResultOutput) ServiceEnvironmentId() pulumi.StringOutput

func (GetServiceEnvironmentResultOutput) Status

Status of the entitlement registration for the service.

func (GetServiceEnvironmentResultOutput) SubscriptionId

The unique subscription ID associated with the service environment ID.

func (GetServiceEnvironmentResultOutput) ToGetServiceEnvironmentResultOutput

func (o GetServiceEnvironmentResultOutput) ToGetServiceEnvironmentResultOutput() GetServiceEnvironmentResultOutput

func (GetServiceEnvironmentResultOutput) ToGetServiceEnvironmentResultOutputWithContext

func (o GetServiceEnvironmentResultOutput) ToGetServiceEnvironmentResultOutputWithContext(ctx context.Context) GetServiceEnvironmentResultOutput

type GetServiceEnvironmentServiceDefinition

type GetServiceEnvironmentServiceDefinition struct {
	// Display name of the service. For example, "Oracle Retail Order Management Cloud Service".
	DisplayName string `pulumi:"displayName"`
	// Short display name of the service. For example, "Retail Order Management".
	ShortDisplayName string `pulumi:"shortDisplayName"`
	// The service definition type. For example, a service definition type "RGBUOROMS"  would be for the service "Oracle Retail Order Management Cloud Service".
	Type string `pulumi:"type"`
}

type GetServiceEnvironmentServiceDefinitionArgs

type GetServiceEnvironmentServiceDefinitionArgs struct {
	// Display name of the service. For example, "Oracle Retail Order Management Cloud Service".
	DisplayName pulumi.StringInput `pulumi:"displayName"`
	// Short display name of the service. For example, "Retail Order Management".
	ShortDisplayName pulumi.StringInput `pulumi:"shortDisplayName"`
	// The service definition type. For example, a service definition type "RGBUOROMS"  would be for the service "Oracle Retail Order Management Cloud Service".
	Type pulumi.StringInput `pulumi:"type"`
}

func (GetServiceEnvironmentServiceDefinitionArgs) ElementType

func (GetServiceEnvironmentServiceDefinitionArgs) ToGetServiceEnvironmentServiceDefinitionOutput

func (i GetServiceEnvironmentServiceDefinitionArgs) ToGetServiceEnvironmentServiceDefinitionOutput() GetServiceEnvironmentServiceDefinitionOutput

func (GetServiceEnvironmentServiceDefinitionArgs) ToGetServiceEnvironmentServiceDefinitionOutputWithContext

func (i GetServiceEnvironmentServiceDefinitionArgs) ToGetServiceEnvironmentServiceDefinitionOutputWithContext(ctx context.Context) GetServiceEnvironmentServiceDefinitionOutput

type GetServiceEnvironmentServiceDefinitionArray

type GetServiceEnvironmentServiceDefinitionArray []GetServiceEnvironmentServiceDefinitionInput

func (GetServiceEnvironmentServiceDefinitionArray) ElementType

func (GetServiceEnvironmentServiceDefinitionArray) ToGetServiceEnvironmentServiceDefinitionArrayOutput

func (i GetServiceEnvironmentServiceDefinitionArray) ToGetServiceEnvironmentServiceDefinitionArrayOutput() GetServiceEnvironmentServiceDefinitionArrayOutput

func (GetServiceEnvironmentServiceDefinitionArray) ToGetServiceEnvironmentServiceDefinitionArrayOutputWithContext

func (i GetServiceEnvironmentServiceDefinitionArray) ToGetServiceEnvironmentServiceDefinitionArrayOutputWithContext(ctx context.Context) GetServiceEnvironmentServiceDefinitionArrayOutput

type GetServiceEnvironmentServiceDefinitionArrayInput

type GetServiceEnvironmentServiceDefinitionArrayInput interface {
	pulumi.Input

	ToGetServiceEnvironmentServiceDefinitionArrayOutput() GetServiceEnvironmentServiceDefinitionArrayOutput
	ToGetServiceEnvironmentServiceDefinitionArrayOutputWithContext(context.Context) GetServiceEnvironmentServiceDefinitionArrayOutput
}

GetServiceEnvironmentServiceDefinitionArrayInput is an input type that accepts GetServiceEnvironmentServiceDefinitionArray and GetServiceEnvironmentServiceDefinitionArrayOutput values. You can construct a concrete instance of `GetServiceEnvironmentServiceDefinitionArrayInput` via:

GetServiceEnvironmentServiceDefinitionArray{ GetServiceEnvironmentServiceDefinitionArgs{...} }

type GetServiceEnvironmentServiceDefinitionArrayOutput

type GetServiceEnvironmentServiceDefinitionArrayOutput struct{ *pulumi.OutputState }

func (GetServiceEnvironmentServiceDefinitionArrayOutput) ElementType

func (GetServiceEnvironmentServiceDefinitionArrayOutput) Index

func (GetServiceEnvironmentServiceDefinitionArrayOutput) ToGetServiceEnvironmentServiceDefinitionArrayOutput

func (o GetServiceEnvironmentServiceDefinitionArrayOutput) ToGetServiceEnvironmentServiceDefinitionArrayOutput() GetServiceEnvironmentServiceDefinitionArrayOutput

func (GetServiceEnvironmentServiceDefinitionArrayOutput) ToGetServiceEnvironmentServiceDefinitionArrayOutputWithContext

func (o GetServiceEnvironmentServiceDefinitionArrayOutput) ToGetServiceEnvironmentServiceDefinitionArrayOutputWithContext(ctx context.Context) GetServiceEnvironmentServiceDefinitionArrayOutput

type GetServiceEnvironmentServiceDefinitionInput

type GetServiceEnvironmentServiceDefinitionInput interface {
	pulumi.Input

	ToGetServiceEnvironmentServiceDefinitionOutput() GetServiceEnvironmentServiceDefinitionOutput
	ToGetServiceEnvironmentServiceDefinitionOutputWithContext(context.Context) GetServiceEnvironmentServiceDefinitionOutput
}

GetServiceEnvironmentServiceDefinitionInput is an input type that accepts GetServiceEnvironmentServiceDefinitionArgs and GetServiceEnvironmentServiceDefinitionOutput values. You can construct a concrete instance of `GetServiceEnvironmentServiceDefinitionInput` via:

GetServiceEnvironmentServiceDefinitionArgs{...}

type GetServiceEnvironmentServiceDefinitionOutput

type GetServiceEnvironmentServiceDefinitionOutput struct{ *pulumi.OutputState }

func (GetServiceEnvironmentServiceDefinitionOutput) DisplayName

Display name of the service. For example, "Oracle Retail Order Management Cloud Service".

func (GetServiceEnvironmentServiceDefinitionOutput) ElementType

func (GetServiceEnvironmentServiceDefinitionOutput) ShortDisplayName

Short display name of the service. For example, "Retail Order Management".

func (GetServiceEnvironmentServiceDefinitionOutput) ToGetServiceEnvironmentServiceDefinitionOutput

func (o GetServiceEnvironmentServiceDefinitionOutput) ToGetServiceEnvironmentServiceDefinitionOutput() GetServiceEnvironmentServiceDefinitionOutput

func (GetServiceEnvironmentServiceDefinitionOutput) ToGetServiceEnvironmentServiceDefinitionOutputWithContext

func (o GetServiceEnvironmentServiceDefinitionOutput) ToGetServiceEnvironmentServiceDefinitionOutputWithContext(ctx context.Context) GetServiceEnvironmentServiceDefinitionOutput

func (GetServiceEnvironmentServiceDefinitionOutput) Type

The service definition type. For example, a service definition type "RGBUOROMS" would be for the service "Oracle Retail Order Management Cloud Service".

type GetServiceEnvironmentServiceEnvironmentEndpoint

type GetServiceEnvironmentServiceEnvironmentEndpoint struct {
	// Description of the environment link
	Description string `pulumi:"description"`
	// Service environment endpoint type.
	EnvironmentType string `pulumi:"environmentType"`
	// Service environment instance URL.
	Url string `pulumi:"url"`
}

type GetServiceEnvironmentServiceEnvironmentEndpointArgs

type GetServiceEnvironmentServiceEnvironmentEndpointArgs struct {
	// Description of the environment link
	Description pulumi.StringInput `pulumi:"description"`
	// Service environment endpoint type.
	EnvironmentType pulumi.StringInput `pulumi:"environmentType"`
	// Service environment instance URL.
	Url pulumi.StringInput `pulumi:"url"`
}

func (GetServiceEnvironmentServiceEnvironmentEndpointArgs) ElementType

func (GetServiceEnvironmentServiceEnvironmentEndpointArgs) ToGetServiceEnvironmentServiceEnvironmentEndpointOutput

func (i GetServiceEnvironmentServiceEnvironmentEndpointArgs) ToGetServiceEnvironmentServiceEnvironmentEndpointOutput() GetServiceEnvironmentServiceEnvironmentEndpointOutput

func (GetServiceEnvironmentServiceEnvironmentEndpointArgs) ToGetServiceEnvironmentServiceEnvironmentEndpointOutputWithContext

func (i GetServiceEnvironmentServiceEnvironmentEndpointArgs) ToGetServiceEnvironmentServiceEnvironmentEndpointOutputWithContext(ctx context.Context) GetServiceEnvironmentServiceEnvironmentEndpointOutput

type GetServiceEnvironmentServiceEnvironmentEndpointArray

type GetServiceEnvironmentServiceEnvironmentEndpointArray []GetServiceEnvironmentServiceEnvironmentEndpointInput

func (GetServiceEnvironmentServiceEnvironmentEndpointArray) ElementType

func (GetServiceEnvironmentServiceEnvironmentEndpointArray) ToGetServiceEnvironmentServiceEnvironmentEndpointArrayOutput

func (i GetServiceEnvironmentServiceEnvironmentEndpointArray) ToGetServiceEnvironmentServiceEnvironmentEndpointArrayOutput() GetServiceEnvironmentServiceEnvironmentEndpointArrayOutput

func (GetServiceEnvironmentServiceEnvironmentEndpointArray) ToGetServiceEnvironmentServiceEnvironmentEndpointArrayOutputWithContext

func (i GetServiceEnvironmentServiceEnvironmentEndpointArray) ToGetServiceEnvironmentServiceEnvironmentEndpointArrayOutputWithContext(ctx context.Context) GetServiceEnvironmentServiceEnvironmentEndpointArrayOutput

type GetServiceEnvironmentServiceEnvironmentEndpointArrayInput

type GetServiceEnvironmentServiceEnvironmentEndpointArrayInput interface {
	pulumi.Input

	ToGetServiceEnvironmentServiceEnvironmentEndpointArrayOutput() GetServiceEnvironmentServiceEnvironmentEndpointArrayOutput
	ToGetServiceEnvironmentServiceEnvironmentEndpointArrayOutputWithContext(context.Context) GetServiceEnvironmentServiceEnvironmentEndpointArrayOutput
}

GetServiceEnvironmentServiceEnvironmentEndpointArrayInput is an input type that accepts GetServiceEnvironmentServiceEnvironmentEndpointArray and GetServiceEnvironmentServiceEnvironmentEndpointArrayOutput values. You can construct a concrete instance of `GetServiceEnvironmentServiceEnvironmentEndpointArrayInput` via:

GetServiceEnvironmentServiceEnvironmentEndpointArray{ GetServiceEnvironmentServiceEnvironmentEndpointArgs{...} }

type GetServiceEnvironmentServiceEnvironmentEndpointArrayOutput

type GetServiceEnvironmentServiceEnvironmentEndpointArrayOutput struct{ *pulumi.OutputState }

func (GetServiceEnvironmentServiceEnvironmentEndpointArrayOutput) ElementType

func (GetServiceEnvironmentServiceEnvironmentEndpointArrayOutput) Index

func (GetServiceEnvironmentServiceEnvironmentEndpointArrayOutput) ToGetServiceEnvironmentServiceEnvironmentEndpointArrayOutput

func (GetServiceEnvironmentServiceEnvironmentEndpointArrayOutput) ToGetServiceEnvironmentServiceEnvironmentEndpointArrayOutputWithContext

func (o GetServiceEnvironmentServiceEnvironmentEndpointArrayOutput) ToGetServiceEnvironmentServiceEnvironmentEndpointArrayOutputWithContext(ctx context.Context) GetServiceEnvironmentServiceEnvironmentEndpointArrayOutput

type GetServiceEnvironmentServiceEnvironmentEndpointInput

type GetServiceEnvironmentServiceEnvironmentEndpointInput interface {
	pulumi.Input

	ToGetServiceEnvironmentServiceEnvironmentEndpointOutput() GetServiceEnvironmentServiceEnvironmentEndpointOutput
	ToGetServiceEnvironmentServiceEnvironmentEndpointOutputWithContext(context.Context) GetServiceEnvironmentServiceEnvironmentEndpointOutput
}

GetServiceEnvironmentServiceEnvironmentEndpointInput is an input type that accepts GetServiceEnvironmentServiceEnvironmentEndpointArgs and GetServiceEnvironmentServiceEnvironmentEndpointOutput values. You can construct a concrete instance of `GetServiceEnvironmentServiceEnvironmentEndpointInput` via:

GetServiceEnvironmentServiceEnvironmentEndpointArgs{...}

type GetServiceEnvironmentServiceEnvironmentEndpointOutput

type GetServiceEnvironmentServiceEnvironmentEndpointOutput struct{ *pulumi.OutputState }

func (GetServiceEnvironmentServiceEnvironmentEndpointOutput) Description

Description of the environment link

func (GetServiceEnvironmentServiceEnvironmentEndpointOutput) ElementType

func (GetServiceEnvironmentServiceEnvironmentEndpointOutput) EnvironmentType

Service environment endpoint type.

func (GetServiceEnvironmentServiceEnvironmentEndpointOutput) ToGetServiceEnvironmentServiceEnvironmentEndpointOutput

func (GetServiceEnvironmentServiceEnvironmentEndpointOutput) ToGetServiceEnvironmentServiceEnvironmentEndpointOutputWithContext

func (o GetServiceEnvironmentServiceEnvironmentEndpointOutput) ToGetServiceEnvironmentServiceEnvironmentEndpointOutputWithContext(ctx context.Context) GetServiceEnvironmentServiceEnvironmentEndpointOutput

func (GetServiceEnvironmentServiceEnvironmentEndpointOutput) Url

Service environment instance URL.

type GetServiceEnvironmentsArgs

type GetServiceEnvironmentsArgs struct {
	// The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the compartment.
	CompartmentId string `pulumi:"compartmentId"`
	// The display name of the resource.
	DisplayName *string                        `pulumi:"displayName"`
	Filters     []GetServiceEnvironmentsFilter `pulumi:"filters"`
	// The unique identifier associated with the service environment.
	//
	// **Note:** Not an [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
	ServiceEnvironmentId *string `pulumi:"serviceEnvironmentId"`
	// The environment's service definition type.  For example, "RGBUOROMS" is the service definition type for "Oracle Retail Order Management Cloud Service".
	ServiceEnvironmentType *string `pulumi:"serviceEnvironmentType"`
}

A collection of arguments for invoking getServiceEnvironments.

type GetServiceEnvironmentsFilter

type GetServiceEnvironmentsFilter struct {
	Name   string   `pulumi:"name"`
	Regex  *bool    `pulumi:"regex"`
	Values []string `pulumi:"values"`
}

type GetServiceEnvironmentsFilterArgs

type GetServiceEnvironmentsFilterArgs struct {
	Name   pulumi.StringInput      `pulumi:"name"`
	Regex  pulumi.BoolPtrInput     `pulumi:"regex"`
	Values pulumi.StringArrayInput `pulumi:"values"`
}

func (GetServiceEnvironmentsFilterArgs) ElementType

func (GetServiceEnvironmentsFilterArgs) ToGetServiceEnvironmentsFilterOutput

func (i GetServiceEnvironmentsFilterArgs) ToGetServiceEnvironmentsFilterOutput() GetServiceEnvironmentsFilterOutput

func (GetServiceEnvironmentsFilterArgs) ToGetServiceEnvironmentsFilterOutputWithContext

func (i GetServiceEnvironmentsFilterArgs) ToGetServiceEnvironmentsFilterOutputWithContext(ctx context.Context) GetServiceEnvironmentsFilterOutput

type GetServiceEnvironmentsFilterArray

type GetServiceEnvironmentsFilterArray []GetServiceEnvironmentsFilterInput

func (GetServiceEnvironmentsFilterArray) ElementType

func (GetServiceEnvironmentsFilterArray) ToGetServiceEnvironmentsFilterArrayOutput

func (i GetServiceEnvironmentsFilterArray) ToGetServiceEnvironmentsFilterArrayOutput() GetServiceEnvironmentsFilterArrayOutput

func (GetServiceEnvironmentsFilterArray) ToGetServiceEnvironmentsFilterArrayOutputWithContext

func (i GetServiceEnvironmentsFilterArray) ToGetServiceEnvironmentsFilterArrayOutputWithContext(ctx context.Context) GetServiceEnvironmentsFilterArrayOutput

type GetServiceEnvironmentsFilterArrayInput

type GetServiceEnvironmentsFilterArrayInput interface {
	pulumi.Input

	ToGetServiceEnvironmentsFilterArrayOutput() GetServiceEnvironmentsFilterArrayOutput
	ToGetServiceEnvironmentsFilterArrayOutputWithContext(context.Context) GetServiceEnvironmentsFilterArrayOutput
}

GetServiceEnvironmentsFilterArrayInput is an input type that accepts GetServiceEnvironmentsFilterArray and GetServiceEnvironmentsFilterArrayOutput values. You can construct a concrete instance of `GetServiceEnvironmentsFilterArrayInput` via:

GetServiceEnvironmentsFilterArray{ GetServiceEnvironmentsFilterArgs{...} }

type GetServiceEnvironmentsFilterArrayOutput

type GetServiceEnvironmentsFilterArrayOutput struct{ *pulumi.OutputState }

func (GetServiceEnvironmentsFilterArrayOutput) ElementType

func (GetServiceEnvironmentsFilterArrayOutput) Index

func (GetServiceEnvironmentsFilterArrayOutput) ToGetServiceEnvironmentsFilterArrayOutput

func (o GetServiceEnvironmentsFilterArrayOutput) ToGetServiceEnvironmentsFilterArrayOutput() GetServiceEnvironmentsFilterArrayOutput

func (GetServiceEnvironmentsFilterArrayOutput) ToGetServiceEnvironmentsFilterArrayOutputWithContext

func (o GetServiceEnvironmentsFilterArrayOutput) ToGetServiceEnvironmentsFilterArrayOutputWithContext(ctx context.Context) GetServiceEnvironmentsFilterArrayOutput

type GetServiceEnvironmentsFilterInput

type GetServiceEnvironmentsFilterInput interface {
	pulumi.Input

	ToGetServiceEnvironmentsFilterOutput() GetServiceEnvironmentsFilterOutput
	ToGetServiceEnvironmentsFilterOutputWithContext(context.Context) GetServiceEnvironmentsFilterOutput
}

GetServiceEnvironmentsFilterInput is an input type that accepts GetServiceEnvironmentsFilterArgs and GetServiceEnvironmentsFilterOutput values. You can construct a concrete instance of `GetServiceEnvironmentsFilterInput` via:

GetServiceEnvironmentsFilterArgs{...}

type GetServiceEnvironmentsFilterOutput

type GetServiceEnvironmentsFilterOutput struct{ *pulumi.OutputState }

func (GetServiceEnvironmentsFilterOutput) ElementType

func (GetServiceEnvironmentsFilterOutput) Name

func (GetServiceEnvironmentsFilterOutput) Regex

func (GetServiceEnvironmentsFilterOutput) ToGetServiceEnvironmentsFilterOutput

func (o GetServiceEnvironmentsFilterOutput) ToGetServiceEnvironmentsFilterOutput() GetServiceEnvironmentsFilterOutput

func (GetServiceEnvironmentsFilterOutput) ToGetServiceEnvironmentsFilterOutputWithContext

func (o GetServiceEnvironmentsFilterOutput) ToGetServiceEnvironmentsFilterOutputWithContext(ctx context.Context) GetServiceEnvironmentsFilterOutput

func (GetServiceEnvironmentsFilterOutput) Values

type GetServiceEnvironmentsOutputArgs

type GetServiceEnvironmentsOutputArgs struct {
	// The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the compartment.
	CompartmentId pulumi.StringInput `pulumi:"compartmentId"`
	// The display name of the resource.
	DisplayName pulumi.StringPtrInput                  `pulumi:"displayName"`
	Filters     GetServiceEnvironmentsFilterArrayInput `pulumi:"filters"`
	// The unique identifier associated with the service environment.
	//
	// **Note:** Not an [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
	ServiceEnvironmentId pulumi.StringPtrInput `pulumi:"serviceEnvironmentId"`
	// The environment's service definition type.  For example, "RGBUOROMS" is the service definition type for "Oracle Retail Order Management Cloud Service".
	ServiceEnvironmentType pulumi.StringPtrInput `pulumi:"serviceEnvironmentType"`
}

A collection of arguments for invoking getServiceEnvironments.

func (GetServiceEnvironmentsOutputArgs) ElementType

type GetServiceEnvironmentsResult

type GetServiceEnvironmentsResult struct {
	// The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the compartment.
	CompartmentId string `pulumi:"compartmentId"`
	// Display name of the service. For example, "Oracle Retail Order Management Cloud Service".
	DisplayName *string                        `pulumi:"displayName"`
	Filters     []GetServiceEnvironmentsFilter `pulumi:"filters"`
	// The provider-assigned unique ID for this managed resource.
	Id string `pulumi:"id"`
	// The list of service_environment_collection.
	ServiceEnvironmentCollections []GetServiceEnvironmentsServiceEnvironmentCollection `pulumi:"serviceEnvironmentCollections"`
	ServiceEnvironmentId          *string                                              `pulumi:"serviceEnvironmentId"`
	ServiceEnvironmentType        *string                                              `pulumi:"serviceEnvironmentType"`
}

A collection of values returned by getServiceEnvironments.

func GetServiceEnvironments

func GetServiceEnvironments(ctx *pulumi.Context, args *GetServiceEnvironmentsArgs, opts ...pulumi.InvokeOption) (*GetServiceEnvironmentsResult, error)

This data source provides the list of Service Environments in Oracle Cloud Infrastructure Service Manager Proxy service.

List the details of Software as a Service (SaaS) environments provisioned by Service Manager. Information includes the service instance endpoints and service definition details.

## Example Usage

```go package main

import (

"github.com/pulumi/pulumi-oci/sdk/go/oci/ServiceManagerProxy"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"

)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := ServiceManagerProxy.GetServiceEnvironments(ctx, &servicemanagerproxy.GetServiceEnvironmentsArgs{
			CompartmentId:          compartmentId,
			DisplayName:            pulumi.StringRef(serviceEnvironmentDisplayName),
			ServiceEnvironmentId:   pulumi.StringRef(testServiceEnvironment.Id),
			ServiceEnvironmentType: pulumi.StringRef(serviceEnvironmentServiceEnvironmentType),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}

```

type GetServiceEnvironmentsResultOutput

type GetServiceEnvironmentsResultOutput struct{ *pulumi.OutputState }

A collection of values returned by getServiceEnvironments.

func (GetServiceEnvironmentsResultOutput) CompartmentId

The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the compartment.

func (GetServiceEnvironmentsResultOutput) DisplayName

Display name of the service. For example, "Oracle Retail Order Management Cloud Service".

func (GetServiceEnvironmentsResultOutput) ElementType

func (GetServiceEnvironmentsResultOutput) Filters

func (GetServiceEnvironmentsResultOutput) Id

The provider-assigned unique ID for this managed resource.

func (GetServiceEnvironmentsResultOutput) ServiceEnvironmentCollections

The list of service_environment_collection.

func (GetServiceEnvironmentsResultOutput) ServiceEnvironmentId

func (GetServiceEnvironmentsResultOutput) ServiceEnvironmentType

func (o GetServiceEnvironmentsResultOutput) ServiceEnvironmentType() pulumi.StringPtrOutput

func (GetServiceEnvironmentsResultOutput) ToGetServiceEnvironmentsResultOutput

func (o GetServiceEnvironmentsResultOutput) ToGetServiceEnvironmentsResultOutput() GetServiceEnvironmentsResultOutput

func (GetServiceEnvironmentsResultOutput) ToGetServiceEnvironmentsResultOutputWithContext

func (o GetServiceEnvironmentsResultOutput) ToGetServiceEnvironmentsResultOutputWithContext(ctx context.Context) GetServiceEnvironmentsResultOutput

type GetServiceEnvironmentsServiceEnvironmentCollection

type GetServiceEnvironmentsServiceEnvironmentCollection struct {
	Items []GetServiceEnvironmentsServiceEnvironmentCollectionItem `pulumi:"items"`
}

type GetServiceEnvironmentsServiceEnvironmentCollectionArgs

type GetServiceEnvironmentsServiceEnvironmentCollectionArgs struct {
	Items GetServiceEnvironmentsServiceEnvironmentCollectionItemArrayInput `pulumi:"items"`
}

func (GetServiceEnvironmentsServiceEnvironmentCollectionArgs) ElementType

func (GetServiceEnvironmentsServiceEnvironmentCollectionArgs) ToGetServiceEnvironmentsServiceEnvironmentCollectionOutput

func (GetServiceEnvironmentsServiceEnvironmentCollectionArgs) ToGetServiceEnvironmentsServiceEnvironmentCollectionOutputWithContext

func (i GetServiceEnvironmentsServiceEnvironmentCollectionArgs) ToGetServiceEnvironmentsServiceEnvironmentCollectionOutputWithContext(ctx context.Context) GetServiceEnvironmentsServiceEnvironmentCollectionOutput

type GetServiceEnvironmentsServiceEnvironmentCollectionArray

type GetServiceEnvironmentsServiceEnvironmentCollectionArray []GetServiceEnvironmentsServiceEnvironmentCollectionInput

func (GetServiceEnvironmentsServiceEnvironmentCollectionArray) ElementType

func (GetServiceEnvironmentsServiceEnvironmentCollectionArray) ToGetServiceEnvironmentsServiceEnvironmentCollectionArrayOutput

func (i GetServiceEnvironmentsServiceEnvironmentCollectionArray) ToGetServiceEnvironmentsServiceEnvironmentCollectionArrayOutput() GetServiceEnvironmentsServiceEnvironmentCollectionArrayOutput

func (GetServiceEnvironmentsServiceEnvironmentCollectionArray) ToGetServiceEnvironmentsServiceEnvironmentCollectionArrayOutputWithContext

func (i GetServiceEnvironmentsServiceEnvironmentCollectionArray) ToGetServiceEnvironmentsServiceEnvironmentCollectionArrayOutputWithContext(ctx context.Context) GetServiceEnvironmentsServiceEnvironmentCollectionArrayOutput

type GetServiceEnvironmentsServiceEnvironmentCollectionArrayInput

type GetServiceEnvironmentsServiceEnvironmentCollectionArrayInput interface {
	pulumi.Input

	ToGetServiceEnvironmentsServiceEnvironmentCollectionArrayOutput() GetServiceEnvironmentsServiceEnvironmentCollectionArrayOutput
	ToGetServiceEnvironmentsServiceEnvironmentCollectionArrayOutputWithContext(context.Context) GetServiceEnvironmentsServiceEnvironmentCollectionArrayOutput
}

GetServiceEnvironmentsServiceEnvironmentCollectionArrayInput is an input type that accepts GetServiceEnvironmentsServiceEnvironmentCollectionArray and GetServiceEnvironmentsServiceEnvironmentCollectionArrayOutput values. You can construct a concrete instance of `GetServiceEnvironmentsServiceEnvironmentCollectionArrayInput` via:

GetServiceEnvironmentsServiceEnvironmentCollectionArray{ GetServiceEnvironmentsServiceEnvironmentCollectionArgs{...} }

type GetServiceEnvironmentsServiceEnvironmentCollectionArrayOutput

type GetServiceEnvironmentsServiceEnvironmentCollectionArrayOutput struct{ *pulumi.OutputState }

func (GetServiceEnvironmentsServiceEnvironmentCollectionArrayOutput) ElementType

func (GetServiceEnvironmentsServiceEnvironmentCollectionArrayOutput) Index

func (GetServiceEnvironmentsServiceEnvironmentCollectionArrayOutput) ToGetServiceEnvironmentsServiceEnvironmentCollectionArrayOutput

func (GetServiceEnvironmentsServiceEnvironmentCollectionArrayOutput) ToGetServiceEnvironmentsServiceEnvironmentCollectionArrayOutputWithContext

func (o GetServiceEnvironmentsServiceEnvironmentCollectionArrayOutput) ToGetServiceEnvironmentsServiceEnvironmentCollectionArrayOutputWithContext(ctx context.Context) GetServiceEnvironmentsServiceEnvironmentCollectionArrayOutput

type GetServiceEnvironmentsServiceEnvironmentCollectionInput

type GetServiceEnvironmentsServiceEnvironmentCollectionInput interface {
	pulumi.Input

	ToGetServiceEnvironmentsServiceEnvironmentCollectionOutput() GetServiceEnvironmentsServiceEnvironmentCollectionOutput
	ToGetServiceEnvironmentsServiceEnvironmentCollectionOutputWithContext(context.Context) GetServiceEnvironmentsServiceEnvironmentCollectionOutput
}

GetServiceEnvironmentsServiceEnvironmentCollectionInput is an input type that accepts GetServiceEnvironmentsServiceEnvironmentCollectionArgs and GetServiceEnvironmentsServiceEnvironmentCollectionOutput values. You can construct a concrete instance of `GetServiceEnvironmentsServiceEnvironmentCollectionInput` via:

GetServiceEnvironmentsServiceEnvironmentCollectionArgs{...}

type GetServiceEnvironmentsServiceEnvironmentCollectionItem

type GetServiceEnvironmentsServiceEnvironmentCollectionItem struct {
	// The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the compartment.
	CompartmentId string `pulumi:"compartmentId"`
	// The URL for the console.
	ConsoleUrl   string                 `pulumi:"consoleUrl"`
	DefinedTags  map[string]interface{} `pulumi:"definedTags"`
	FreeformTags map[string]interface{} `pulumi:"freeformTags"`
	// Unqiue identifier for the entitlement related to the environment.
	Id string `pulumi:"id"`
	// Details for a service definition.
	ServiceDefinitions []GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinition `pulumi:"serviceDefinitions"`
	// Array of service environment end points.
	ServiceEnvironmentEndpoints []GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpoint `pulumi:"serviceEnvironmentEndpoints"`
	// Status of the entitlement registration for the service.
	Status string `pulumi:"status"`
	// The unique subscription ID associated with the service environment ID.
	SubscriptionId string `pulumi:"subscriptionId"`
}

type GetServiceEnvironmentsServiceEnvironmentCollectionItemArgs

type GetServiceEnvironmentsServiceEnvironmentCollectionItemArgs struct {
	// The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the compartment.
	CompartmentId pulumi.StringInput `pulumi:"compartmentId"`
	// The URL for the console.
	ConsoleUrl   pulumi.StringInput `pulumi:"consoleUrl"`
	DefinedTags  pulumi.MapInput    `pulumi:"definedTags"`
	FreeformTags pulumi.MapInput    `pulumi:"freeformTags"`
	// Unqiue identifier for the entitlement related to the environment.
	Id pulumi.StringInput `pulumi:"id"`
	// Details for a service definition.
	ServiceDefinitions GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionArrayInput `pulumi:"serviceDefinitions"`
	// Array of service environment end points.
	ServiceEnvironmentEndpoints GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointArrayInput `pulumi:"serviceEnvironmentEndpoints"`
	// Status of the entitlement registration for the service.
	Status pulumi.StringInput `pulumi:"status"`
	// The unique subscription ID associated with the service environment ID.
	SubscriptionId pulumi.StringInput `pulumi:"subscriptionId"`
}

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemArgs) ElementType

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemArgs) ToGetServiceEnvironmentsServiceEnvironmentCollectionItemOutput

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemArgs) ToGetServiceEnvironmentsServiceEnvironmentCollectionItemOutputWithContext

func (i GetServiceEnvironmentsServiceEnvironmentCollectionItemArgs) ToGetServiceEnvironmentsServiceEnvironmentCollectionItemOutputWithContext(ctx context.Context) GetServiceEnvironmentsServiceEnvironmentCollectionItemOutput

type GetServiceEnvironmentsServiceEnvironmentCollectionItemArray

type GetServiceEnvironmentsServiceEnvironmentCollectionItemArray []GetServiceEnvironmentsServiceEnvironmentCollectionItemInput

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemArray) ElementType

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemArray) ToGetServiceEnvironmentsServiceEnvironmentCollectionItemArrayOutput

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemArray) ToGetServiceEnvironmentsServiceEnvironmentCollectionItemArrayOutputWithContext

func (i GetServiceEnvironmentsServiceEnvironmentCollectionItemArray) ToGetServiceEnvironmentsServiceEnvironmentCollectionItemArrayOutputWithContext(ctx context.Context) GetServiceEnvironmentsServiceEnvironmentCollectionItemArrayOutput

type GetServiceEnvironmentsServiceEnvironmentCollectionItemArrayInput

type GetServiceEnvironmentsServiceEnvironmentCollectionItemArrayInput interface {
	pulumi.Input

	ToGetServiceEnvironmentsServiceEnvironmentCollectionItemArrayOutput() GetServiceEnvironmentsServiceEnvironmentCollectionItemArrayOutput
	ToGetServiceEnvironmentsServiceEnvironmentCollectionItemArrayOutputWithContext(context.Context) GetServiceEnvironmentsServiceEnvironmentCollectionItemArrayOutput
}

GetServiceEnvironmentsServiceEnvironmentCollectionItemArrayInput is an input type that accepts GetServiceEnvironmentsServiceEnvironmentCollectionItemArray and GetServiceEnvironmentsServiceEnvironmentCollectionItemArrayOutput values. You can construct a concrete instance of `GetServiceEnvironmentsServiceEnvironmentCollectionItemArrayInput` via:

GetServiceEnvironmentsServiceEnvironmentCollectionItemArray{ GetServiceEnvironmentsServiceEnvironmentCollectionItemArgs{...} }

type GetServiceEnvironmentsServiceEnvironmentCollectionItemArrayOutput

type GetServiceEnvironmentsServiceEnvironmentCollectionItemArrayOutput struct{ *pulumi.OutputState }

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemArrayOutput) ElementType

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemArrayOutput) Index

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemArrayOutput) ToGetServiceEnvironmentsServiceEnvironmentCollectionItemArrayOutput

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemArrayOutput) ToGetServiceEnvironmentsServiceEnvironmentCollectionItemArrayOutputWithContext

func (o GetServiceEnvironmentsServiceEnvironmentCollectionItemArrayOutput) ToGetServiceEnvironmentsServiceEnvironmentCollectionItemArrayOutputWithContext(ctx context.Context) GetServiceEnvironmentsServiceEnvironmentCollectionItemArrayOutput

type GetServiceEnvironmentsServiceEnvironmentCollectionItemInput

type GetServiceEnvironmentsServiceEnvironmentCollectionItemInput interface {
	pulumi.Input

	ToGetServiceEnvironmentsServiceEnvironmentCollectionItemOutput() GetServiceEnvironmentsServiceEnvironmentCollectionItemOutput
	ToGetServiceEnvironmentsServiceEnvironmentCollectionItemOutputWithContext(context.Context) GetServiceEnvironmentsServiceEnvironmentCollectionItemOutput
}

GetServiceEnvironmentsServiceEnvironmentCollectionItemInput is an input type that accepts GetServiceEnvironmentsServiceEnvironmentCollectionItemArgs and GetServiceEnvironmentsServiceEnvironmentCollectionItemOutput values. You can construct a concrete instance of `GetServiceEnvironmentsServiceEnvironmentCollectionItemInput` via:

GetServiceEnvironmentsServiceEnvironmentCollectionItemArgs{...}

type GetServiceEnvironmentsServiceEnvironmentCollectionItemOutput

type GetServiceEnvironmentsServiceEnvironmentCollectionItemOutput struct{ *pulumi.OutputState }

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemOutput) CompartmentId

The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the compartment.

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemOutput) ConsoleUrl

The URL for the console.

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemOutput) DefinedTags

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemOutput) ElementType

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemOutput) FreeformTags

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemOutput) Id

Unqiue identifier for the entitlement related to the environment.

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemOutput) ServiceDefinitions

Details for a service definition.

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemOutput) ServiceEnvironmentEndpoints

Array of service environment end points.

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemOutput) Status

Status of the entitlement registration for the service.

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemOutput) SubscriptionId

The unique subscription ID associated with the service environment ID.

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemOutput) ToGetServiceEnvironmentsServiceEnvironmentCollectionItemOutput

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemOutput) ToGetServiceEnvironmentsServiceEnvironmentCollectionItemOutputWithContext

func (o GetServiceEnvironmentsServiceEnvironmentCollectionItemOutput) ToGetServiceEnvironmentsServiceEnvironmentCollectionItemOutputWithContext(ctx context.Context) GetServiceEnvironmentsServiceEnvironmentCollectionItemOutput

type GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinition

type GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinition struct {
	// The display name of the resource.
	DisplayName string `pulumi:"displayName"`
	// Short display name of the service. For example, "Retail Order Management".
	ShortDisplayName string `pulumi:"shortDisplayName"`
	// The service definition type. For example, a service definition type "RGBUOROMS"  would be for the service "Oracle Retail Order Management Cloud Service".
	Type string `pulumi:"type"`
}

type GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionArgs

type GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionArgs struct {
	// The display name of the resource.
	DisplayName pulumi.StringInput `pulumi:"displayName"`
	// Short display name of the service. For example, "Retail Order Management".
	ShortDisplayName pulumi.StringInput `pulumi:"shortDisplayName"`
	// The service definition type. For example, a service definition type "RGBUOROMS"  would be for the service "Oracle Retail Order Management Cloud Service".
	Type pulumi.StringInput `pulumi:"type"`
}

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionArgs) ElementType

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionArgs) ToGetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionOutput

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionArgs) ToGetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionOutputWithContext

type GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionArray

type GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionArray []GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionInput

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionArray) ElementType

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionArray) ToGetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionArrayOutput

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionArray) ToGetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionArrayOutputWithContext

func (i GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionArray) ToGetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionArrayOutputWithContext(ctx context.Context) GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionArrayOutput

type GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionArrayInput

type GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionArrayInput interface {
	pulumi.Input

	ToGetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionArrayOutput() GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionArrayOutput
	ToGetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionArrayOutputWithContext(context.Context) GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionArrayOutput
}

GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionArrayInput is an input type that accepts GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionArray and GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionArrayOutput values. You can construct a concrete instance of `GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionArrayInput` via:

GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionArray{ GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionArgs{...} }

type GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionArrayOutput

type GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionArrayOutput struct{ *pulumi.OutputState }

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionArrayOutput) ElementType

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionArrayOutput) ToGetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionArrayOutput

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionArrayOutput) ToGetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionArrayOutputWithContext

type GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionInput

type GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionInput interface {
	pulumi.Input

	ToGetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionOutput() GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionOutput
	ToGetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionOutputWithContext(context.Context) GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionOutput
}

GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionInput is an input type that accepts GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionArgs and GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionOutput values. You can construct a concrete instance of `GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionInput` via:

GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionArgs{...}

type GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionOutput

type GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionOutput struct{ *pulumi.OutputState }

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionOutput) DisplayName

The display name of the resource.

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionOutput) ElementType

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionOutput) ShortDisplayName

Short display name of the service. For example, "Retail Order Management".

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionOutput) ToGetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionOutput

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionOutput) ToGetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionOutputWithContext

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceDefinitionOutput) Type

The service definition type. For example, a service definition type "RGBUOROMS" would be for the service "Oracle Retail Order Management Cloud Service".

type GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpoint

type GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpoint struct {
	// Description of the environment link
	Description string `pulumi:"description"`
	// Service environment endpoint type.
	EnvironmentType string `pulumi:"environmentType"`
	// Service environment instance URL.
	Url string `pulumi:"url"`
}

type GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointArgs

type GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointArgs struct {
	// Description of the environment link
	Description pulumi.StringInput `pulumi:"description"`
	// Service environment endpoint type.
	EnvironmentType pulumi.StringInput `pulumi:"environmentType"`
	// Service environment instance URL.
	Url pulumi.StringInput `pulumi:"url"`
}

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointArgs) ElementType

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointArgs) ToGetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointOutput

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointArgs) ToGetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointOutputWithContext

type GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointArray

type GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointArray []GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointInput

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointArray) ElementType

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointArray) ToGetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointArrayOutput

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointArray) ToGetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointArrayOutputWithContext

type GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointArrayInput

type GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointArrayInput interface {
	pulumi.Input

	ToGetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointArrayOutput() GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointArrayOutput
	ToGetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointArrayOutputWithContext(context.Context) GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointArrayOutput
}

GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointArrayInput is an input type that accepts GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointArray and GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointArrayOutput values. You can construct a concrete instance of `GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointArrayInput` via:

GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointArray{ GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointArgs{...} }

type GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointArrayOutput

type GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointArrayOutput struct{ *pulumi.OutputState }

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointArrayOutput) ElementType

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointArrayOutput) ToGetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointArrayOutput

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointArrayOutput) ToGetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointArrayOutputWithContext

type GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointInput

type GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointInput interface {
	pulumi.Input

	ToGetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointOutput() GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointOutput
	ToGetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointOutputWithContext(context.Context) GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointOutput
}

GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointInput is an input type that accepts GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointArgs and GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointOutput values. You can construct a concrete instance of `GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointInput` via:

GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointArgs{...}

type GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointOutput

type GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointOutput struct{ *pulumi.OutputState }

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointOutput) Description

Description of the environment link

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointOutput) ElementType

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointOutput) EnvironmentType

Service environment endpoint type.

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointOutput) ToGetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointOutput

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointOutput) ToGetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointOutputWithContext

func (GetServiceEnvironmentsServiceEnvironmentCollectionItemServiceEnvironmentEndpointOutput) Url

Service environment instance URL.

type GetServiceEnvironmentsServiceEnvironmentCollectionOutput

type GetServiceEnvironmentsServiceEnvironmentCollectionOutput struct{ *pulumi.OutputState }

func (GetServiceEnvironmentsServiceEnvironmentCollectionOutput) ElementType

func (GetServiceEnvironmentsServiceEnvironmentCollectionOutput) Items

func (GetServiceEnvironmentsServiceEnvironmentCollectionOutput) ToGetServiceEnvironmentsServiceEnvironmentCollectionOutput

func (GetServiceEnvironmentsServiceEnvironmentCollectionOutput) ToGetServiceEnvironmentsServiceEnvironmentCollectionOutputWithContext

func (o GetServiceEnvironmentsServiceEnvironmentCollectionOutput) ToGetServiceEnvironmentsServiceEnvironmentCollectionOutputWithContext(ctx context.Context) GetServiceEnvironmentsServiceEnvironmentCollectionOutput

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL