Network Function Role Configuration Args
data class NetworkFunctionRoleConfigurationArgs(val customProfile: Output<CustomProfileArgs>? = null, val networkInterfaces: Output<List<NetworkInterfaceArgs>>? = null, val osProfile: Output<OsProfileArgs>? = null, val roleName: Output<String>? = null, val roleType: Output<Either<String, NetworkFunctionRoleConfigurationType>>? = null, val storageProfile: Output<StorageProfileArgs>? = null, val userDataParameters: Output<Any>? = null, val userDataTemplate: Output<Any>? = null, val virtualMachineSize: Output<Either<String, VirtualMachineSizeTypes>>? = null) : ConvertibleToJava<NetworkFunctionRoleConfigurationArgs>
Network function role configuration.
Constructors
Link copied to clipboard
fun NetworkFunctionRoleConfigurationArgs(customProfile: Output<CustomProfileArgs>? = null, networkInterfaces: Output<List<NetworkInterfaceArgs>>? = null, osProfile: Output<OsProfileArgs>? = null, roleName: Output<String>? = null, roleType: Output<Either<String, NetworkFunctionRoleConfigurationType>>? = null, storageProfile: Output<StorageProfileArgs>? = null, userDataParameters: Output<Any>? = null, userDataTemplate: Output<Any>? = null, virtualMachineSize: Output<Either<String, VirtualMachineSizeTypes>>? = null)