1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Database
  5. getVmClusterNetwork
Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi

oci.Database.getVmClusterNetwork

Explore with Pulumi AI

Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi

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

Gets information about the specified VM cluster network. Applies to Exadata Cloud@Customer instances only. To get information about a cloud VM cluster in an Exadata Cloud Service instance, use the GetCloudVmCluster operation.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";

const testVmClusterNetwork = oci.Database.getVmClusterNetwork({
    exadataInfrastructureId: testExadataInfrastructure.id,
    vmClusterNetworkId: testVmClusterNetworkOciDatabaseVmClusterNetwork.id,
});
Copy
import pulumi
import pulumi_oci as oci

test_vm_cluster_network = oci.Database.get_vm_cluster_network(exadata_infrastructure_id=test_exadata_infrastructure["id"],
    vm_cluster_network_id=test_vm_cluster_network_oci_database_vm_cluster_network["id"])
Copy
package main

import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/database"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := database.GetVmClusterNetwork(ctx, &database.GetVmClusterNetworkArgs{
			ExadataInfrastructureId: testExadataInfrastructure.Id,
			VmClusterNetworkId:      testVmClusterNetworkOciDatabaseVmClusterNetwork.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;

return await Deployment.RunAsync(() => 
{
    var testVmClusterNetwork = Oci.Database.GetVmClusterNetwork.Invoke(new()
    {
        ExadataInfrastructureId = testExadataInfrastructure.Id,
        VmClusterNetworkId = testVmClusterNetworkOciDatabaseVmClusterNetwork.Id,
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Database.DatabaseFunctions;
import com.pulumi.oci.Database.inputs.GetVmClusterNetworkArgs;
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 testVmClusterNetwork = DatabaseFunctions.getVmClusterNetwork(GetVmClusterNetworkArgs.builder()
            .exadataInfrastructureId(testExadataInfrastructure.id())
            .vmClusterNetworkId(testVmClusterNetworkOciDatabaseVmClusterNetwork.id())
            .build());

    }
}
Copy
variables:
  testVmClusterNetwork:
    fn::invoke:
      function: oci:Database:getVmClusterNetwork
      arguments:
        exadataInfrastructureId: ${testExadataInfrastructure.id}
        vmClusterNetworkId: ${testVmClusterNetworkOciDatabaseVmClusterNetwork.id}
Copy

Using getVmClusterNetwork

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 getVmClusterNetwork(args: GetVmClusterNetworkArgs, opts?: InvokeOptions): Promise<GetVmClusterNetworkResult>
function getVmClusterNetworkOutput(args: GetVmClusterNetworkOutputArgs, opts?: InvokeOptions): Output<GetVmClusterNetworkResult>
Copy
def get_vm_cluster_network(exadata_infrastructure_id: Optional[str] = None,
                           vm_cluster_network_id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetVmClusterNetworkResult
def get_vm_cluster_network_output(exadata_infrastructure_id: Optional[pulumi.Input[str]] = None,
                           vm_cluster_network_id: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetVmClusterNetworkResult]
Copy
func GetVmClusterNetwork(ctx *Context, args *GetVmClusterNetworkArgs, opts ...InvokeOption) (*GetVmClusterNetworkResult, error)
func GetVmClusterNetworkOutput(ctx *Context, args *GetVmClusterNetworkOutputArgs, opts ...InvokeOption) GetVmClusterNetworkResultOutput
Copy

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

public static class GetVmClusterNetwork 
{
    public static Task<GetVmClusterNetworkResult> InvokeAsync(GetVmClusterNetworkArgs args, InvokeOptions? opts = null)
    public static Output<GetVmClusterNetworkResult> Invoke(GetVmClusterNetworkInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetVmClusterNetworkResult> getVmClusterNetwork(GetVmClusterNetworkArgs args, InvokeOptions options)
public static Output<GetVmClusterNetworkResult> getVmClusterNetwork(GetVmClusterNetworkArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:Database/getVmClusterNetwork:getVmClusterNetwork
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ExadataInfrastructureId This property is required. string
The Exadata infrastructure OCID.
VmClusterNetworkId This property is required. string
The VM cluster network OCID.
ExadataInfrastructureId This property is required. string
The Exadata infrastructure OCID.
VmClusterNetworkId This property is required. string
The VM cluster network OCID.
exadataInfrastructureId This property is required. String
The Exadata infrastructure OCID.
vmClusterNetworkId This property is required. String
The VM cluster network OCID.
exadataInfrastructureId This property is required. string
The Exadata infrastructure OCID.
vmClusterNetworkId This property is required. string
The VM cluster network OCID.
exadata_infrastructure_id This property is required. str
The Exadata infrastructure OCID.
vm_cluster_network_id This property is required. str
The VM cluster network OCID.
exadataInfrastructureId This property is required. String
The Exadata infrastructure OCID.
vmClusterNetworkId This property is required. String
The VM cluster network OCID.

getVmClusterNetwork Result

The following output properties are available:

Action string
CompartmentId string
The OCID of the compartment.
DefinedTags Dictionary<string, string>
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 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<GetVmClusterNetworkDrScan>
The SCAN details for DR network
ExadataInfrastructureId string
The OCID of the Exadata infrastructure.
FreeformTags 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 OCID of the VM cluster network.
LifecycleDetails string
Additional information about the current lifecycle state.
Ntps List<string>
The list of NTP server IP addresses. Maximum of 3 allowed.
Scans List<GetVmClusterNetworkScan>
The SCAN details.
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.
TimeCreated string
The date and time when the VM cluster network was created.
ValidateVmClusterNetwork bool
VmClusterId string
The OCID of the associated VM Cluster.
VmClusterNetworkId string
VmNetworks List<GetVmClusterNetworkVmNetwork>
Details of the client and backup networks.
Action string
CompartmentId string
The OCID of the compartment.
DefinedTags map[string]string
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 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 []GetVmClusterNetworkDrScan
The SCAN details for DR network
ExadataInfrastructureId string
The OCID of the Exadata infrastructure.
FreeformTags 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 OCID of the VM cluster network.
LifecycleDetails string
Additional information about the current lifecycle state.
Ntps []string
The list of NTP server IP addresses. Maximum of 3 allowed.
Scans []GetVmClusterNetworkScan
The SCAN details.
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.
TimeCreated string
The date and time when the VM cluster network was created.
ValidateVmClusterNetwork bool
VmClusterId string
The OCID of the associated VM Cluster.
VmClusterNetworkId string
VmNetworks []GetVmClusterNetworkVmNetwork
Details of the client and backup networks.
action String
compartmentId String
The OCID of the compartment.
definedTags Map<String,String>
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 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<GetVmClusterNetworkDrScan>
The SCAN details for DR network
exadataInfrastructureId String
The OCID of the Exadata infrastructure.
freeformTags 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 OCID of the VM cluster network.
lifecycleDetails String
Additional information about the current lifecycle state.
ntps List<String>
The list of NTP server IP addresses. Maximum of 3 allowed.
scans List<GetVmClusterNetworkScan>
The SCAN details.
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.
timeCreated String
The date and time when the VM cluster network was created.
validateVmClusterNetwork Boolean
vmClusterId String
The OCID of the associated VM Cluster.
vmClusterNetworkId String
vmNetworks List<GetVmClusterNetworkVmNetwork>
Details of the client and backup networks.
action string
compartmentId string
The OCID of the compartment.
definedTags {[key: string]: string}
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 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 GetVmClusterNetworkDrScan[]
The SCAN details for DR network
exadataInfrastructureId string
The OCID of the Exadata infrastructure.
freeformTags {[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 OCID of the VM cluster network.
lifecycleDetails string
Additional information about the current lifecycle state.
ntps string[]
The list of NTP server IP addresses. Maximum of 3 allowed.
scans GetVmClusterNetworkScan[]
The SCAN details.
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.
timeCreated string
The date and time when the VM cluster network was created.
validateVmClusterNetwork boolean
vmClusterId string
The OCID of the associated VM Cluster.
vmClusterNetworkId string
vmNetworks GetVmClusterNetworkVmNetwork[]
Details of the client and backup networks.
action str
compartment_id str
The OCID of the compartment.
defined_tags Mapping[str, str]
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 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 Sequence[database.GetVmClusterNetworkDrScan]
The SCAN details for DR network
exadata_infrastructure_id str
The OCID of the Exadata infrastructure.
freeform_tags 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 OCID of the VM cluster network.
lifecycle_details str
Additional information about the current lifecycle state.
ntps Sequence[str]
The list of NTP server IP addresses. Maximum of 3 allowed.
scans Sequence[database.GetVmClusterNetworkScan]
The SCAN details.
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.
time_created str
The date and time when the VM cluster network was created.
validate_vm_cluster_network bool
vm_cluster_id str
The OCID of the associated VM Cluster.
vm_cluster_network_id str
vm_networks Sequence[database.GetVmClusterNetworkVmNetwork]
Details of the client and backup networks.
action String
compartmentId String
The OCID of the compartment.
definedTags Map<String>
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 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
The OCID of the Exadata infrastructure.
freeformTags 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 OCID of the VM cluster network.
lifecycleDetails String
Additional information about the current lifecycle state.
ntps List<String>
The list of NTP server IP addresses. Maximum of 3 allowed.
scans List<Property Map>
The SCAN details.
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.
timeCreated String
The date and time when the VM cluster network was created.
validateVmClusterNetwork Boolean
vmClusterId String
The OCID of the associated VM Cluster.
vmClusterNetworkId String
vmNetworks List<Property Map>
Details of the client and backup networks.

Supporting Types

GetVmClusterNetworkDrScan

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

GetVmClusterNetworkScan

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

GetVmClusterNetworkVmNetwork

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

GetVmClusterNetworkVmNetworkNode

DbServerId This property is required. string
The Db server associated with the node.
Hostname This property is required. string
The node host name.
Ip This property is required. string
The node IP address.
State This property is required. 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 This property is required. string
The node virtual IP (VIP) address.
VipHostname This property is required. string
The node virtual IP (VIP) host name.
DbServerId This property is required. string
The Db server associated with the node.
Hostname This property is required. string
The node host name.
Ip This property is required. string
The node IP address.
State This property is required. 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 This property is required. string
The node virtual IP (VIP) address.
VipHostname This property is required. string
The node virtual IP (VIP) host name.
dbServerId This property is required. String
The Db server associated with the node.
hostname This property is required. String
The node host name.
ip This property is required. String
The node IP address.
state This property is required. 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 This property is required. String
The node virtual IP (VIP) address.
vipHostname This property is required. String
The node virtual IP (VIP) host name.
dbServerId This property is required. string
The Db server associated with the node.
hostname This property is required. string
The node host name.
ip This property is required. string
The node IP address.
state This property is required. 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 This property is required. string
The node virtual IP (VIP) address.
vipHostname This property is required. string
The node virtual IP (VIP) host name.
db_server_id This property is required. str
The Db server associated with the node.
hostname This property is required. str
The node host name.
ip This property is required. str
The node IP address.
state This property is required. 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 This property is required. str
The node virtual IP (VIP) address.
vip_hostname This property is required. str
The node virtual IP (VIP) host name.
dbServerId This property is required. String
The Db server associated with the node.
hostname This property is required. String
The node host name.
ip This property is required. String
The node IP address.
state This property is required. 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 This property is required. String
The node virtual IP (VIP) address.
vipHostname This property is required. 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.
Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi