Name | Type | Description | Notes |
---|---|---|---|
dh_cert | String | Base64 encoded guest owner's Diffie-Hellman key. | [optional] |
session | String | Base64 encoded session blob. | [optional] |
require 'kubevirt'
instance = Kubevirt::V1SEVSessionOptions.new(
dh_cert: null,
session: null
)