pulumi-cloudflare-kotlin
4.16.0.1
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.outputs
/
SpectrumApplicationOriginPortRange
Spectrum
Application
Origin
Port
Range
data
class
SpectrumApplicationOriginPortRange
(
val
end
:
Int
,
val
start
:
Int
)
Types
Constructors
Properties
Constructors
Spectrum
Application
Origin
Port
Range
Link copied to clipboard
fun
SpectrumApplicationOriginPortRange
(
end
:
Int
,
start
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
end
Link copied to clipboard
val
end
:
Int
Upper bound of the origin port range.
start
Link copied to clipboard
val
start
:
Int
Lower bound of the origin port range.