Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.ServiceMesh.getVirtualDeployments
Explore with Pulumi AI
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
This data source provides the list of Virtual Deployments in Oracle Cloud Infrastructure Service Mesh service.
Returns a list of VirtualDeployments.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testVirtualDeployments = oci.ServiceMesh.getVirtualDeployments({
compartmentId: compartmentId,
id: virtualDeploymentId,
name: virtualDeploymentName,
state: virtualDeploymentState,
virtualServiceId: testVirtualService.id,
});
import pulumi
import pulumi_oci as oci
test_virtual_deployments = oci.ServiceMesh.get_virtual_deployments(compartment_id=compartment_id,
id=virtual_deployment_id,
name=virtual_deployment_name,
state=virtual_deployment_state,
virtual_service_id=test_virtual_service["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/ServiceMesh"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ServiceMesh.GetVirtualDeployments(ctx, &servicemesh.GetVirtualDeploymentsArgs{
CompartmentId: compartmentId,
Id: pulumi.StringRef(virtualDeploymentId),
Name: pulumi.StringRef(virtualDeploymentName),
State: pulumi.StringRef(virtualDeploymentState),
VirtualServiceId: pulumi.StringRef(testVirtualService.Id),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testVirtualDeployments = Oci.ServiceMesh.GetVirtualDeployments.Invoke(new()
{
CompartmentId = compartmentId,
Id = virtualDeploymentId,
Name = virtualDeploymentName,
State = virtualDeploymentState,
VirtualServiceId = testVirtualService.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.ServiceMesh.ServiceMeshFunctions;
import com.pulumi.oci.ServiceMesh.inputs.GetVirtualDeploymentsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testVirtualDeployments = ServiceMeshFunctions.getVirtualDeployments(GetVirtualDeploymentsArgs.builder()
.compartmentId(compartmentId)
.id(virtualDeploymentId)
.name(virtualDeploymentName)
.state(virtualDeploymentState)
.virtualServiceId(testVirtualService.id())
.build());
}
}
variables:
testVirtualDeployments:
fn::invoke:
Function: oci:ServiceMesh:getVirtualDeployments
Arguments:
compartmentId: ${compartmentId}
id: ${virtualDeploymentId}
name: ${virtualDeploymentName}
state: ${virtualDeploymentState}
virtualServiceId: ${testVirtualService.id}
Using getVirtualDeployments
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 getVirtualDeployments(args: GetVirtualDeploymentsArgs, opts?: InvokeOptions): Promise<GetVirtualDeploymentsResult>
function getVirtualDeploymentsOutput(args: GetVirtualDeploymentsOutputArgs, opts?: InvokeOptions): Output<GetVirtualDeploymentsResult>
def get_virtual_deployments(compartment_id: Optional[str] = None,
filters: Optional[Sequence[_servicemesh.GetVirtualDeploymentsFilter]] = None,
id: Optional[str] = None,
name: Optional[str] = None,
state: Optional[str] = None,
virtual_service_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetVirtualDeploymentsResult
def get_virtual_deployments_output(compartment_id: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_servicemesh.GetVirtualDeploymentsFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
virtual_service_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVirtualDeploymentsResult]
func GetVirtualDeployments(ctx *Context, args *GetVirtualDeploymentsArgs, opts ...InvokeOption) (*GetVirtualDeploymentsResult, error)
func GetVirtualDeploymentsOutput(ctx *Context, args *GetVirtualDeploymentsOutputArgs, opts ...InvokeOption) GetVirtualDeploymentsResultOutput
> Note: This function is named GetVirtualDeployments
in the Go SDK.
public static class GetVirtualDeployments
{
public static Task<GetVirtualDeploymentsResult> InvokeAsync(GetVirtualDeploymentsArgs args, InvokeOptions? opts = null)
public static Output<GetVirtualDeploymentsResult> Invoke(GetVirtualDeploymentsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetVirtualDeploymentsResult> getVirtualDeployments(GetVirtualDeploymentsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:ServiceMesh/getVirtualDeployments:getVirtualDeployments
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The ID of the compartment in which to list resources.
- Filters
List<Get
Virtual Deployments Filter> - Id string
- Unique VirtualDeployment identifier.
- Name string
- A filter to return only resources that match the entire name given.
- State string
- A filter to return only resources that match the life cycle state given.
- Virtual
Service stringId - Unique VirtualService identifier.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Filters
[]Get
Virtual Deployments Filter - Id string
- Unique VirtualDeployment identifier.
- Name string
- A filter to return only resources that match the entire name given.
- State string
- A filter to return only resources that match the life cycle state given.
- Virtual
Service stringId - Unique VirtualService identifier.
- compartment
Id String - The ID of the compartment in which to list resources.
- filters
List<Get
Virtual Deployments Filter> - id String
- Unique VirtualDeployment identifier.
- name String
- A filter to return only resources that match the entire name given.
- state String
- A filter to return only resources that match the life cycle state given.
- virtual
Service StringId - Unique VirtualService identifier.
- compartment
Id string - The ID of the compartment in which to list resources.
- filters
Get
Virtual Deployments Filter[] - id string
- Unique VirtualDeployment identifier.
- name string
- A filter to return only resources that match the entire name given.
- state string
- A filter to return only resources that match the life cycle state given.
- virtual
Service stringId - Unique VirtualService identifier.
- compartment_
id str - The ID of the compartment in which to list resources.
- filters
Sequence[servicemesh.
Get Virtual Deployments Filter] - id str
- Unique VirtualDeployment identifier.
- name str
- A filter to return only resources that match the entire name given.
- state str
- A filter to return only resources that match the life cycle state given.
- virtual_
service_ strid - Unique VirtualService identifier.
- compartment
Id String - The ID of the compartment in which to list resources.
- filters List<Property Map>
- id String
- Unique VirtualDeployment identifier.
- name String
- A filter to return only resources that match the entire name given.
- state String
- A filter to return only resources that match the life cycle state given.
- virtual
Service StringId - Unique VirtualService identifier.
getVirtualDeployments Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment.
- Virtual
Deployment List<GetCollections Virtual Deployments Virtual Deployment Collection> - The list of virtual_deployment_collection.
- Filters
List<Get
Virtual Deployments Filter> - Id string
- Unique identifier that is immutable on creation.
- Name string
- A user-friendly name. The name must be unique within the same virtual service and cannot be changed after creation. Avoid entering confidential information. Example:
My unique resource name
- State string
- The current state of the Resource.
- Virtual
Service stringId - The OCID of the virtual service in which this virtual deployment is created.
- Compartment
Id string - The OCID of the compartment.
- Virtual
Deployment []GetCollections Virtual Deployments Virtual Deployment Collection - The list of virtual_deployment_collection.
- Filters
[]Get
Virtual Deployments Filter - Id string
- Unique identifier that is immutable on creation.
- Name string
- A user-friendly name. The name must be unique within the same virtual service and cannot be changed after creation. Avoid entering confidential information. Example:
My unique resource name
- State string
- The current state of the Resource.
- Virtual
Service stringId - The OCID of the virtual service in which this virtual deployment is created.
- compartment
Id String - The OCID of the compartment.
- virtual
Deployment List<GetCollections Virtual Deployments Virtual Deployment Collection> - The list of virtual_deployment_collection.
- filters
List<Get
Virtual Deployments Filter> - id String
- Unique identifier that is immutable on creation.
- name String
- A user-friendly name. The name must be unique within the same virtual service and cannot be changed after creation. Avoid entering confidential information. Example:
My unique resource name
- state String
- The current state of the Resource.
- virtual
Service StringId - The OCID of the virtual service in which this virtual deployment is created.
- compartment
Id string - The OCID of the compartment.
- virtual
Deployment GetCollections Virtual Deployments Virtual Deployment Collection[] - The list of virtual_deployment_collection.
- filters
Get
Virtual Deployments Filter[] - id string
- Unique identifier that is immutable on creation.
- name string
- A user-friendly name. The name must be unique within the same virtual service and cannot be changed after creation. Avoid entering confidential information. Example:
My unique resource name
- state string
- The current state of the Resource.
- virtual
Service stringId - The OCID of the virtual service in which this virtual deployment is created.
- compartment_
id str - The OCID of the compartment.
- virtual_
deployment_ Sequence[servicemesh.collections Get Virtual Deployments Virtual Deployment Collection] - The list of virtual_deployment_collection.
- filters
Sequence[servicemesh.
Get Virtual Deployments Filter] - id str
- Unique identifier that is immutable on creation.
- name str
- A user-friendly name. The name must be unique within the same virtual service and cannot be changed after creation. Avoid entering confidential information. Example:
My unique resource name
- state str
- The current state of the Resource.
- virtual_
service_ strid - The OCID of the virtual service in which this virtual deployment is created.
- compartment
Id String - The OCID of the compartment.
- virtual
Deployment List<Property Map>Collections - The list of virtual_deployment_collection.
- filters List<Property Map>
- id String
- Unique identifier that is immutable on creation.
- name String
- A user-friendly name. The name must be unique within the same virtual service and cannot be changed after creation. Avoid entering confidential information. Example:
My unique resource name
- state String
- The current state of the Resource.
- virtual
Service StringId - The OCID of the virtual service in which this virtual deployment is created.
Supporting Types
GetVirtualDeploymentsFilter
GetVirtualDeploymentsVirtualDeploymentCollection
GetVirtualDeploymentsVirtualDeploymentCollectionItem
- Access
Loggings List<GetVirtual Deployments Virtual Deployment Collection Item Access Logging> - This configuration determines if logging is enabled and where the logs will be output.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Dictionary<string, object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
- Description of the resource. It can be changed after creation. Avoid entering confidential information. Example:
This is my new resource
- Dictionary<string, object>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
- Unique VirtualDeployment identifier.
- Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed state.
- Listeners
List<Get
Virtual Deployments Virtual Deployment Collection Item Listener> - The listeners for the virtual deployment
- Name string
- A filter to return only resources that match the entire name given.
- Service
Discoveries List<GetVirtual Deployments Virtual Deployment Collection Item Service Discovery> - Service Discovery configuration for virtual deployments.
- State string
- A filter to return only resources that match the life cycle state given.
- Dictionary<string, object>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The time when this resource was created in an RFC3339 formatted datetime string.
- Time
Updated string - The time when this resource was updated in an RFC3339 formatted datetime string.
- Virtual
Service stringId - Unique VirtualService identifier.
- Access
Loggings []GetVirtual Deployments Virtual Deployment Collection Item Access Logging - This configuration determines if logging is enabled and where the logs will be output.
- Compartment
Id string - The ID of the compartment in which to list resources.
- map[string]interface{}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
- Description of the resource. It can be changed after creation. Avoid entering confidential information. Example:
This is my new resource
- map[string]interface{}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
- Unique VirtualDeployment identifier.
- Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed state.
- Listeners
[]Get
Virtual Deployments Virtual Deployment Collection Item Listener - The listeners for the virtual deployment
- Name string
- A filter to return only resources that match the entire name given.
- Service
Discoveries []GetVirtual Deployments Virtual Deployment Collection Item Service Discovery - Service Discovery configuration for virtual deployments.
- State string
- A filter to return only resources that match the life cycle state given.
- map[string]interface{}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The time when this resource was created in an RFC3339 formatted datetime string.
- Time
Updated string - The time when this resource was updated in an RFC3339 formatted datetime string.
- Virtual
Service stringId - Unique VirtualService identifier.
- access
Loggings List<GetVirtual Deployments Virtual Deployment Collection Item Access Logging> - This configuration determines if logging is enabled and where the logs will be output.
- compartment
Id String - The ID of the compartment in which to list resources.
- Map<String,Object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
- Description of the resource. It can be changed after creation. Avoid entering confidential information. Example:
This is my new resource
- Map<String,Object>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
- Unique VirtualDeployment identifier.
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed state.
- listeners
List<Get
Virtual Deployments Virtual Deployment Collection Item Listener> - The listeners for the virtual deployment
- name String
- A filter to return only resources that match the entire name given.
- service
Discoveries List<GetVirtual Deployments Virtual Deployment Collection Item Service Discovery> - Service Discovery configuration for virtual deployments.
- state String
- A filter to return only resources that match the life cycle state given.
- Map<String,Object>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The time when this resource was created in an RFC3339 formatted datetime string.
- time
Updated String - The time when this resource was updated in an RFC3339 formatted datetime string.
- virtual
Service StringId - Unique VirtualService identifier.
- access
Loggings GetVirtual Deployments Virtual Deployment Collection Item Access Logging[] - This configuration determines if logging is enabled and where the logs will be output.
- compartment
Id string - The ID of the compartment in which to list resources.
- {[key: string]: any}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description string
- Description of the resource. It can be changed after creation. Avoid entering confidential information. Example:
This is my new resource
- {[key: string]: any}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id string
- Unique VirtualDeployment identifier.
- lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed state.
- listeners
Get
Virtual Deployments Virtual Deployment Collection Item Listener[] - The listeners for the virtual deployment
- name string
- A filter to return only resources that match the entire name given.
- service
Discoveries GetVirtual Deployments Virtual Deployment Collection Item Service Discovery[] - Service Discovery configuration for virtual deployments.
- state string
- A filter to return only resources that match the life cycle state given.
- {[key: string]: any}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string - The time when this resource was created in an RFC3339 formatted datetime string.
- time
Updated string - The time when this resource was updated in an RFC3339 formatted datetime string.
- virtual
Service stringId - Unique VirtualService identifier.
- access_
loggings Sequence[servicemesh.Get Virtual Deployments Virtual Deployment Collection Item Access Logging] - This configuration determines if logging is enabled and where the logs will be output.
- compartment_
id str - The ID of the compartment in which to list resources.
- Mapping[str, Any]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description str
- Description of the resource. It can be changed after creation. Avoid entering confidential information. Example:
This is my new resource
- Mapping[str, Any]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id str
- Unique VirtualDeployment identifier.
- lifecycle_
details str - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed state.
- listeners
Sequence[servicemesh.
Get Virtual Deployments Virtual Deployment Collection Item Listener] - The listeners for the virtual deployment
- name str
- A filter to return only resources that match the entire name given.
- service_
discoveries Sequence[servicemesh.Get Virtual Deployments Virtual Deployment Collection Item Service Discovery] - Service Discovery configuration for virtual deployments.
- state str
- A filter to return only resources that match the life cycle state given.
- Mapping[str, Any]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str - The time when this resource was created in an RFC3339 formatted datetime string.
- time_
updated str - The time when this resource was updated in an RFC3339 formatted datetime string.
- virtual_
service_ strid - Unique VirtualService identifier.
- access
Loggings List<Property Map> - This configuration determines if logging is enabled and where the logs will be output.
- compartment
Id String - The ID of the compartment in which to list resources.
- Map<Any>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
- Description of the resource. It can be changed after creation. Avoid entering confidential information. Example:
This is my new resource
- Map<Any>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
- Unique VirtualDeployment identifier.
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed state.
- listeners List<Property Map>
- The listeners for the virtual deployment
- name String
- A filter to return only resources that match the entire name given.
- service
Discoveries List<Property Map> - Service Discovery configuration for virtual deployments.
- state String
- A filter to return only resources that match the life cycle state given.
- Map<Any>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The time when this resource was created in an RFC3339 formatted datetime string.
- time
Updated String - The time when this resource was updated in an RFC3339 formatted datetime string.
- virtual
Service StringId - Unique VirtualService identifier.
GetVirtualDeploymentsVirtualDeploymentCollectionItemAccessLogging
- Is
Enabled bool - Determines if the logging configuration is enabled.
- Is
Enabled bool - Determines if the logging configuration is enabled.
- is
Enabled Boolean - Determines if the logging configuration is enabled.
- is
Enabled boolean - Determines if the logging configuration is enabled.
- is_
enabled bool - Determines if the logging configuration is enabled.
- is
Enabled Boolean - Determines if the logging configuration is enabled.
GetVirtualDeploymentsVirtualDeploymentCollectionItemListener
- Idle
Timeout stringIn Ms - The maximum duration in milliseconds for which the request's stream may be idle. The value 0 (zero) indicates that the timeout is disabled.
- Port int
- Port in which virtual deployment is running.
- Protocol string
- Type of protocol used in virtual deployment.
- Request
Timeout stringIn Ms - The maximum duration in milliseconds for the deployed service to respond to an incoming request through the listener. If provided, the timeout value overrides the default timeout of 15 seconds for the HTTP/HTTP2 listeners, and disabled (no timeout) for the GRPC listeners. The value 0 (zero) indicates that the timeout is disabled. The timeout cannot be configured for the TCP and TLS_PASSTHROUGH listeners. For streaming responses from the deployed service, consider either keeping the timeout disabled or set a sufficiently high value.
- Idle
Timeout stringIn Ms - The maximum duration in milliseconds for which the request's stream may be idle. The value 0 (zero) indicates that the timeout is disabled.
- Port int
- Port in which virtual deployment is running.
- Protocol string
- Type of protocol used in virtual deployment.
- Request
Timeout stringIn Ms - The maximum duration in milliseconds for the deployed service to respond to an incoming request through the listener. If provided, the timeout value overrides the default timeout of 15 seconds for the HTTP/HTTP2 listeners, and disabled (no timeout) for the GRPC listeners. The value 0 (zero) indicates that the timeout is disabled. The timeout cannot be configured for the TCP and TLS_PASSTHROUGH listeners. For streaming responses from the deployed service, consider either keeping the timeout disabled or set a sufficiently high value.
- idle
Timeout StringIn Ms - The maximum duration in milliseconds for which the request's stream may be idle. The value 0 (zero) indicates that the timeout is disabled.
- port Integer
- Port in which virtual deployment is running.
- protocol String
- Type of protocol used in virtual deployment.
- request
Timeout StringIn Ms - The maximum duration in milliseconds for the deployed service to respond to an incoming request through the listener. If provided, the timeout value overrides the default timeout of 15 seconds for the HTTP/HTTP2 listeners, and disabled (no timeout) for the GRPC listeners. The value 0 (zero) indicates that the timeout is disabled. The timeout cannot be configured for the TCP and TLS_PASSTHROUGH listeners. For streaming responses from the deployed service, consider either keeping the timeout disabled or set a sufficiently high value.
- idle
Timeout stringIn Ms - The maximum duration in milliseconds for which the request's stream may be idle. The value 0 (zero) indicates that the timeout is disabled.
- port number
- Port in which virtual deployment is running.
- protocol string
- Type of protocol used in virtual deployment.
- request
Timeout stringIn Ms - The maximum duration in milliseconds for the deployed service to respond to an incoming request through the listener. If provided, the timeout value overrides the default timeout of 15 seconds for the HTTP/HTTP2 listeners, and disabled (no timeout) for the GRPC listeners. The value 0 (zero) indicates that the timeout is disabled. The timeout cannot be configured for the TCP and TLS_PASSTHROUGH listeners. For streaming responses from the deployed service, consider either keeping the timeout disabled or set a sufficiently high value.
- idle_
timeout_ strin_ ms - The maximum duration in milliseconds for which the request's stream may be idle. The value 0 (zero) indicates that the timeout is disabled.
- port int
- Port in which virtual deployment is running.
- protocol str
- Type of protocol used in virtual deployment.
- request_
timeout_ strin_ ms - The maximum duration in milliseconds for the deployed service to respond to an incoming request through the listener. If provided, the timeout value overrides the default timeout of 15 seconds for the HTTP/HTTP2 listeners, and disabled (no timeout) for the GRPC listeners. The value 0 (zero) indicates that the timeout is disabled. The timeout cannot be configured for the TCP and TLS_PASSTHROUGH listeners. For streaming responses from the deployed service, consider either keeping the timeout disabled or set a sufficiently high value.
- idle
Timeout StringIn Ms - The maximum duration in milliseconds for which the request's stream may be idle. The value 0 (zero) indicates that the timeout is disabled.
- port Number
- Port in which virtual deployment is running.
- protocol String
- Type of protocol used in virtual deployment.
- request
Timeout StringIn Ms - The maximum duration in milliseconds for the deployed service to respond to an incoming request through the listener. If provided, the timeout value overrides the default timeout of 15 seconds for the HTTP/HTTP2 listeners, and disabled (no timeout) for the GRPC listeners. The value 0 (zero) indicates that the timeout is disabled. The timeout cannot be configured for the TCP and TLS_PASSTHROUGH listeners. For streaming responses from the deployed service, consider either keeping the timeout disabled or set a sufficiently high value.
GetVirtualDeploymentsVirtualDeploymentCollectionItemServiceDiscovery
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi