Show / Hide Table of Contents

Class DomainArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DomainArgs
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 DomainArgs : ResourceArgs

Constructors

View Source

DomainArgs()

Declaration
public DomainArgs()

Properties

View Source

IpAddress

The IP address of the domain. If specified, this IP is used to created an initial A record for the domain.

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

Name

The name of the domain

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.