Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 421 Bytes

V1SEVSessionOptions.md

File metadata and controls

20 lines (14 loc) · 421 Bytes

Kubevirt::V1SEVSessionOptions

Properties

Name Type Description Notes
dh_cert String Base64 encoded guest owner's Diffie-Hellman key. [optional]
session String Base64 encoded session blob. [optional]

Example

require 'kubevirt'

instance = Kubevirt::V1SEVSessionOptions.new(
  dh_cert: null,
  session: null
)