Viewing docs for Oracle Cloud Infrastructure v4.2.0
published on Friday, Mar 6, 2026 by Pulumi
published on Friday, Mar 6, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.2.0
published on Friday, Mar 6, 2026 by Pulumi
published on Friday, Mar 6, 2026 by Pulumi
This data source provides details about a specific Email Ip Pool resource in Oracle Cloud Infrastructure Email service.
Retrieves the specified IpPool by identifier
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testEmailIpPool = oci.Email.getEmailIpPool({
emailIpPoolId: testEmailIpPoolOciEmailEmailIpPool.id,
});
import pulumi
import pulumi_oci as oci
test_email_ip_pool = oci.Email.get_email_ip_pool(email_ip_pool_id=test_email_ip_pool_oci_email_email_ip_pool["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/email"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := email.GetEmailIpPool(ctx, &email.GetEmailIpPoolArgs{
EmailIpPoolId: testEmailIpPoolOciEmailEmailIpPool.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 testEmailIpPool = Oci.Email.GetEmailIpPool.Invoke(new()
{
EmailIpPoolId = testEmailIpPoolOciEmailEmailIpPool.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Email.EmailFunctions;
import com.pulumi.oci.Email.inputs.GetEmailIpPoolArgs;
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 testEmailIpPool = EmailFunctions.getEmailIpPool(GetEmailIpPoolArgs.builder()
.emailIpPoolId(testEmailIpPoolOciEmailEmailIpPool.id())
.build());
}
}
variables:
testEmailIpPool:
fn::invoke:
function: oci:Email:getEmailIpPool
arguments:
emailIpPoolId: ${testEmailIpPoolOciEmailEmailIpPool.id}
Using getEmailIpPool
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 getEmailIpPool(args: GetEmailIpPoolArgs, opts?: InvokeOptions): Promise<GetEmailIpPoolResult>
function getEmailIpPoolOutput(args: GetEmailIpPoolOutputArgs, opts?: InvokeOptions): Output<GetEmailIpPoolResult>def get_email_ip_pool(email_ip_pool_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetEmailIpPoolResult
def get_email_ip_pool_output(email_ip_pool_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetEmailIpPoolResult]func LookupEmailIpPool(ctx *Context, args *LookupEmailIpPoolArgs, opts ...InvokeOption) (*LookupEmailIpPoolResult, error)
func LookupEmailIpPoolOutput(ctx *Context, args *LookupEmailIpPoolOutputArgs, opts ...InvokeOption) LookupEmailIpPoolResultOutput> Note: This function is named LookupEmailIpPool in the Go SDK.
public static class GetEmailIpPool
{
public static Task<GetEmailIpPoolResult> InvokeAsync(GetEmailIpPoolArgs args, InvokeOptions? opts = null)
public static Output<GetEmailIpPoolResult> Invoke(GetEmailIpPoolInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetEmailIpPoolResult> getEmailIpPool(GetEmailIpPoolArgs args, InvokeOptions options)
public static Output<GetEmailIpPoolResult> getEmailIpPool(GetEmailIpPoolArgs args, InvokeOptions options)
fn::invoke:
function: oci:Email/getEmailIpPool:getEmailIpPool
arguments:
# arguments dictionaryThe following arguments are supported:
- Email
Ip stringPool Id - The OCID of the IpPool.
- Email
Ip stringPool Id - The OCID of the IpPool.
- email
Ip StringPool Id - The OCID of the IpPool.
- email
Ip stringPool Id - The OCID of the IpPool.
- email_
ip_ strpool_ id - The OCID of the IpPool.
- email
Ip StringPool Id - The OCID of the IpPool.
getEmailIpPool Result
The following output properties are available:
- Compartment
Id string - The lock compartment ID.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - Description string
- The description of the IpPool. Avoid entering confidential information.
- Email
Ip stringPool Id - Dictionary<string, string>
- 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"} - Id string
- The unique OCID of the IpPool resource that is immutable on creation.
- 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 'DRAINING' state.
- Locks
List<Get
Email Ip Pool Lock> - Locks associated with this resource.
- Name string
- The name of the IpPool. The name must be unique within a region. The name is case sensitive and supported characters include alphanumeric, hyphens ("-") and underscore ("_") characters. Example: green_pool-1
- Outbound
Ips List<string> - Summary of outbound IPs assigned to the IpPool.
- Outbound
Ips List<GetResponses Email Ip Pool Outbound Ips Response> - State string
- The current state of the IpPool.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The time the IpPool was created. Times are expressed in RFC 3339 timestamp format, "YYYY-MM-ddThh:mmZ". Example:
2021-02-12T22:47:12.613Z - Time
Updated string - The time of the last change to the IpPool, due to a state change or an update operation. Times are expressed in RFC 3339 timestamp format, "YYYY-MM-ddThh:mmZ".
- Compartment
Id string - The lock compartment ID.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - Description string
- The description of the IpPool. Avoid entering confidential information.
- Email
Ip stringPool Id - map[string]string
- 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"} - Id string
- The unique OCID of the IpPool resource that is immutable on creation.
- 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 'DRAINING' state.
- Locks
[]Get
Email Ip Pool Lock - Locks associated with this resource.
- Name string
- The name of the IpPool. The name must be unique within a region. The name is case sensitive and supported characters include alphanumeric, hyphens ("-") and underscore ("_") characters. Example: green_pool-1
- Outbound
Ips []string - Summary of outbound IPs assigned to the IpPool.
- Outbound
Ips []GetResponses Email Ip Pool Outbound Ips Response - State string
- The current state of the IpPool.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The time the IpPool was created. Times are expressed in RFC 3339 timestamp format, "YYYY-MM-ddThh:mmZ". Example:
2021-02-12T22:47:12.613Z - Time
Updated string - The time of the last change to the IpPool, due to a state change or an update operation. Times are expressed in RFC 3339 timestamp format, "YYYY-MM-ddThh:mmZ".
- compartment
Id String - The lock compartment ID.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - description String
- The description of the IpPool. Avoid entering confidential information.
- email
Ip StringPool Id - Map<String,String>
- 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"} - id String
- The unique OCID of the IpPool resource that is immutable on creation.
- 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 'DRAINING' state.
- locks
List<Get
Ip Pool Lock> - Locks associated with this resource.
- name String
- The name of the IpPool. The name must be unique within a region. The name is case sensitive and supported characters include alphanumeric, hyphens ("-") and underscore ("_") characters. Example: green_pool-1
- outbound
Ips List<String> - Summary of outbound IPs assigned to the IpPool.
- outbound
Ips List<GetResponses Ip Pool Outbound Ips Response> - state String
- The current state of the IpPool.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The time the IpPool was created. Times are expressed in RFC 3339 timestamp format, "YYYY-MM-ddThh:mmZ". Example:
2021-02-12T22:47:12.613Z - time
Updated String - The time of the last change to the IpPool, due to a state change or an update operation. Times are expressed in RFC 3339 timestamp format, "YYYY-MM-ddThh:mmZ".
- compartment
Id string - The lock compartment ID.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - description string
- The description of the IpPool. Avoid entering confidential information.
- email
Ip stringPool Id - {[key: string]: string}
- 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"} - id string
- The unique OCID of the IpPool resource that is immutable on creation.
- 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 'DRAINING' state.
- locks
Get
Email Ip Pool Lock[] - Locks associated with this resource.
- name string
- The name of the IpPool. The name must be unique within a region. The name is case sensitive and supported characters include alphanumeric, hyphens ("-") and underscore ("_") characters. Example: green_pool-1
- outbound
Ips string[] - Summary of outbound IPs assigned to the IpPool.
- outbound
Ips GetResponses Email Ip Pool Outbound Ips Response[] - state string
- The current state of the IpPool.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created string - The time the IpPool was created. Times are expressed in RFC 3339 timestamp format, "YYYY-MM-ddThh:mmZ". Example:
2021-02-12T22:47:12.613Z - time
Updated string - The time of the last change to the IpPool, due to a state change or an update operation. Times are expressed in RFC 3339 timestamp format, "YYYY-MM-ddThh:mmZ".
- compartment_
id str - The lock compartment ID.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - description str
- The description of the IpPool. Avoid entering confidential information.
- email_
ip_ strpool_ id - Mapping[str, str]
- 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"} - id str
- The unique OCID of the IpPool resource that is immutable on creation.
- 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 'DRAINING' state.
- locks
Sequence[Get
Email Ip Pool Lock] - Locks associated with this resource.
- name str
- The name of the IpPool. The name must be unique within a region. The name is case sensitive and supported characters include alphanumeric, hyphens ("-") and underscore ("_") characters. Example: green_pool-1
- outbound_
ips Sequence[str] - Summary of outbound IPs assigned to the IpPool.
- outbound_
ips_ Sequence[Getresponses Email Ip Pool Outbound Ips Response] - state str
- The current state of the IpPool.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time_
created str - The time the IpPool was created. Times are expressed in RFC 3339 timestamp format, "YYYY-MM-ddThh:mmZ". Example:
2021-02-12T22:47:12.613Z - time_
updated str - The time of the last change to the IpPool, due to a state change or an update operation. Times are expressed in RFC 3339 timestamp format, "YYYY-MM-ddThh:mmZ".
- compartment
Id String - The lock compartment ID.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - description String
- The description of the IpPool. Avoid entering confidential information.
- email
Ip StringPool Id - Map<String>
- 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"} - id String
- The unique OCID of the IpPool resource that is immutable on creation.
- 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 'DRAINING' state.
- locks List<Property Map>
- Locks associated with this resource.
- name String
- The name of the IpPool. The name must be unique within a region. The name is case sensitive and supported characters include alphanumeric, hyphens ("-") and underscore ("_") characters. Example: green_pool-1
- outbound
Ips List<String> - Summary of outbound IPs assigned to the IpPool.
- outbound
Ips List<Property Map>Responses - state String
- The current state of the IpPool.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The time the IpPool was created. Times are expressed in RFC 3339 timestamp format, "YYYY-MM-ddThh:mmZ". Example:
2021-02-12T22:47:12.613Z - time
Updated String - The time of the last change to the IpPool, due to a state change or an update operation. Times are expressed in RFC 3339 timestamp format, "YYYY-MM-ddThh:mmZ".
Supporting Types
GetEmailIpPoolLock
- Compartment
Id string - The lock compartment ID.
- Message string
- A message added by the lock creator. The message typically gives an indication of why the resource is locked.
- string
- The resource ID that is locking this resource. Indicates that deleting this resource removes the lock.
- Time
Created string - The time the IpPool was created. Times are expressed in RFC 3339 timestamp format, "YYYY-MM-ddThh:mmZ". Example:
2021-02-12T22:47:12.613Z - Type string
- Lock type.
- Compartment
Id string - The lock compartment ID.
- Message string
- A message added by the lock creator. The message typically gives an indication of why the resource is locked.
- string
- The resource ID that is locking this resource. Indicates that deleting this resource removes the lock.
- Time
Created string - The time the IpPool was created. Times are expressed in RFC 3339 timestamp format, "YYYY-MM-ddThh:mmZ". Example:
2021-02-12T22:47:12.613Z - Type string
- Lock type.
- compartment
Id String - The lock compartment ID.
- message String
- A message added by the lock creator. The message typically gives an indication of why the resource is locked.
- String
- The resource ID that is locking this resource. Indicates that deleting this resource removes the lock.
- time
Created String - The time the IpPool was created. Times are expressed in RFC 3339 timestamp format, "YYYY-MM-ddThh:mmZ". Example:
2021-02-12T22:47:12.613Z - type String
- Lock type.
- compartment
Id string - The lock compartment ID.
- message string
- A message added by the lock creator. The message typically gives an indication of why the resource is locked.
- string
- The resource ID that is locking this resource. Indicates that deleting this resource removes the lock.
- time
Created string - The time the IpPool was created. Times are expressed in RFC 3339 timestamp format, "YYYY-MM-ddThh:mmZ". Example:
2021-02-12T22:47:12.613Z - type string
- Lock type.
- compartment_
id str - The lock compartment ID.
- message str
- A message added by the lock creator. The message typically gives an indication of why the resource is locked.
- str
- The resource ID that is locking this resource. Indicates that deleting this resource removes the lock.
- time_
created str - The time the IpPool was created. Times are expressed in RFC 3339 timestamp format, "YYYY-MM-ddThh:mmZ". Example:
2021-02-12T22:47:12.613Z - type str
- Lock type.
- compartment
Id String - The lock compartment ID.
- message String
- A message added by the lock creator. The message typically gives an indication of why the resource is locked.
- String
- The resource ID that is locking this resource. Indicates that deleting this resource removes the lock.
- time
Created String - The time the IpPool was created. Times are expressed in RFC 3339 timestamp format, "YYYY-MM-ddThh:mmZ". Example:
2021-02-12T22:47:12.613Z - type String
- Lock type.
GetEmailIpPoolOutboundIpsResponse
- Assignment
State string - The assignment state of the public IP address.
- 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 'DRAINING' state.
- Outbound
Ip string - The public IP address assigned to the tenancy.
- State string
- The current state of the IpPool.
- Assignment
State string - The assignment state of the public IP address.
- 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 'DRAINING' state.
- Outbound
Ip string - The public IP address assigned to the tenancy.
- State string
- The current state of the IpPool.
- assignment
State String - The assignment state of the public IP address.
- 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 'DRAINING' state.
- outbound
Ip String - The public IP address assigned to the tenancy.
- state String
- The current state of the IpPool.
- assignment
State string - The assignment state of the public IP address.
- 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 'DRAINING' state.
- outbound
Ip string - The public IP address assigned to the tenancy.
- state string
- The current state of the IpPool.
- assignment_
state str - The assignment state of the public IP address.
- 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 'DRAINING' state.
- outbound_
ip str - The public IP address assigned to the tenancy.
- state str
- The current state of the IpPool.
- assignment
State String - The assignment state of the public IP address.
- 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 'DRAINING' state.
- outbound
Ip String - The public IP address assigned to the tenancy.
- state String
- The current state of the IpPool.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Viewing docs for Oracle Cloud Infrastructure v4.2.0
published on Friday, Mar 6, 2026 by Pulumi
published on Friday, Mar 6, 2026 by Pulumi
