toggle menu
pulumi-gcp-kotlin
7.38.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.vmwareengine.kotlin.outputs
/
ExternalAccessRuleDestinationIpRange
External
Access
Rule
Destination
Ip
Range
data
class
ExternalAccessRuleDestinationIpRange
(
val
externalAddress
:
String
?
=
null
,
val
ipAddressRange
:
String
?
=
null
)
Members
Constructors
External
Access
Rule
Destination
Ip
Range
Link copied to clipboard
constructor
(
externalAddress
:
String
?
=
null
,
ipAddressRange
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
external
Address
Link copied to clipboard
val
externalAddress
:
String
?
=
null
The name of an
ExternalAddress
resource.
ip
Address
Range
Link copied to clipboard
val
ipAddressRange
:
String
?
=
null
An IP address range in the CIDR format.