1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Database
  5. getVmClusterRecommendedNetwork
Oracle Cloud Infrastructure v1.29.0 published on Thursday, Mar 28, 2024 by Pulumi

oci.Database.getVmClusterRecommendedNetwork

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.29.0 published on Thursday, Mar 28, 2024 by Pulumi

    This data source provides details about a specific Vm Cluster Recommended Network resource in Oracle Cloud Infrastructure Database service.

    Generates a recommended Cloud@Customer VM cluster network configuration.

    Using getVmClusterRecommendedNetwork

    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 getVmClusterRecommendedNetwork(args: GetVmClusterRecommendedNetworkArgs, opts?: InvokeOptions): Promise<GetVmClusterRecommendedNetworkResult>
    function getVmClusterRecommendedNetworkOutput(args: GetVmClusterRecommendedNetworkOutputArgs, opts?: InvokeOptions): Output<GetVmClusterRecommendedNetworkResult>
    def get_vm_cluster_recommended_network(compartment_id: Optional[str] = None,
                                           db_servers: Optional[Sequence[str]] = None,
                                           defined_tags: Optional[Mapping[str, Any]] = None,
                                           display_name: Optional[str] = None,
                                           dns: Optional[Sequence[str]] = None,
                                           dr_scan_listener_port_tcp: Optional[int] = None,
                                           exadata_infrastructure_id: Optional[str] = None,
                                           freeform_tags: Optional[Mapping[str, Any]] = None,
                                           networks: Optional[Sequence[_database.GetVmClusterRecommendedNetworkNetwork]] = None,
                                           ntps: Optional[Sequence[str]] = None,
                                           scan_listener_port_tcp: Optional[int] = None,
                                           scan_listener_port_tcp_ssl: Optional[int] = None,
                                           opts: Optional[InvokeOptions] = None) -> GetVmClusterRecommendedNetworkResult
    def get_vm_cluster_recommended_network_output(compartment_id: Optional[pulumi.Input[str]] = None,
                                           db_servers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                           defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
                                           display_name: Optional[pulumi.Input[str]] = None,
                                           dns: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                           dr_scan_listener_port_tcp: Optional[pulumi.Input[int]] = None,
                                           exadata_infrastructure_id: Optional[pulumi.Input[str]] = None,
                                           freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
                                           networks: Optional[pulumi.Input[Sequence[pulumi.Input[_database.GetVmClusterRecommendedNetworkNetworkArgs]]]] = None,
                                           ntps: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                           scan_listener_port_tcp: Optional[pulumi.Input[int]] = None,
                                           scan_listener_port_tcp_ssl: Optional[pulumi.Input[int]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[GetVmClusterRecommendedNetworkResult]
    func GetVmClusterRecommendedNetwork(ctx *Context, args *GetVmClusterRecommendedNetworkArgs, opts ...InvokeOption) (*GetVmClusterRecommendedNetworkResult, error)
    func GetVmClusterRecommendedNetworkOutput(ctx *Context, args *GetVmClusterRecommendedNetworkOutputArgs, opts ...InvokeOption) GetVmClusterRecommendedNetworkResultOutput

    > Note: This function is named GetVmClusterRecommendedNetwork in the Go SDK.

    public static class GetVmClusterRecommendedNetwork 
    {
        public static Task<GetVmClusterRecommendedNetworkResult> InvokeAsync(GetVmClusterRecommendedNetworkArgs args, InvokeOptions? opts = null)
        public static Output<GetVmClusterRecommendedNetworkResult> Invoke(GetVmClusterRecommendedNetworkInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVmClusterRecommendedNetworkResult> getVmClusterRecommendedNetwork(GetVmClusterRecommendedNetworkArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:Database/getVmClusterRecommendedNetwork:getVmClusterRecommendedNetwork
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CompartmentId string
    The OCID of the compartment.
    DisplayName string
    The user-friendly name for the VM cluster network. The name does not need to be unique.
    ExadataInfrastructureId string
    The Exadata infrastructure OCID.
    Networks List<GetVmClusterRecommendedNetworkNetwork>
    List of parameters for generation of the client and backup networks.
    DbServers List<string>
    The list of Db server Ids to configure network.
    DefinedTags Dictionary<string, object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    Dns List<string>
    The list of DNS server IP addresses. Maximum of 3 allowed.
    DrScanListenerPortTcp int
    The DR SCAN TCPIP port. Default is 1521.
    FreeformTags 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"}
    Ntps List<string>
    The list of NTP server IP addresses. Maximum of 3 allowed.
    ScanListenerPortTcp int
    The SCAN TCPIP port. Default is 1521.
    ScanListenerPortTcpSsl int
    The SCAN TCPIP SSL port. Default is 2484.
    CompartmentId string
    The OCID of the compartment.
    DisplayName string
    The user-friendly name for the VM cluster network. The name does not need to be unique.
    ExadataInfrastructureId string
    The Exadata infrastructure OCID.
    Networks []GetVmClusterRecommendedNetworkNetwork
    List of parameters for generation of the client and backup networks.
    DbServers []string
    The list of Db server Ids to configure network.
    DefinedTags map[string]interface{}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    Dns []string
    The list of DNS server IP addresses. Maximum of 3 allowed.
    DrScanListenerPortTcp int
    The DR SCAN TCPIP port. Default is 1521.
    FreeformTags 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"}
    Ntps []string
    The list of NTP server IP addresses. Maximum of 3 allowed.
    ScanListenerPortTcp int
    The SCAN TCPIP port. Default is 1521.
    ScanListenerPortTcpSsl int
    The SCAN TCPIP SSL port. Default is 2484.
    compartmentId String
    The OCID of the compartment.
    displayName String
    The user-friendly name for the VM cluster network. The name does not need to be unique.
    exadataInfrastructureId String
    The Exadata infrastructure OCID.
    networks List<GetVmClusterRecommendedNetworkNetwork>
    List of parameters for generation of the client and backup networks.
    dbServers List<String>
    The list of Db server Ids to configure network.
    definedTags Map<String,Object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    dns List<String>
    The list of DNS server IP addresses. Maximum of 3 allowed.
    drScanListenerPortTcp Integer
    The DR SCAN TCPIP port. Default is 1521.
    freeformTags 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"}
    ntps List<String>
    The list of NTP server IP addresses. Maximum of 3 allowed.
    scanListenerPortTcp Integer
    The SCAN TCPIP port. Default is 1521.
    scanListenerPortTcpSsl Integer
    The SCAN TCPIP SSL port. Default is 2484.
    compartmentId string
    The OCID of the compartment.
    displayName string
    The user-friendly name for the VM cluster network. The name does not need to be unique.
    exadataInfrastructureId string
    The Exadata infrastructure OCID.
    networks GetVmClusterRecommendedNetworkNetwork[]
    List of parameters for generation of the client and backup networks.
    dbServers string[]
    The list of Db server Ids to configure network.
    definedTags {[key: string]: any}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    dns string[]
    The list of DNS server IP addresses. Maximum of 3 allowed.
    drScanListenerPortTcp number
    The DR SCAN TCPIP port. Default is 1521.
    freeformTags {[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"}
    ntps string[]
    The list of NTP server IP addresses. Maximum of 3 allowed.
    scanListenerPortTcp number
    The SCAN TCPIP port. Default is 1521.
    scanListenerPortTcpSsl number
    The SCAN TCPIP SSL port. Default is 2484.
    compartment_id str
    The OCID of the compartment.
    display_name str
    The user-friendly name for the VM cluster network. The name does not need to be unique.
    exadata_infrastructure_id str
    The Exadata infrastructure OCID.
    networks GetVmClusterRecommendedNetworkNetwork]
    List of parameters for generation of the client and backup networks.
    db_servers Sequence[str]
    The list of Db server Ids to configure network.
    defined_tags Mapping[str, Any]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    dns Sequence[str]
    The list of DNS server IP addresses. Maximum of 3 allowed.
    dr_scan_listener_port_tcp int
    The DR SCAN TCPIP port. Default is 1521.
    freeform_tags 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"}
    ntps Sequence[str]
    The list of NTP server IP addresses. Maximum of 3 allowed.
    scan_listener_port_tcp int
    The SCAN TCPIP port. Default is 1521.
    scan_listener_port_tcp_ssl int
    The SCAN TCPIP SSL port. Default is 2484.
    compartmentId String
    The OCID of the compartment.
    displayName String
    The user-friendly name for the VM cluster network. The name does not need to be unique.
    exadataInfrastructureId String
    The Exadata infrastructure OCID.
    networks List<Property Map>
    List of parameters for generation of the client and backup networks.
    dbServers List<String>
    The list of Db server Ids to configure network.
    definedTags Map<Any>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    dns List<String>
    The list of DNS server IP addresses. Maximum of 3 allowed.
    drScanListenerPortTcp Number
    The DR SCAN TCPIP port. Default is 1521.
    freeformTags 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"}
    ntps List<String>
    The list of NTP server IP addresses. Maximum of 3 allowed.
    scanListenerPortTcp Number
    The SCAN TCPIP port. Default is 1521.
    scanListenerPortTcpSsl Number
    The SCAN TCPIP SSL port. Default is 2484.

    getVmClusterRecommendedNetwork Result

    The following output properties are available:

    CompartmentId string
    The OCID of the compartment.
    DefinedTags Dictionary<string, object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    DisplayName string
    The user-friendly name for the Exadata Cloud@Customer VM cluster network. The name does not need to be unique.
    Dns List<string>
    The list of DNS server IP addresses. Maximum of 3 allowed.
    DrScans List<GetVmClusterRecommendedNetworkDrScan>
    The SCAN details for DR network
    ExadataInfrastructureId string
    FreeformTags 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"}
    Id string
    The provider-assigned unique ID for this managed resource.
    Networks List<GetVmClusterRecommendedNetworkNetwork>
    Ntps List<string>
    The list of NTP server IP addresses. Maximum of 3 allowed.
    Scans List<GetVmClusterRecommendedNetworkScan>
    The SCAN details.
    VmNetworks List<GetVmClusterRecommendedNetworkVmNetwork>
    Details of the client and backup networks.
    DbServers List<string>
    DrScanListenerPortTcp int
    ScanListenerPortTcp int
    The SCAN TCPIP port. Default is 1521.
    ScanListenerPortTcpSsl int
    The SCAN TCPIP SSL port. Default is 2484.
    CompartmentId string
    The OCID of the compartment.
    DefinedTags map[string]interface{}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    DisplayName string
    The user-friendly name for the Exadata Cloud@Customer VM cluster network. The name does not need to be unique.
    Dns []string
    The list of DNS server IP addresses. Maximum of 3 allowed.
    DrScans []GetVmClusterRecommendedNetworkDrScan
    The SCAN details for DR network
    ExadataInfrastructureId string
    FreeformTags 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"}
    Id string
    The provider-assigned unique ID for this managed resource.
    Networks []GetVmClusterRecommendedNetworkNetwork
    Ntps []string
    The list of NTP server IP addresses. Maximum of 3 allowed.
    Scans []GetVmClusterRecommendedNetworkScan
    The SCAN details.
    VmNetworks []GetVmClusterRecommendedNetworkVmNetwork
    Details of the client and backup networks.
    DbServers []string
    DrScanListenerPortTcp int
    ScanListenerPortTcp int
    The SCAN TCPIP port. Default is 1521.
    ScanListenerPortTcpSsl int
    The SCAN TCPIP SSL port. Default is 2484.
    compartmentId String
    The OCID of the compartment.
    definedTags Map<String,Object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    displayName String
    The user-friendly name for the Exadata Cloud@Customer VM cluster network. The name does not need to be unique.
    dns List<String>
    The list of DNS server IP addresses. Maximum of 3 allowed.
    drScans List<GetVmClusterRecommendedNetworkDrScan>
    The SCAN details for DR network
    exadataInfrastructureId String
    freeformTags 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"}
    id String
    The provider-assigned unique ID for this managed resource.
    networks List<GetVmClusterRecommendedNetworkNetwork>
    ntps List<String>
    The list of NTP server IP addresses. Maximum of 3 allowed.
    scans List<GetVmClusterRecommendedNetworkScan>
    The SCAN details.
    vmNetworks List<GetVmClusterRecommendedNetworkVmNetwork>
    Details of the client and backup networks.
    dbServers List<String>
    drScanListenerPortTcp Integer
    scanListenerPortTcp Integer
    The SCAN TCPIP port. Default is 1521.
    scanListenerPortTcpSsl Integer
    The SCAN TCPIP SSL port. Default is 2484.
    compartmentId string
    The OCID of the compartment.
    definedTags {[key: string]: any}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    displayName string
    The user-friendly name for the Exadata Cloud@Customer VM cluster network. The name does not need to be unique.
    dns string[]
    The list of DNS server IP addresses. Maximum of 3 allowed.
    drScans GetVmClusterRecommendedNetworkDrScan[]
    The SCAN details for DR network
    exadataInfrastructureId string
    freeformTags {[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"}
    id string
    The provider-assigned unique ID for this managed resource.
    networks GetVmClusterRecommendedNetworkNetwork[]
    ntps string[]
    The list of NTP server IP addresses. Maximum of 3 allowed.
    scans GetVmClusterRecommendedNetworkScan[]
    The SCAN details.
    vmNetworks GetVmClusterRecommendedNetworkVmNetwork[]
    Details of the client and backup networks.
    dbServers string[]
    drScanListenerPortTcp number
    scanListenerPortTcp number
    The SCAN TCPIP port. Default is 1521.
    scanListenerPortTcpSsl number
    The SCAN TCPIP SSL port. Default is 2484.
    compartment_id str
    The OCID of the compartment.
    defined_tags Mapping[str, Any]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    display_name str
    The user-friendly name for the Exadata Cloud@Customer VM cluster network. The name does not need to be unique.
    dns Sequence[str]
    The list of DNS server IP addresses. Maximum of 3 allowed.
    dr_scans GetVmClusterRecommendedNetworkDrScan]
    The SCAN details for DR network
    exadata_infrastructure_id str
    freeform_tags 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"}
    id str
    The provider-assigned unique ID for this managed resource.
    networks GetVmClusterRecommendedNetworkNetwork]
    ntps Sequence[str]
    The list of NTP server IP addresses. Maximum of 3 allowed.
    scans GetVmClusterRecommendedNetworkScan]
    The SCAN details.
    vm_networks GetVmClusterRecommendedNetworkVmNetwork]
    Details of the client and backup networks.
    db_servers Sequence[str]
    dr_scan_listener_port_tcp int
    scan_listener_port_tcp int
    The SCAN TCPIP port. Default is 1521.
    scan_listener_port_tcp_ssl int
    The SCAN TCPIP SSL port. Default is 2484.
    compartmentId String
    The OCID of the compartment.
    definedTags Map<Any>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    displayName String
    The user-friendly name for the Exadata Cloud@Customer VM cluster network. The name does not need to be unique.
    dns List<String>
    The list of DNS server IP addresses. Maximum of 3 allowed.
    drScans List<Property Map>
    The SCAN details for DR network
    exadataInfrastructureId String
    freeformTags 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"}
    id String
    The provider-assigned unique ID for this managed resource.
    networks List<Property Map>
    ntps List<String>
    The list of NTP server IP addresses. Maximum of 3 allowed.
    scans List<Property Map>
    The SCAN details.
    vmNetworks List<Property Map>
    Details of the client and backup networks.
    dbServers List<String>
    drScanListenerPortTcp Number
    scanListenerPortTcp Number
    The SCAN TCPIP port. Default is 1521.
    scanListenerPortTcpSsl Number
    The SCAN TCPIP SSL port. Default is 2484.

    Supporting Types

    GetVmClusterRecommendedNetworkDrScan

    Hostname string
    The node host name.
    Ips List<string>
    The list of SCAN IP addresses. Three addresses should be provided.
    ScanListenerPortTcp int
    The SCAN TCPIP port. Default is 1521.
    Hostname string
    The node host name.
    Ips []string
    The list of SCAN IP addresses. Three addresses should be provided.
    ScanListenerPortTcp int
    The SCAN TCPIP port. Default is 1521.
    hostname String
    The node host name.
    ips List<String>
    The list of SCAN IP addresses. Three addresses should be provided.
    scanListenerPortTcp Integer
    The SCAN TCPIP port. Default is 1521.
    hostname string
    The node host name.
    ips string[]
    The list of SCAN IP addresses. Three addresses should be provided.
    scanListenerPortTcp number
    The SCAN TCPIP port. Default is 1521.
    hostname str
    The node host name.
    ips Sequence[str]
    The list of SCAN IP addresses. Three addresses should be provided.
    scan_listener_port_tcp int
    The SCAN TCPIP port. Default is 1521.
    hostname String
    The node host name.
    ips List<String>
    The list of SCAN IP addresses. Three addresses should be provided.
    scanListenerPortTcp Number
    The SCAN TCPIP port. Default is 1521.

    GetVmClusterRecommendedNetworkNetwork

    Cidr string
    The cidr for the network.
    Domain string
    The network domain name.
    Gateway string
    The network gateway.
    Netmask string
    The network netmask.
    NetworkType string
    The network type.
    Prefix string
    The network domain name.
    VlanId string
    The network VLAN ID.
    Cidr string
    The cidr for the network.
    Domain string
    The network domain name.
    Gateway string
    The network gateway.
    Netmask string
    The network netmask.
    NetworkType string
    The network type.
    Prefix string
    The network domain name.
    VlanId string
    The network VLAN ID.
    cidr String
    The cidr for the network.
    domain String
    The network domain name.
    gateway String
    The network gateway.
    netmask String
    The network netmask.
    networkType String
    The network type.
    prefix String
    The network domain name.
    vlanId String
    The network VLAN ID.
    cidr string
    The cidr for the network.
    domain string
    The network domain name.
    gateway string
    The network gateway.
    netmask string
    The network netmask.
    networkType string
    The network type.
    prefix string
    The network domain name.
    vlanId string
    The network VLAN ID.
    cidr str
    The cidr for the network.
    domain str
    The network domain name.
    gateway str
    The network gateway.
    netmask str
    The network netmask.
    network_type str
    The network type.
    prefix str
    The network domain name.
    vlan_id str
    The network VLAN ID.
    cidr String
    The cidr for the network.
    domain String
    The network domain name.
    gateway String
    The network gateway.
    netmask String
    The network netmask.
    networkType String
    The network type.
    prefix String
    The network domain name.
    vlanId String
    The network VLAN ID.

    GetVmClusterRecommendedNetworkScan

    Hostname string
    The node host name.
    Ips List<string>
    The list of SCAN IP addresses. Three addresses should be provided.
    Port int
    Deprecated. This field is deprecated. You may use 'scanListenerPortTcp' to specify the port. The SCAN TCPIP port. Default is 1521.
    ScanListenerPortTcp int
    The SCAN TCPIP port. Default is 1521.
    ScanListenerPortTcpSsl int
    The SCAN TCPIP SSL port. Default is 2484.
    Hostname string
    The node host name.
    Ips []string
    The list of SCAN IP addresses. Three addresses should be provided.
    Port int
    Deprecated. This field is deprecated. You may use 'scanListenerPortTcp' to specify the port. The SCAN TCPIP port. Default is 1521.
    ScanListenerPortTcp int
    The SCAN TCPIP port. Default is 1521.
    ScanListenerPortTcpSsl int
    The SCAN TCPIP SSL port. Default is 2484.
    hostname String
    The node host name.
    ips List<String>
    The list of SCAN IP addresses. Three addresses should be provided.
    port Integer
    Deprecated. This field is deprecated. You may use 'scanListenerPortTcp' to specify the port. The SCAN TCPIP port. Default is 1521.
    scanListenerPortTcp Integer
    The SCAN TCPIP port. Default is 1521.
    scanListenerPortTcpSsl Integer
    The SCAN TCPIP SSL port. Default is 2484.
    hostname string
    The node host name.
    ips string[]
    The list of SCAN IP addresses. Three addresses should be provided.
    port number
    Deprecated. This field is deprecated. You may use 'scanListenerPortTcp' to specify the port. The SCAN TCPIP port. Default is 1521.
    scanListenerPortTcp number
    The SCAN TCPIP port. Default is 1521.
    scanListenerPortTcpSsl number
    The SCAN TCPIP SSL port. Default is 2484.
    hostname str
    The node host name.
    ips Sequence[str]
    The list of SCAN IP addresses. Three addresses should be provided.
    port int
    Deprecated. This field is deprecated. You may use 'scanListenerPortTcp' to specify the port. The SCAN TCPIP port. Default is 1521.
    scan_listener_port_tcp int
    The SCAN TCPIP port. Default is 1521.
    scan_listener_port_tcp_ssl int
    The SCAN TCPIP SSL port. Default is 2484.
    hostname String
    The node host name.
    ips List<String>
    The list of SCAN IP addresses. Three addresses should be provided.
    port Number
    Deprecated. This field is deprecated. You may use 'scanListenerPortTcp' to specify the port. The SCAN TCPIP port. Default is 1521.
    scanListenerPortTcp Number
    The SCAN TCPIP port. Default is 1521.
    scanListenerPortTcpSsl Number
    The SCAN TCPIP SSL port. Default is 2484.

    GetVmClusterRecommendedNetworkVmNetwork

    DomainName string
    The network domain name.
    Gateway string
    The network gateway.
    Netmask string
    The network netmask.
    NetworkType string
    The network type.
    Nodes List<GetVmClusterRecommendedNetworkVmNetworkNode>
    The list of node details.
    VlanId string
    The network VLAN ID.
    DomainName string
    The network domain name.
    Gateway string
    The network gateway.
    Netmask string
    The network netmask.
    NetworkType string
    The network type.
    Nodes []GetVmClusterRecommendedNetworkVmNetworkNode
    The list of node details.
    VlanId string
    The network VLAN ID.
    domainName String
    The network domain name.
    gateway String
    The network gateway.
    netmask String
    The network netmask.
    networkType String
    The network type.
    nodes List<GetVmClusterRecommendedNetworkVmNetworkNode>
    The list of node details.
    vlanId String
    The network VLAN ID.
    domainName string
    The network domain name.
    gateway string
    The network gateway.
    netmask string
    The network netmask.
    networkType string
    The network type.
    nodes GetVmClusterRecommendedNetworkVmNetworkNode[]
    The list of node details.
    vlanId string
    The network VLAN ID.
    domain_name str
    The network domain name.
    gateway str
    The network gateway.
    netmask str
    The network netmask.
    network_type str
    The network type.
    nodes GetVmClusterRecommendedNetworkVmNetworkNode]
    The list of node details.
    vlan_id str
    The network VLAN ID.
    domainName String
    The network domain name.
    gateway String
    The network gateway.
    netmask String
    The network netmask.
    networkType String
    The network type.
    nodes List<Property Map>
    The list of node details.
    vlanId String
    The network VLAN ID.

    GetVmClusterRecommendedNetworkVmNetworkNode

    DbServerId string
    The Db server associated with the node.
    Hostname string
    The node host name.
    Ip string
    The node IP address.
    State string
    The current state of the VM cluster network nodes. CREATING - The resource is being created REQUIRES_VALIDATION - The resource is created and may not be usable until it is validated. VALIDATING - The resource is being validated and not available to use. VALIDATED - The resource is validated and is available for consumption by VM cluster. VALIDATION_FAILED - The resource validation has failed and might require user input to be corrected. UPDATING - The resource is being updated and not available to use. ALLOCATED - The resource is currently being used by VM cluster. TERMINATING - The resource is being deleted and not available to use. TERMINATED - The resource is deleted and unavailable. FAILED - The resource is in a failed state due to validation or other errors.
    Vip string
    The node virtual IP (VIP) address.
    VipHostname string
    The node virtual IP (VIP) host name.
    DbServerId string
    The Db server associated with the node.
    Hostname string
    The node host name.
    Ip string
    The node IP address.
    State string
    The current state of the VM cluster network nodes. CREATING - The resource is being created REQUIRES_VALIDATION - The resource is created and may not be usable until it is validated. VALIDATING - The resource is being validated and not available to use. VALIDATED - The resource is validated and is available for consumption by VM cluster. VALIDATION_FAILED - The resource validation has failed and might require user input to be corrected. UPDATING - The resource is being updated and not available to use. ALLOCATED - The resource is currently being used by VM cluster. TERMINATING - The resource is being deleted and not available to use. TERMINATED - The resource is deleted and unavailable. FAILED - The resource is in a failed state due to validation or other errors.
    Vip string
    The node virtual IP (VIP) address.
    VipHostname string
    The node virtual IP (VIP) host name.
    dbServerId String
    The Db server associated with the node.
    hostname String
    The node host name.
    ip String
    The node IP address.
    state String
    The current state of the VM cluster network nodes. CREATING - The resource is being created REQUIRES_VALIDATION - The resource is created and may not be usable until it is validated. VALIDATING - The resource is being validated and not available to use. VALIDATED - The resource is validated and is available for consumption by VM cluster. VALIDATION_FAILED - The resource validation has failed and might require user input to be corrected. UPDATING - The resource is being updated and not available to use. ALLOCATED - The resource is currently being used by VM cluster. TERMINATING - The resource is being deleted and not available to use. TERMINATED - The resource is deleted and unavailable. FAILED - The resource is in a failed state due to validation or other errors.
    vip String
    The node virtual IP (VIP) address.
    vipHostname String
    The node virtual IP (VIP) host name.
    dbServerId string
    The Db server associated with the node.
    hostname string
    The node host name.
    ip string
    The node IP address.
    state string
    The current state of the VM cluster network nodes. CREATING - The resource is being created REQUIRES_VALIDATION - The resource is created and may not be usable until it is validated. VALIDATING - The resource is being validated and not available to use. VALIDATED - The resource is validated and is available for consumption by VM cluster. VALIDATION_FAILED - The resource validation has failed and might require user input to be corrected. UPDATING - The resource is being updated and not available to use. ALLOCATED - The resource is currently being used by VM cluster. TERMINATING - The resource is being deleted and not available to use. TERMINATED - The resource is deleted and unavailable. FAILED - The resource is in a failed state due to validation or other errors.
    vip string
    The node virtual IP (VIP) address.
    vipHostname string
    The node virtual IP (VIP) host name.
    db_server_id str
    The Db server associated with the node.
    hostname str
    The node host name.
    ip str
    The node IP address.
    state str
    The current state of the VM cluster network nodes. CREATING - The resource is being created REQUIRES_VALIDATION - The resource is created and may not be usable until it is validated. VALIDATING - The resource is being validated and not available to use. VALIDATED - The resource is validated and is available for consumption by VM cluster. VALIDATION_FAILED - The resource validation has failed and might require user input to be corrected. UPDATING - The resource is being updated and not available to use. ALLOCATED - The resource is currently being used by VM cluster. TERMINATING - The resource is being deleted and not available to use. TERMINATED - The resource is deleted and unavailable. FAILED - The resource is in a failed state due to validation or other errors.
    vip str
    The node virtual IP (VIP) address.
    vip_hostname str
    The node virtual IP (VIP) host name.
    dbServerId String
    The Db server associated with the node.
    hostname String
    The node host name.
    ip String
    The node IP address.
    state String
    The current state of the VM cluster network nodes. CREATING - The resource is being created REQUIRES_VALIDATION - The resource is created and may not be usable until it is validated. VALIDATING - The resource is being validated and not available to use. VALIDATED - The resource is validated and is available for consumption by VM cluster. VALIDATION_FAILED - The resource validation has failed and might require user input to be corrected. UPDATING - The resource is being updated and not available to use. ALLOCATED - The resource is currently being used by VM cluster. TERMINATING - The resource is being deleted and not available to use. TERMINATED - The resource is deleted and unavailable. FAILED - The resource is in a failed state due to validation or other errors.
    vip String
    The node virtual IP (VIP) address.
    vipHostname String
    The node virtual IP (VIP) host name.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v1.29.0 published on Thursday, Mar 28, 2024 by Pulumi