Show / Hide Table of Contents

Class ZoneArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ZoneArgs
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.OpenStack.Dns
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class ZoneArgs : ResourceArgs

Constructors

View Source

ZoneArgs()

Declaration
public ZoneArgs()

Properties

View Source

Attributes

Attributes for the DNS Service scheduler. Changing this creates a new zone.

Declaration
public InputMap<object> Attributes { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

Description

A description of the zone.

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

Email

The email contact for the zone record.

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

Masters

An array of master DNS servers. For when type is SECONDARY.

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

Name

The name of the zone. Note the . at the end of the name. Changing this creates a new DNS zone.

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

Region

The region in which to obtain the V2 Compute client. Keypairs are associated with accounts, but a Compute client is needed to create one. If omitted, the region argument of the provider is used. Changing this creates a new DNS zone.

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

Ttl

The time to live (TTL) of the zone.

Declaration
public Input<int> Ttl { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Type

The type of zone. Can either be PRIMARY or SECONDARY. Changing this creates a new zone.

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

ValueSpecs

Map of additional options. Changing this creates a new zone.

Declaration
public InputMap<object> ValueSpecs { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.