oci.ApiGateway.getGateways
This data source provides the list of Gateways in Oracle Cloud Infrastructure API Gateway service.
Returns a list of gateways.
Example Usage
using System.Collections.Generic;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testGateways = Oci.ApiGateway.GetGateways.Invoke(new()
{
CompartmentId = @var.Compartment_id,
CertificateId = @var.Oci_apigateway_certificate.Test_certificate.Id,
DisplayName = @var.Gateway_display_name,
State = @var.Gateway_state,
});
});
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/ApiGateway"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ApiGateway.GetGateways(ctx, &apigateway.GetGatewaysArgs{
CompartmentId: _var.Compartment_id,
CertificateId: pulumi.StringRef(_var.Oci_apigateway_certificate.Test_certificate.Id),
DisplayName: pulumi.StringRef(_var.Gateway_display_name),
State: pulumi.StringRef(_var.Gateway_state),
}, nil)
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.ApiGateway.ApiGatewayFunctions;
import com.pulumi.oci.ApiGateway.inputs.GetGatewaysArgs;
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 testGateways = ApiGatewayFunctions.getGateways(GetGatewaysArgs.builder()
.compartmentId(var_.compartment_id())
.certificateId(var_.oci_apigateway_certificate().test_certificate().id())
.displayName(var_.gateway_display_name())
.state(var_.gateway_state())
.build());
}
}
import pulumi
import pulumi_oci as oci
test_gateways = oci.ApiGateway.get_gateways(compartment_id=var["compartment_id"],
certificate_id=var["oci_apigateway_certificate"]["test_certificate"]["id"],
display_name=var["gateway_display_name"],
state=var["gateway_state"])
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testGateways = oci.ApiGateway.getGateways({
compartmentId: _var.compartment_id,
certificateId: _var.oci_apigateway_certificate.test_certificate.id,
displayName: _var.gateway_display_name,
state: _var.gateway_state,
});
variables:
testGateways:
fn::invoke:
Function: oci:ApiGateway:getGateways
Arguments:
compartmentId: ${var.compartment_id}
certificateId: ${var.oci_apigateway_certificate.test_certificate.id}
displayName: ${var.gateway_display_name}
state: ${var.gateway_state}
Using getGateways
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 getGateways(args: GetGatewaysArgs, opts?: InvokeOptions): Promise<GetGatewaysResult>
function getGatewaysOutput(args: GetGatewaysOutputArgs, opts?: InvokeOptions): Output<GetGatewaysResult>
def get_gateways(certificate_id: Optional[str] = None,
compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_apigateway.GetGatewaysFilter]] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewaysResult
def get_gateways_output(certificate_id: Optional[pulumi.Input[str]] = None,
compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_apigateway.GetGatewaysFilterArgs]]]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewaysResult]
func GetGateways(ctx *Context, args *GetGatewaysArgs, opts ...InvokeOption) (*GetGatewaysResult, error)
func GetGatewaysOutput(ctx *Context, args *GetGatewaysOutputArgs, opts ...InvokeOption) GetGatewaysResultOutput
> Note: This function is named GetGateways
in the Go SDK.
public static class GetGateways
{
public static Task<GetGatewaysResult> InvokeAsync(GetGatewaysArgs args, InvokeOptions? opts = null)
public static Output<GetGatewaysResult> Invoke(GetGatewaysInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewaysResult> getGateways(GetGatewaysArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:ApiGateway/getGateways:getGateways
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string The ocid of the compartment in which to list resources.
- Certificate
Id string Filter gateways by the certificate ocid.
- Display
Name string A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource
- Filters
List<Get
Gateways Filter> - State string
A filter to return only resources that match the given lifecycle state. Example:
SUCCEEDED
- Compartment
Id string The ocid of the compartment in which to list resources.
- Certificate
Id string Filter gateways by the certificate ocid.
- Display
Name string A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource
- Filters
[]Get
Gateways Filter - State string
A filter to return only resources that match the given lifecycle state. Example:
SUCCEEDED
- compartment
Id String The ocid of the compartment in which to list resources.
- certificate
Id String Filter gateways by the certificate ocid.
- display
Name String A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource
- filters
List<Get
Gateways Filter> - state String
A filter to return only resources that match the given lifecycle state. Example:
SUCCEEDED
- compartment
Id string The ocid of the compartment in which to list resources.
- certificate
Id string Filter gateways by the certificate ocid.
- display
Name string A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource
- filters
Get
Gateways Filter[] - state string
A filter to return only resources that match the given lifecycle state. Example:
SUCCEEDED
- compartment_
id str The ocid of the compartment in which to list resources.
- certificate_
id str Filter gateways by the certificate ocid.
- display_
name str A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource
- filters
Get
Gateways Filter] - state str
A filter to return only resources that match the given lifecycle state. Example:
SUCCEEDED
- compartment
Id String The ocid of the compartment in which to list resources.
- certificate
Id String Filter gateways by the certificate ocid.
- display
Name String A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource
- filters List<Property Map>
- state String
A filter to return only resources that match the given lifecycle state. Example:
SUCCEEDED
getGateways Result
The following output properties are available:
- Compartment
Id string The OCID of the compartment in which the resource is created.
- Gateway
Collections List<GetGateways Gateway Collection> The list of gateway_collection.
- Id string
The provider-assigned unique ID for this managed resource.
- Certificate
Id string The OCID of the resource.
- Display
Name string A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Filters
List<Get
Gateways Filter> - State string
The current state of the gateway.
- Compartment
Id string The OCID of the compartment in which the resource is created.
- Gateway
Collections []GetGateways Gateway Collection The list of gateway_collection.
- Id string
The provider-assigned unique ID for this managed resource.
- Certificate
Id string The OCID of the resource.
- Display
Name string A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Filters
[]Get
Gateways Filter - State string
The current state of the gateway.
- compartment
Id String The OCID of the compartment in which the resource is created.
- gateway
Collections List<GetGateways Gateway Collection> The list of gateway_collection.
- id String
The provider-assigned unique ID for this managed resource.
- certificate
Id String The OCID of the resource.
- display
Name String A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- filters
List<Get
Gateways Filter> - state String
The current state of the gateway.
- compartment
Id string The OCID of the compartment in which the resource is created.
- gateway
Collections GetGateways Gateway Collection[] The list of gateway_collection.
- id string
The provider-assigned unique ID for this managed resource.
- certificate
Id string The OCID of the resource.
- display
Name string A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- filters
Get
Gateways Filter[] - state string
The current state of the gateway.
- compartment_
id str The OCID of the compartment in which the resource is created.
- gateway_
collections GetGateways Gateway Collection] The list of gateway_collection.
- id str
The provider-assigned unique ID for this managed resource.
- certificate_
id str The OCID of the resource.
- display_
name str A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- filters
Get
Gateways Filter] - state str
The current state of the gateway.
- compartment
Id String The OCID of the compartment in which the resource is created.
- gateway
Collections List<Property Map> The list of gateway_collection.
- id String
The provider-assigned unique ID for this managed resource.
- certificate
Id String The OCID of the resource.
- display
Name String A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- filters List<Property Map>
- state String
The current state of the gateway.
Supporting Types
GetGatewaysFilter
GetGatewaysGatewayCollection
- Ca
Bundles List<GetGateways Gateway Collection Ca Bundle> An array of CA bundles that should be used on the Gateway for TLS validation.
- Certificate
Id string Filter gateways by the certificate ocid.
- Compartment
Id string The ocid 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. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource
- Endpoint
Type string Gateway endpoint type.
PUBLIC
will have a public ip address assigned to it, whilePRIVATE
will only be accessible on a private IP address on the subnet. Example:PUBLIC
orPRIVATE
- Dictionary<string, object>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Hostname string
The hostname for APIs deployed on the gateway.
- Id string
The OCID of the resource.
- Ip
Addresses List<GetGateways Gateway Collection Ip Address> An array of IP addresses associated with the gateway.
- 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.
- Network
Security List<string>Group Ids An array of Network Security Groups OCIDs associated with this API Gateway.
- Response
Cache List<GetDetails Gateways Gateway Collection Response Cache Detail> Base Gateway response cache.
- State string
A filter to return only resources that match the given lifecycle state. Example:
SUCCEEDED
- Subnet
Id string The OCID of the subnet in which related resources are created.
- Time
Created string The time this resource was created. An RFC3339 formatted datetime string.
- Time
Updated string The time this resource was last updated. An RFC3339 formatted datetime string.
- Ca
Bundles []GetGateways Gateway Collection Ca Bundle An array of CA bundles that should be used on the Gateway for TLS validation.
- Certificate
Id string Filter gateways by the certificate ocid.
- Compartment
Id string The ocid 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. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource
- Endpoint
Type string Gateway endpoint type.
PUBLIC
will have a public ip address assigned to it, whilePRIVATE
will only be accessible on a private IP address on the subnet. Example:PUBLIC
orPRIVATE
- map[string]interface{}
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Hostname string
The hostname for APIs deployed on the gateway.
- Id string
The OCID of the resource.
- Ip
Addresses []GetGateways Gateway Collection Ip Address An array of IP addresses associated with the gateway.
- 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.
- Network
Security []stringGroup Ids An array of Network Security Groups OCIDs associated with this API Gateway.
- Response
Cache []GetDetails Gateways Gateway Collection Response Cache Detail Base Gateway response cache.
- State string
A filter to return only resources that match the given lifecycle state. Example:
SUCCEEDED
- Subnet
Id string The OCID of the subnet in which related resources are created.
- Time
Created string The time this resource was created. An RFC3339 formatted datetime string.
- Time
Updated string The time this resource was last updated. An RFC3339 formatted datetime string.
- ca
Bundles List<GetGateways Gateway Collection Ca Bundle> An array of CA bundles that should be used on the Gateway for TLS validation.
- certificate
Id String Filter gateways by the certificate ocid.
- compartment
Id String The ocid 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. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource
- endpoint
Type String Gateway endpoint type.
PUBLIC
will have a public ip address assigned to it, whilePRIVATE
will only be accessible on a private IP address on the subnet. Example:PUBLIC
orPRIVATE
- Map<String,Object>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname String
The hostname for APIs deployed on the gateway.
- id String
The OCID of the resource.
- ip
Addresses List<GetGateways Gateway Collection Ip Address> An array of IP addresses associated with the gateway.
- 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.
- network
Security List<String>Group Ids An array of Network Security Groups OCIDs associated with this API Gateway.
- response
Cache List<GetDetails Gateways Gateway Collection Response Cache Detail> Base Gateway response cache.
- state String
A filter to return only resources that match the given lifecycle state. Example:
SUCCEEDED
- subnet
Id String The OCID of the subnet in which related resources are created.
- time
Created String The time this resource was created. An RFC3339 formatted datetime string.
- time
Updated String The time this resource was last updated. An RFC3339 formatted datetime string.
- ca
Bundles GetGateways Gateway Collection Ca Bundle[] An array of CA bundles that should be used on the Gateway for TLS validation.
- certificate
Id string Filter gateways by the certificate ocid.
- compartment
Id string The ocid 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. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name string A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource
- endpoint
Type string Gateway endpoint type.
PUBLIC
will have a public ip address assigned to it, whilePRIVATE
will only be accessible on a private IP address on the subnet. Example:PUBLIC
orPRIVATE
- {[key: string]: any}
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname string
The hostname for APIs deployed on the gateway.
- id string
The OCID of the resource.
- ip
Addresses GetGateways Gateway Collection Ip Address[] An array of IP addresses associated with the gateway.
- 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.
- network
Security string[]Group Ids An array of Network Security Groups OCIDs associated with this API Gateway.
- response
Cache GetDetails Gateways Gateway Collection Response Cache Detail[] Base Gateway response cache.
- state string
A filter to return only resources that match the given lifecycle state. Example:
SUCCEEDED
- subnet
Id string The OCID of the subnet in which related resources are created.
- time
Created string The time this resource was created. An RFC3339 formatted datetime string.
- time
Updated string The time this resource was last updated. An RFC3339 formatted datetime string.
- ca_
bundles GetGateways Gateway Collection Ca Bundle] An array of CA bundles that should be used on the Gateway for TLS validation.
- certificate_
id str Filter gateways by the certificate ocid.
- compartment_
id str The ocid 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. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display_
name str A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource
- endpoint_
type str Gateway endpoint type.
PUBLIC
will have a public ip address assigned to it, whilePRIVATE
will only be accessible on a private IP address on the subnet. Example:PUBLIC
orPRIVATE
- Mapping[str, Any]
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname str
The hostname for APIs deployed on the gateway.
- id str
The OCID of the resource.
- ip_
addresses GetGateways Gateway Collection Ip Address] An array of IP addresses associated with the gateway.
- 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.
- network_
security_ Sequence[str]group_ ids An array of Network Security Groups OCIDs associated with this API Gateway.
- response_
cache_ Getdetails Gateways Gateway Collection Response Cache Detail] Base Gateway response cache.
- state str
A filter to return only resources that match the given lifecycle state. Example:
SUCCEEDED
- subnet_
id str The OCID of the subnet in which related resources are created.
- time_
created str The time this resource was created. An RFC3339 formatted datetime string.
- time_
updated str The time this resource was last updated. An RFC3339 formatted datetime string.
- ca
Bundles List<Property Map> An array of CA bundles that should be used on the Gateway for TLS validation.
- certificate
Id String Filter gateways by the certificate ocid.
- compartment
Id String The ocid of the compartment in which to list resources.
- Map<Any>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource
- endpoint
Type String Gateway endpoint type.
PUBLIC
will have a public ip address assigned to it, whilePRIVATE
will only be accessible on a private IP address on the subnet. Example:PUBLIC
orPRIVATE
- Map<Any>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname String
The hostname for APIs deployed on the gateway.
- id String
The OCID of the resource.
- ip
Addresses List<Property Map> An array of IP addresses associated with the gateway.
- 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.
- network
Security List<String>Group Ids An array of Network Security Groups OCIDs associated with this API Gateway.
- response
Cache List<Property Map>Details Base Gateway response cache.
- state String
A filter to return only resources that match the given lifecycle state. Example:
SUCCEEDED
- subnet
Id String The OCID of the subnet in which related resources are created.
- time
Created String The time this resource was created. An RFC3339 formatted datetime string.
- time
Updated String The time this resource was last updated. An RFC3339 formatted datetime string.
GetGatewaysGatewayCollectionCaBundle
- Ca
Bundle stringId The OCID of the resource.
- string
The OCID of the resource.
- Type string
Type of the Response Cache.
- Ca
Bundle stringId The OCID of the resource.
- string
The OCID of the resource.
- Type string
Type of the Response Cache.
- ca
Bundle StringId The OCID of the resource.
- String
The OCID of the resource.
- type String
Type of the Response Cache.
- ca
Bundle stringId The OCID of the resource.
- string
The OCID of the resource.
- type string
Type of the Response Cache.
- ca_
bundle_ strid The OCID of the resource.
- str
The OCID of the resource.
- type str
Type of the Response Cache.
- ca
Bundle StringId The OCID of the resource.
- String
The OCID of the resource.
- type String
Type of the Response Cache.
GetGatewaysGatewayCollectionIpAddress
- Ip
Address string An IP address.
- Ip
Address string An IP address.
- ip
Address String An IP address.
- ip
Address string An IP address.
- ip_
address str An IP address.
- ip
Address String An IP address.
GetGatewaysGatewayCollectionResponseCacheDetail
- Authentication
Secret stringId The OCID of the Oracle Vault Service secret resource.
- Authentication
Secret stringVersion Number The version number of the authentication secret to use.
- Connect
Timeout intIn Ms Defines the timeout for establishing a connection with the Response Cache.
- Is
Ssl boolEnabled Defines if the connection should be over SSL.
- Is
Ssl boolVerify Disabled Defines whether or not to uphold SSL verification.
- Read
Timeout intIn Ms Defines the timeout for reading data from the Response Cache.
- Send
Timeout intIn Ms Defines the timeout for transmitting data to the Response Cache.
- Servers
List<Get
Gateways Gateway Collection Response Cache Detail Server> The set of cache store members to connect to. At present only a single server is supported.
- Type string
Type of the Response Cache.
- Authentication
Secret stringId The OCID of the Oracle Vault Service secret resource.
- Authentication
Secret stringVersion Number The version number of the authentication secret to use.
- Connect
Timeout intIn Ms Defines the timeout for establishing a connection with the Response Cache.
- Is
Ssl boolEnabled Defines if the connection should be over SSL.
- Is
Ssl boolVerify Disabled Defines whether or not to uphold SSL verification.
- Read
Timeout intIn Ms Defines the timeout for reading data from the Response Cache.
- Send
Timeout intIn Ms Defines the timeout for transmitting data to the Response Cache.
- Servers
[]Get
Gateways Gateway Collection Response Cache Detail Server The set of cache store members to connect to. At present only a single server is supported.
- Type string
Type of the Response Cache.
- authentication
Secret StringId The OCID of the Oracle Vault Service secret resource.
- authentication
Secret StringVersion Number The version number of the authentication secret to use.
- connect
Timeout IntegerIn Ms Defines the timeout for establishing a connection with the Response Cache.
- is
Ssl BooleanEnabled Defines if the connection should be over SSL.
- is
Ssl BooleanVerify Disabled Defines whether or not to uphold SSL verification.
- read
Timeout IntegerIn Ms Defines the timeout for reading data from the Response Cache.
- send
Timeout IntegerIn Ms Defines the timeout for transmitting data to the Response Cache.
- servers
List<Get
Gateways Gateway Collection Response Cache Detail Server> The set of cache store members to connect to. At present only a single server is supported.
- type String
Type of the Response Cache.
- authentication
Secret stringId The OCID of the Oracle Vault Service secret resource.
- authentication
Secret stringVersion Number The version number of the authentication secret to use.
- connect
Timeout numberIn Ms Defines the timeout for establishing a connection with the Response Cache.
- is
Ssl booleanEnabled Defines if the connection should be over SSL.
- is
Ssl booleanVerify Disabled Defines whether or not to uphold SSL verification.
- read
Timeout numberIn Ms Defines the timeout for reading data from the Response Cache.
- send
Timeout numberIn Ms Defines the timeout for transmitting data to the Response Cache.
- servers
Get
Gateways Gateway Collection Response Cache Detail Server[] The set of cache store members to connect to. At present only a single server is supported.
- type string
Type of the Response Cache.
- authentication_
secret_ strid The OCID of the Oracle Vault Service secret resource.
- authentication_
secret_ strversion_ number The version number of the authentication secret to use.
- connect_
timeout_ intin_ ms Defines the timeout for establishing a connection with the Response Cache.
- is_
ssl_ boolenabled Defines if the connection should be over SSL.
- is_
ssl_ boolverify_ disabled Defines whether or not to uphold SSL verification.
- read_
timeout_ intin_ ms Defines the timeout for reading data from the Response Cache.
- send_
timeout_ intin_ ms Defines the timeout for transmitting data to the Response Cache.
- servers
Get
Gateways Gateway Collection Response Cache Detail Server] The set of cache store members to connect to. At present only a single server is supported.
- type str
Type of the Response Cache.
- authentication
Secret StringId The OCID of the Oracle Vault Service secret resource.
- authentication
Secret StringVersion Number The version number of the authentication secret to use.
- connect
Timeout NumberIn Ms Defines the timeout for establishing a connection with the Response Cache.
- is
Ssl BooleanEnabled Defines if the connection should be over SSL.
- is
Ssl BooleanVerify Disabled Defines whether or not to uphold SSL verification.
- read
Timeout NumberIn Ms Defines the timeout for reading data from the Response Cache.
- send
Timeout NumberIn Ms Defines the timeout for transmitting data to the Response Cache.
- servers List<Property Map>
The set of cache store members to connect to. At present only a single server is supported.
- type String
Type of the Response Cache.
GetGatewaysGatewayCollectionResponseCacheDetailServer
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.