toggle menu
pulumi-cloudflare-kotlin
4.16.0.2
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.outputs
/
SpectrumApplicationOriginPortRange
Spectrum
Application
Origin
Port
Range
data
class
SpectrumApplicationOriginPortRange
(
val
end
:
Int
,
val
start
:
Int
)
Members
Constructors
Spectrum
Application
Origin
Port
Range
Link copied to clipboard
constructor
(
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.