toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.networkcloud.kotlin.outputs
/
AgentOptionsResponse
Agent
Options
Response
data
class
AgentOptionsResponse
(
val
hugepagesCount
:
Double
,
val
hugepagesSize
:
String
?
=
null
)
Members
Constructors
Agent
Options
Response
Link copied to clipboard
constructor
(
hugepagesCount
:
Double
,
hugepagesSize
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
hugepages
Count
Link copied to clipboard
val
hugepagesCount
:
Double
The number of hugepages to allocate.
hugepages
Size
Link copied to clipboard
val
hugepagesSize
:
String
?
=
null
The size of the hugepages to allocate.