Bare Metal Api Server Argument Args
data class BareMetalApiServerArgumentArgs(val argument: Output<String>, val value: Output<String>) : ConvertibleToJava<BareMetalApiServerArgumentArgs>
Represents an arg name->value pair. Only a subset of customized flags are supported. For the exact format, refer to the API server documentation.