oci.Database.getVmClusterNetwork
Explore with Pulumi AI
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,
});
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"])
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
	})
}
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,
    });
});
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());
    }
}
variables:
  testVmClusterNetwork:
    fn::invoke:
      function: oci:Database:getVmClusterNetwork
      arguments:
        exadataInfrastructureId: ${testExadataInfrastructure.id}
        vmClusterNetworkId: ${testVmClusterNetworkOciDatabaseVmClusterNetwork.id}
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>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]func LookupVmClusterNetwork(ctx *Context, args *LookupVmClusterNetworkArgs, opts ...InvokeOption) (*LookupVmClusterNetworkResult, error)
func LookupVmClusterNetworkOutput(ctx *Context, args *LookupVmClusterNetworkOutputArgs, opts ...InvokeOption) LookupVmClusterNetworkResultOutput> Note: This function is named LookupVmClusterNetwork 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)
}public static CompletableFuture<GetVmClusterNetworkResult> getVmClusterNetwork(GetVmClusterNetworkArgs args, InvokeOptions options)
public static Output<GetVmClusterNetworkResult> getVmClusterNetwork(GetVmClusterNetworkArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Database/getVmClusterNetwork:getVmClusterNetwork
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ExadataInfrastructure stringId 
- The Exadata infrastructure OCID.
- VmCluster stringNetwork Id 
- The VM cluster network OCID.
- ExadataInfrastructure stringId 
- The Exadata infrastructure OCID.
- VmCluster stringNetwork Id 
- The VM cluster network OCID.
- exadataInfrastructure StringId 
- The Exadata infrastructure OCID.
- vmCluster StringNetwork Id 
- The VM cluster network OCID.
- exadataInfrastructure stringId 
- The Exadata infrastructure OCID.
- vmCluster stringNetwork Id 
- The VM cluster network OCID.
- exadata_infrastructure_ strid 
- The Exadata infrastructure OCID.
- vm_cluster_ strnetwork_ id 
- The VM cluster network OCID.
- exadataInfrastructure StringId 
- The Exadata infrastructure OCID.
- vmCluster StringNetwork Id 
- The VM cluster network OCID.
getVmClusterNetwork Result
The following output properties are available:
- Action string
- CompartmentId string
- The OCID of the compartment.
- 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<GetVm Cluster Network Dr Scan> 
- The SCAN details for DR network
- ExadataInfrastructure stringId 
- The OCID of the Exadata infrastructure.
- 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<GetVm Cluster Network Scan> 
- 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.
- ValidateVm boolCluster Network 
- VmCluster stringId 
- The OCID of the associated VM Cluster.
- VmCluster stringNetwork Id 
- VmNetworks List<GetVm Cluster Network Vm Network> 
- Details of the client and backup networks.
- Action string
- CompartmentId string
- The OCID of the compartment.
- 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 []GetVm Cluster Network Dr Scan 
- The SCAN details for DR network
- ExadataInfrastructure stringId 
- The OCID of the Exadata infrastructure.
- 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
[]GetVm Cluster Network Scan 
- 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.
- ValidateVm boolCluster Network 
- VmCluster stringId 
- The OCID of the associated VM Cluster.
- VmCluster stringNetwork Id 
- VmNetworks []GetVm Cluster Network Vm Network 
- Details of the client and backup networks.
- action String
- compartmentId String
- The OCID of the compartment.
- 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<GetVm Cluster Network Dr Scan> 
- The SCAN details for DR network
- exadataInfrastructure StringId 
- The OCID of the Exadata infrastructure.
- 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<GetVm Cluster Network Scan> 
- 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.
- validateVm BooleanCluster Network 
- vmCluster StringId 
- The OCID of the associated VM Cluster.
- vmCluster StringNetwork Id 
- vmNetworks List<GetVm Cluster Network Vm Network> 
- Details of the client and backup networks.
- action string
- compartmentId string
- The OCID of the compartment.
- {[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 GetVm Cluster Network Dr Scan[] 
- The SCAN details for DR network
- exadataInfrastructure stringId 
- The OCID of the Exadata infrastructure.
- {[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
GetVm Cluster Network Scan[] 
- 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.
- validateVm booleanCluster Network 
- vmCluster stringId 
- The OCID of the associated VM Cluster.
- vmCluster stringNetwork Id 
- vmNetworks GetVm Cluster Network Vm Network[] 
- Details of the client and backup networks.
- action str
- compartment_id str
- The OCID of the compartment.
- 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[GetVm Cluster Network Dr Scan] 
- The SCAN details for DR network
- exadata_infrastructure_ strid 
- The OCID of the Exadata infrastructure.
- 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[GetVm Cluster Network Scan] 
- 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_ boolcluster_ network 
- vm_cluster_ strid 
- The OCID of the associated VM Cluster.
- vm_cluster_ strnetwork_ id 
- vm_networks Sequence[GetVm Cluster Network Vm Network] 
- Details of the client and backup networks.
- action String
- compartmentId String
- The OCID of the compartment.
- 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
- exadataInfrastructure StringId 
- The OCID of the Exadata infrastructure.
- 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.
- validateVm BooleanCluster Network 
- vmCluster StringId 
- The OCID of the associated VM Cluster.
- vmCluster StringNetwork Id 
- vmNetworks List<Property Map>
- Details of the client and backup networks.
Supporting Types
GetVmClusterNetworkDrScan     
- Hostname string
- The node host name.
- Ips List<string>
- The list of SCAN IP addresses. Three addresses should be provided.
- ScanListener intPort Tcp 
- 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.
- ScanListener intPort Tcp 
- 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.
- scanListener IntegerPort Tcp 
- 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.
- scanListener numberPort Tcp 
- 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_ intport_ tcp 
- 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.
- scanListener NumberPort Tcp 
- The SCAN TCPIP port. Default is 1521.
GetVmClusterNetworkScan    
- 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.
- ScanListener intPort Tcp 
- The SCAN TCPIP port. Default is 1521.
- ScanListener intPort Tcp Ssl 
- 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.
- ScanListener intPort Tcp 
- The SCAN TCPIP port. Default is 1521.
- ScanListener intPort Tcp Ssl 
- 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.
- scanListener IntegerPort Tcp 
- The SCAN TCPIP port. Default is 1521.
- scanListener IntegerPort Tcp Ssl 
- 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.
- scanListener numberPort Tcp 
- The SCAN TCPIP port. Default is 1521.
- scanListener numberPort Tcp Ssl 
- 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_ intport_ tcp 
- The SCAN TCPIP port. Default is 1521.
- scan_listener_ intport_ tcp_ ssl 
- 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.
- scanListener NumberPort Tcp 
- The SCAN TCPIP port. Default is 1521.
- scanListener NumberPort Tcp Ssl 
- The SCAN TCPIP SSL port. Default is 2484.
GetVmClusterNetworkVmNetwork     
- DomainName string
- The network domain name.
- Gateway string
- The network gateway.
- Netmask string
- The network netmask.
- NetworkType string
- The network type.
- Nodes
List<GetVm Cluster Network Vm Network Node> 
- 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
[]GetVm Cluster Network Vm Network Node 
- 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<GetVm Cluster Network Vm Network Node> 
- 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
GetVm Cluster Network Vm Network Node[] 
- 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
Sequence[GetVm Cluster Network Vm Network Node] 
- 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.
GetVmClusterNetworkVmNetworkNode      
- DbServer stringId 
- 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.
- DbServer stringId 
- 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.
- dbServer StringId 
- 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.
- dbServer stringId 
- 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_ strid 
- 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.
- dbServer StringId 
- 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 ociTerraform Provider.