Show / Hide Table of Contents

Class DatabaseFirewallState

Inheritance
System.Object
InputArgs
ResourceArgs
DatabaseFirewallState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.DigitalOcean
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class DatabaseFirewallState : ResourceArgs

Constructors

View Source

DatabaseFirewallState()

Declaration
public DatabaseFirewallState()

Properties

View Source

ClusterId

The ID of the target database cluster.

Declaration
public Input<string> ClusterId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Rules

A rule specifying a resource allowed to access the database cluster. The following arguments must be specified:

  • type - (Required) The type of resource that the firewall rule allows to access the database cluster. The possible values are: droplet, k8s, ip_addr, or tag.
  • value - (Required) The ID of the specific resource, the name of a tag applied to a group of resources, or the IP address that the firewall rule allows to access the database cluster.
Declaration
public InputList<DatabaseFirewallRuleGetArgs> Rules { get; set; }
Property Value
Type Description
InputList<DatabaseFirewallRuleGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.