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

oci.Core.getNetworkSecurityGroupSecurityRules

Explore with Pulumi AI

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

    This data source provides the list of Network Security Group Security Rules in Oracle Cloud Infrastructure Core service.

    Lists the security rules in the specified network security group.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testNetworkSecurityGroupSecurityRules = oci.Core.getNetworkSecurityGroupSecurityRules({
        networkSecurityGroupId: oci_core_network_security_group.test_network_security_group.id,
        direction: _var.network_security_group_security_rule_direction,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_network_security_group_security_rules = oci.Core.get_network_security_group_security_rules(network_security_group_id=oci_core_network_security_group["test_network_security_group"]["id"],
        direction=var["network_security_group_security_rule_direction"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/go/oci/Core"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := Core.GetNetworkSecurityGroupSecurityRules(ctx, &core.GetNetworkSecurityGroupSecurityRulesArgs{
    			NetworkSecurityGroupId: oci_core_network_security_group.Test_network_security_group.Id,
    			Direction:              pulumi.StringRef(_var.Network_security_group_security_rule_direction),
    		}, 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 testNetworkSecurityGroupSecurityRules = Oci.Core.GetNetworkSecurityGroupSecurityRules.Invoke(new()
        {
            NetworkSecurityGroupId = oci_core_network_security_group.Test_network_security_group.Id,
            Direction = @var.Network_security_group_security_rule_direction,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.Core.CoreFunctions;
    import com.pulumi.oci.Core.inputs.GetNetworkSecurityGroupSecurityRulesArgs;
    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 testNetworkSecurityGroupSecurityRules = CoreFunctions.getNetworkSecurityGroupSecurityRules(GetNetworkSecurityGroupSecurityRulesArgs.builder()
                .networkSecurityGroupId(oci_core_network_security_group.test_network_security_group().id())
                .direction(var_.network_security_group_security_rule_direction())
                .build());
    
        }
    }
    
    variables:
      testNetworkSecurityGroupSecurityRules:
        fn::invoke:
          Function: oci:Core:getNetworkSecurityGroupSecurityRules
          Arguments:
            networkSecurityGroupId: ${oci_core_network_security_group.test_network_security_group.id}
            direction: ${var.network_security_group_security_rule_direction}
    

    Using getNetworkSecurityGroupSecurityRules

    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 getNetworkSecurityGroupSecurityRules(args: GetNetworkSecurityGroupSecurityRulesArgs, opts?: InvokeOptions): Promise<GetNetworkSecurityGroupSecurityRulesResult>
    function getNetworkSecurityGroupSecurityRulesOutput(args: GetNetworkSecurityGroupSecurityRulesOutputArgs, opts?: InvokeOptions): Output<GetNetworkSecurityGroupSecurityRulesResult>
    def get_network_security_group_security_rules(direction: Optional[str] = None,
                                                  filters: Optional[Sequence[_core.GetNetworkSecurityGroupSecurityRulesFilter]] = None,
                                                  network_security_group_id: Optional[str] = None,
                                                  opts: Optional[InvokeOptions] = None) -> GetNetworkSecurityGroupSecurityRulesResult
    def get_network_security_group_security_rules_output(direction: Optional[pulumi.Input[str]] = None,
                                                  filters: Optional[pulumi.Input[Sequence[pulumi.Input[_core.GetNetworkSecurityGroupSecurityRulesFilterArgs]]]] = None,
                                                  network_security_group_id: Optional[pulumi.Input[str]] = None,
                                                  opts: Optional[InvokeOptions] = None) -> Output[GetNetworkSecurityGroupSecurityRulesResult]
    func GetNetworkSecurityGroupSecurityRules(ctx *Context, args *GetNetworkSecurityGroupSecurityRulesArgs, opts ...InvokeOption) (*GetNetworkSecurityGroupSecurityRulesResult, error)
    func GetNetworkSecurityGroupSecurityRulesOutput(ctx *Context, args *GetNetworkSecurityGroupSecurityRulesOutputArgs, opts ...InvokeOption) GetNetworkSecurityGroupSecurityRulesResultOutput

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

    public static class GetNetworkSecurityGroupSecurityRules 
    {
        public static Task<GetNetworkSecurityGroupSecurityRulesResult> InvokeAsync(GetNetworkSecurityGroupSecurityRulesArgs args, InvokeOptions? opts = null)
        public static Output<GetNetworkSecurityGroupSecurityRulesResult> Invoke(GetNetworkSecurityGroupSecurityRulesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNetworkSecurityGroupSecurityRulesResult> getNetworkSecurityGroupSecurityRules(GetNetworkSecurityGroupSecurityRulesArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:Core/getNetworkSecurityGroupSecurityRules:getNetworkSecurityGroupSecurityRules
      arguments:
        # arguments dictionary

    The following arguments are supported:

    NetworkSecurityGroupId string
    The OCID of the network security group.
    Direction string
    Direction of the security rule. Set to EGRESS for rules that allow outbound IP packets, or INGRESS for rules that allow inbound IP packets.
    Filters List<GetNetworkSecurityGroupSecurityRulesFilter>
    NetworkSecurityGroupId string
    The OCID of the network security group.
    Direction string
    Direction of the security rule. Set to EGRESS for rules that allow outbound IP packets, or INGRESS for rules that allow inbound IP packets.
    Filters []GetNetworkSecurityGroupSecurityRulesFilter
    networkSecurityGroupId String
    The OCID of the network security group.
    direction String
    Direction of the security rule. Set to EGRESS for rules that allow outbound IP packets, or INGRESS for rules that allow inbound IP packets.
    filters List<GetNetworkSecurityGroupSecurityRulesFilter>
    networkSecurityGroupId string
    The OCID of the network security group.
    direction string
    Direction of the security rule. Set to EGRESS for rules that allow outbound IP packets, or INGRESS for rules that allow inbound IP packets.
    filters GetNetworkSecurityGroupSecurityRulesFilter[]
    network_security_group_id str
    The OCID of the network security group.
    direction str
    Direction of the security rule. Set to EGRESS for rules that allow outbound IP packets, or INGRESS for rules that allow inbound IP packets.
    filters GetNetworkSecurityGroupSecurityRulesFilter]
    networkSecurityGroupId String
    The OCID of the network security group.
    direction String
    Direction of the security rule. Set to EGRESS for rules that allow outbound IP packets, or INGRESS for rules that allow inbound IP packets.
    filters List<Property Map>

    getNetworkSecurityGroupSecurityRules Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    NetworkSecurityGroupId string
    SecurityRules List<GetNetworkSecurityGroupSecurityRulesSecurityRule>
    The list of security_rules.
    Direction string
    Direction of the security rule. Set to EGRESS for rules to allow outbound IP packets, or INGRESS for rules to allow inbound IP packets.
    Filters List<GetNetworkSecurityGroupSecurityRulesFilter>
    Id string
    The provider-assigned unique ID for this managed resource.
    NetworkSecurityGroupId string
    SecurityRules []GetNetworkSecurityGroupSecurityRulesSecurityRule
    The list of security_rules.
    Direction string
    Direction of the security rule. Set to EGRESS for rules to allow outbound IP packets, or INGRESS for rules to allow inbound IP packets.
    Filters []GetNetworkSecurityGroupSecurityRulesFilter
    id String
    The provider-assigned unique ID for this managed resource.
    networkSecurityGroupId String
    securityRules List<GetNetworkSecurityGroupSecurityRulesSecurityRule>
    The list of security_rules.
    direction String
    Direction of the security rule. Set to EGRESS for rules to allow outbound IP packets, or INGRESS for rules to allow inbound IP packets.
    filters List<GetNetworkSecurityGroupSecurityRulesFilter>
    id string
    The provider-assigned unique ID for this managed resource.
    networkSecurityGroupId string
    securityRules GetNetworkSecurityGroupSecurityRulesSecurityRule[]
    The list of security_rules.
    direction string
    Direction of the security rule. Set to EGRESS for rules to allow outbound IP packets, or INGRESS for rules to allow inbound IP packets.
    filters GetNetworkSecurityGroupSecurityRulesFilter[]
    id str
    The provider-assigned unique ID for this managed resource.
    network_security_group_id str
    security_rules GetNetworkSecurityGroupSecurityRulesSecurityRule]
    The list of security_rules.
    direction str
    Direction of the security rule. Set to EGRESS for rules to allow outbound IP packets, or INGRESS for rules to allow inbound IP packets.
    filters GetNetworkSecurityGroupSecurityRulesFilter]
    id String
    The provider-assigned unique ID for this managed resource.
    networkSecurityGroupId String
    securityRules List<Property Map>
    The list of security_rules.
    direction String
    Direction of the security rule. Set to EGRESS for rules to allow outbound IP packets, or INGRESS for rules to allow inbound IP packets.
    filters List<Property Map>

    Supporting Types

    GetNetworkSecurityGroupSecurityRulesFilter

    Name string
    Values List<string>
    Regex bool
    Name string
    Values []string
    Regex bool
    name String
    values List<String>
    regex Boolean
    name string
    values string[]
    regex boolean
    name str
    values Sequence[str]
    regex bool
    name String
    values List<String>
    regex Boolean

    GetNetworkSecurityGroupSecurityRulesSecurityRule

    Description string
    An optional description of your choice for the rule.
    Destination string
    Conceptually, this is the range of IP addresses that a packet originating from the instance can go to.
    DestinationType string
    Type of destination for the rule. Required if direction = EGRESS.
    Direction string
    Direction of the security rule. Set to EGRESS for rules that allow outbound IP packets, or INGRESS for rules that allow inbound IP packets.
    IcmpOptions List<GetNetworkSecurityGroupSecurityRulesSecurityRuleIcmpOption>
    Optional and valid only for ICMP and ICMPv6. Use to specify a particular ICMP type and code as defined in:

    Id string
    An Oracle-assigned identifier for the security rule. You specify this ID when you want to update or delete the rule. Example: 04ABEC
    IsValid bool
    Whether the rule is valid. The value is True when the rule is first created. If the rule's source or destination is a network security group, the value changes to False if that network security group is deleted.
    Protocol string
    The transport protocol. Specify either all or an IPv4 protocol number as defined in Protocol Numbers. Options are supported only for ICMP ("1"), TCP ("6"), UDP ("17"), and ICMPv6 ("58").
    Source string
    Conceptually, this is the range of IP addresses that a packet coming into the instance can come from.
    SourceType string
    Type of source for the rule. Required if direction = INGRESS.
    Stateless bool
    A stateless rule allows traffic in one direction. Remember to add a corresponding stateless rule in the other direction if you need to support bidirectional traffic. For example, if egress traffic allows TCP destination port 80, there should be an ingress rule to allow TCP source port 80. Defaults to false, which means the rule is stateful and a corresponding rule is not necessary for bidirectional traffic.
    TcpOptions List<GetNetworkSecurityGroupSecurityRulesSecurityRuleTcpOption>
    Optional and valid only for TCP. Use to specify particular destination ports for TCP rules. If you specify TCP as the protocol but omit this object, then all destination ports are allowed.
    TimeCreated string
    The date and time the security rule was created. Format defined by RFC3339.
    UdpOptions List<GetNetworkSecurityGroupSecurityRulesSecurityRuleUdpOption>
    Optional and valid only for UDP. Use to specify particular destination ports for UDP rules. If you specify UDP as the protocol but omit this object, then all destination ports are allowed.
    Description string
    An optional description of your choice for the rule.
    Destination string
    Conceptually, this is the range of IP addresses that a packet originating from the instance can go to.
    DestinationType string
    Type of destination for the rule. Required if direction = EGRESS.
    Direction string
    Direction of the security rule. Set to EGRESS for rules that allow outbound IP packets, or INGRESS for rules that allow inbound IP packets.
    IcmpOptions []GetNetworkSecurityGroupSecurityRulesSecurityRuleIcmpOption
    Optional and valid only for ICMP and ICMPv6. Use to specify a particular ICMP type and code as defined in:

    Id string
    An Oracle-assigned identifier for the security rule. You specify this ID when you want to update or delete the rule. Example: 04ABEC
    IsValid bool
    Whether the rule is valid. The value is True when the rule is first created. If the rule's source or destination is a network security group, the value changes to False if that network security group is deleted.
    Protocol string
    The transport protocol. Specify either all or an IPv4 protocol number as defined in Protocol Numbers. Options are supported only for ICMP ("1"), TCP ("6"), UDP ("17"), and ICMPv6 ("58").
    Source string
    Conceptually, this is the range of IP addresses that a packet coming into the instance can come from.
    SourceType string
    Type of source for the rule. Required if direction = INGRESS.
    Stateless bool
    A stateless rule allows traffic in one direction. Remember to add a corresponding stateless rule in the other direction if you need to support bidirectional traffic. For example, if egress traffic allows TCP destination port 80, there should be an ingress rule to allow TCP source port 80. Defaults to false, which means the rule is stateful and a corresponding rule is not necessary for bidirectional traffic.
    TcpOptions []GetNetworkSecurityGroupSecurityRulesSecurityRuleTcpOption
    Optional and valid only for TCP. Use to specify particular destination ports for TCP rules. If you specify TCP as the protocol but omit this object, then all destination ports are allowed.
    TimeCreated string
    The date and time the security rule was created. Format defined by RFC3339.
    UdpOptions []GetNetworkSecurityGroupSecurityRulesSecurityRuleUdpOption
    Optional and valid only for UDP. Use to specify particular destination ports for UDP rules. If you specify UDP as the protocol but omit this object, then all destination ports are allowed.
    description String
    An optional description of your choice for the rule.
    destination String
    Conceptually, this is the range of IP addresses that a packet originating from the instance can go to.
    destinationType String
    Type of destination for the rule. Required if direction = EGRESS.
    direction String
    Direction of the security rule. Set to EGRESS for rules that allow outbound IP packets, or INGRESS for rules that allow inbound IP packets.
    icmpOptions List<GetNetworkSecurityGroupSecurityRulesSecurityRuleIcmpOption>
    Optional and valid only for ICMP and ICMPv6. Use to specify a particular ICMP type and code as defined in:

    id String
    An Oracle-assigned identifier for the security rule. You specify this ID when you want to update or delete the rule. Example: 04ABEC
    isValid Boolean
    Whether the rule is valid. The value is True when the rule is first created. If the rule's source or destination is a network security group, the value changes to False if that network security group is deleted.
    protocol String
    The transport protocol. Specify either all or an IPv4 protocol number as defined in Protocol Numbers. Options are supported only for ICMP ("1"), TCP ("6"), UDP ("17"), and ICMPv6 ("58").
    source String
    Conceptually, this is the range of IP addresses that a packet coming into the instance can come from.
    sourceType String
    Type of source for the rule. Required if direction = INGRESS.
    stateless Boolean
    A stateless rule allows traffic in one direction. Remember to add a corresponding stateless rule in the other direction if you need to support bidirectional traffic. For example, if egress traffic allows TCP destination port 80, there should be an ingress rule to allow TCP source port 80. Defaults to false, which means the rule is stateful and a corresponding rule is not necessary for bidirectional traffic.
    tcpOptions List<GetNetworkSecurityGroupSecurityRulesSecurityRuleTcpOption>
    Optional and valid only for TCP. Use to specify particular destination ports for TCP rules. If you specify TCP as the protocol but omit this object, then all destination ports are allowed.
    timeCreated String
    The date and time the security rule was created. Format defined by RFC3339.
    udpOptions List<GetNetworkSecurityGroupSecurityRulesSecurityRuleUdpOption>
    Optional and valid only for UDP. Use to specify particular destination ports for UDP rules. If you specify UDP as the protocol but omit this object, then all destination ports are allowed.
    description string
    An optional description of your choice for the rule.
    destination string
    Conceptually, this is the range of IP addresses that a packet originating from the instance can go to.
    destinationType string
    Type of destination for the rule. Required if direction = EGRESS.
    direction string
    Direction of the security rule. Set to EGRESS for rules that allow outbound IP packets, or INGRESS for rules that allow inbound IP packets.
    icmpOptions GetNetworkSecurityGroupSecurityRulesSecurityRuleIcmpOption[]
    Optional and valid only for ICMP and ICMPv6. Use to specify a particular ICMP type and code as defined in:

    id string
    An Oracle-assigned identifier for the security rule. You specify this ID when you want to update or delete the rule. Example: 04ABEC
    isValid boolean
    Whether the rule is valid. The value is True when the rule is first created. If the rule's source or destination is a network security group, the value changes to False if that network security group is deleted.
    protocol string
    The transport protocol. Specify either all or an IPv4 protocol number as defined in Protocol Numbers. Options are supported only for ICMP ("1"), TCP ("6"), UDP ("17"), and ICMPv6 ("58").
    source string
    Conceptually, this is the range of IP addresses that a packet coming into the instance can come from.
    sourceType string
    Type of source for the rule. Required if direction = INGRESS.
    stateless boolean
    A stateless rule allows traffic in one direction. Remember to add a corresponding stateless rule in the other direction if you need to support bidirectional traffic. For example, if egress traffic allows TCP destination port 80, there should be an ingress rule to allow TCP source port 80. Defaults to false, which means the rule is stateful and a corresponding rule is not necessary for bidirectional traffic.
    tcpOptions GetNetworkSecurityGroupSecurityRulesSecurityRuleTcpOption[]
    Optional and valid only for TCP. Use to specify particular destination ports for TCP rules. If you specify TCP as the protocol but omit this object, then all destination ports are allowed.
    timeCreated string
    The date and time the security rule was created. Format defined by RFC3339.
    udpOptions GetNetworkSecurityGroupSecurityRulesSecurityRuleUdpOption[]
    Optional and valid only for UDP. Use to specify particular destination ports for UDP rules. If you specify UDP as the protocol but omit this object, then all destination ports are allowed.
    description str
    An optional description of your choice for the rule.
    destination str
    Conceptually, this is the range of IP addresses that a packet originating from the instance can go to.
    destination_type str
    Type of destination for the rule. Required if direction = EGRESS.
    direction str
    Direction of the security rule. Set to EGRESS for rules that allow outbound IP packets, or INGRESS for rules that allow inbound IP packets.
    icmp_options GetNetworkSecurityGroupSecurityRulesSecurityRuleIcmpOption]
    Optional and valid only for ICMP and ICMPv6. Use to specify a particular ICMP type and code as defined in:

    id str
    An Oracle-assigned identifier for the security rule. You specify this ID when you want to update or delete the rule. Example: 04ABEC
    is_valid bool
    Whether the rule is valid. The value is True when the rule is first created. If the rule's source or destination is a network security group, the value changes to False if that network security group is deleted.
    protocol str
    The transport protocol. Specify either all or an IPv4 protocol number as defined in Protocol Numbers. Options are supported only for ICMP ("1"), TCP ("6"), UDP ("17"), and ICMPv6 ("58").
    source str
    Conceptually, this is the range of IP addresses that a packet coming into the instance can come from.
    source_type str
    Type of source for the rule. Required if direction = INGRESS.
    stateless bool
    A stateless rule allows traffic in one direction. Remember to add a corresponding stateless rule in the other direction if you need to support bidirectional traffic. For example, if egress traffic allows TCP destination port 80, there should be an ingress rule to allow TCP source port 80. Defaults to false, which means the rule is stateful and a corresponding rule is not necessary for bidirectional traffic.
    tcp_options GetNetworkSecurityGroupSecurityRulesSecurityRuleTcpOption]
    Optional and valid only for TCP. Use to specify particular destination ports for TCP rules. If you specify TCP as the protocol but omit this object, then all destination ports are allowed.
    time_created str
    The date and time the security rule was created. Format defined by RFC3339.
    udp_options GetNetworkSecurityGroupSecurityRulesSecurityRuleUdpOption]
    Optional and valid only for UDP. Use to specify particular destination ports for UDP rules. If you specify UDP as the protocol but omit this object, then all destination ports are allowed.
    description String
    An optional description of your choice for the rule.
    destination String
    Conceptually, this is the range of IP addresses that a packet originating from the instance can go to.
    destinationType String
    Type of destination for the rule. Required if direction = EGRESS.
    direction String
    Direction of the security rule. Set to EGRESS for rules that allow outbound IP packets, or INGRESS for rules that allow inbound IP packets.
    icmpOptions List<Property Map>
    Optional and valid only for ICMP and ICMPv6. Use to specify a particular ICMP type and code as defined in:

    id String
    An Oracle-assigned identifier for the security rule. You specify this ID when you want to update or delete the rule. Example: 04ABEC
    isValid Boolean
    Whether the rule is valid. The value is True when the rule is first created. If the rule's source or destination is a network security group, the value changes to False if that network security group is deleted.
    protocol String
    The transport protocol. Specify either all or an IPv4 protocol number as defined in Protocol Numbers. Options are supported only for ICMP ("1"), TCP ("6"), UDP ("17"), and ICMPv6 ("58").
    source String
    Conceptually, this is the range of IP addresses that a packet coming into the instance can come from.
    sourceType String
    Type of source for the rule. Required if direction = INGRESS.
    stateless Boolean
    A stateless rule allows traffic in one direction. Remember to add a corresponding stateless rule in the other direction if you need to support bidirectional traffic. For example, if egress traffic allows TCP destination port 80, there should be an ingress rule to allow TCP source port 80. Defaults to false, which means the rule is stateful and a corresponding rule is not necessary for bidirectional traffic.
    tcpOptions List<Property Map>
    Optional and valid only for TCP. Use to specify particular destination ports for TCP rules. If you specify TCP as the protocol but omit this object, then all destination ports are allowed.
    timeCreated String
    The date and time the security rule was created. Format defined by RFC3339.
    udpOptions List<Property Map>
    Optional and valid only for UDP. Use to specify particular destination ports for UDP rules. If you specify UDP as the protocol but omit this object, then all destination ports are allowed.

    GetNetworkSecurityGroupSecurityRulesSecurityRuleIcmpOption

    Code int
    The ICMP code (optional).
    Type int
    The ICMP type.
    Code int
    The ICMP code (optional).
    Type int
    The ICMP type.
    code Integer
    The ICMP code (optional).
    type Integer
    The ICMP type.
    code number
    The ICMP code (optional).
    type number
    The ICMP type.
    code int
    The ICMP code (optional).
    type int
    The ICMP type.
    code Number
    The ICMP code (optional).
    type Number
    The ICMP type.

    GetNetworkSecurityGroupSecurityRulesSecurityRuleTcpOption

    GetNetworkSecurityGroupSecurityRulesSecurityRuleTcpOptionDestinationPortRange

    Max int
    The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
    Min int
    The minimum port number. Must not be greater than the maximum port number.
    Max int
    The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
    Min int
    The minimum port number. Must not be greater than the maximum port number.
    max Integer
    The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
    min Integer
    The minimum port number. Must not be greater than the maximum port number.
    max number
    The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
    min number
    The minimum port number. Must not be greater than the maximum port number.
    max int
    The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
    min int
    The minimum port number. Must not be greater than the maximum port number.
    max Number
    The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
    min Number
    The minimum port number. Must not be greater than the maximum port number.

    GetNetworkSecurityGroupSecurityRulesSecurityRuleTcpOptionSourcePortRange

    Max int
    The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
    Min int
    The minimum port number. Must not be greater than the maximum port number.
    Max int
    The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
    Min int
    The minimum port number. Must not be greater than the maximum port number.
    max Integer
    The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
    min Integer
    The minimum port number. Must not be greater than the maximum port number.
    max number
    The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
    min number
    The minimum port number. Must not be greater than the maximum port number.
    max int
    The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
    min int
    The minimum port number. Must not be greater than the maximum port number.
    max Number
    The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
    min Number
    The minimum port number. Must not be greater than the maximum port number.

    GetNetworkSecurityGroupSecurityRulesSecurityRuleUdpOption

    GetNetworkSecurityGroupSecurityRulesSecurityRuleUdpOptionDestinationPortRange

    Max int
    The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
    Min int
    The minimum port number. Must not be greater than the maximum port number.
    Max int
    The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
    Min int
    The minimum port number. Must not be greater than the maximum port number.
    max Integer
    The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
    min Integer
    The minimum port number. Must not be greater than the maximum port number.
    max number
    The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
    min number
    The minimum port number. Must not be greater than the maximum port number.
    max int
    The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
    min int
    The minimum port number. Must not be greater than the maximum port number.
    max Number
    The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
    min Number
    The minimum port number. Must not be greater than the maximum port number.

    GetNetworkSecurityGroupSecurityRulesSecurityRuleUdpOptionSourcePortRange

    Max int
    The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
    Min int
    The minimum port number. Must not be greater than the maximum port number.
    Max int
    The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
    Min int
    The minimum port number. Must not be greater than the maximum port number.
    max Integer
    The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
    min Integer
    The minimum port number. Must not be greater than the maximum port number.
    max number
    The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
    min number
    The minimum port number. Must not be greater than the maximum port number.
    max int
    The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
    min int
    The minimum port number. Must not be greater than the maximum port number.
    max Number
    The maximum port number. Must not be lower than the minimum port number. To specify a single port number, set both the min and max to the same value.
    min Number
    The minimum port number. Must not be greater than the maximum port number.

    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