Show / Hide Table of Contents

Class ByoIpPrefixState

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

Constructors

View Source

ByoIpPrefixState()

Declaration
public ByoIpPrefixState()

Properties

View Source

Advertisement

Whether or not the prefix shall be announced. A prefix can be activated or deactivated once every 15 minutes (attempting more regular updates will trigger rate limiting). Valid values: on or off.

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

Description

The description of the prefix.

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

PrefixId

The assigned Bring-Your-Own-IP prefix ID.

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