Class ByoIpPrefixState
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.Cloudflare
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class ByoIpPrefixState : ResourceArgs
Constructors
View SourceByoIpPrefixState()
Declaration
public ByoIpPrefixState()
Properties
View SourceAdvertisement
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> |
Description
The description of the prefix.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PrefixId
The assigned Bring-Your-Own-IP prefix ID.
Declaration
public Input<string> PrefixId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |