Show / Hide Table of Contents

Class SpectrumApplicationOriginDnsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SpectrumApplicationOriginDnsArgs
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.Cloudflare.Inputs
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class SpectrumApplicationOriginDnsArgs : ResourceArgs

Constructors

View Source

SpectrumApplicationOriginDnsArgs()

Declaration
public SpectrumApplicationOriginDnsArgs()

Properties

View Source

Name

Fully qualified domain name of the origin e.g. origin-ssh.example.com.

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