Show / Hide Table of Contents

Class DatabaseFirewallRule

Inheritance
System.Object
DatabaseFirewallRule
Inherited Members
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.Outputs
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class DatabaseFirewallRule

Fields

View Source

CreatedAt

The date and time when the firewall rule was created.

Declaration
public readonly string CreatedAt
Field Value
Type Description
System.String
View Source

Type

Declaration
public readonly string Type
Field Value
Type Description
System.String
View Source

Uuid

A unique identifier for the firewall rule.

Declaration
public readonly string Uuid
Field Value
Type Description
System.String
View Source

Value

Declaration
public readonly string Value
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.