toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.vpc.kotlin.outputs
/
NetworkAclEntriesEgress
Network
Acl
Entries
Egress
data
class
NetworkAclEntriesEgress
(
val
description
:
String
?
=
null
,
val
destinationCidrIp
:
String
?
=
null
,
val
entryType
:
String
?
=
null
,
val
name
:
String
?
=
null
,
val
policy
:
String
?
=
null
,
val
port
:
String
?
=
null
,
val
protocol
:
String
?
=
null
)
Members
Constructors
Network
Acl
Entries
Egress
Link copied to clipboard
constructor
(
description
:
String
?
=
null
,
destinationCidrIp
:
String
?
=
null
,
entryType
:
String
?
=
null
,
name
:
String
?
=
null
,
policy
:
String
?
=
null
,
port
:
String
?
=
null
,
protocol
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
description
Link copied to clipboard
val
description
:
String
?
=
null
destination
Cidr
Ip
Link copied to clipboard
val
destinationCidrIp
:
String
?
=
null
The destination ip of the egress entry.
entry
Type
Link copied to clipboard
val
entryType
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
policy
Link copied to clipboard
val
policy
:
String
?
=
null
port
Link copied to clipboard
val
port
:
String
?
=
null
protocol
Link copied to clipboard
val
protocol
:
String
?
=
null