diff --git a/pkg/zhmcclient/model.go b/pkg/zhmcclient/model.go index 052c9d9..1e10ebd 100644 --- a/pkg/zhmcclient/model.go +++ b/pkg/zhmcclient/model.go @@ -1159,8 +1159,8 @@ type AsciiConsoleURIResponse struct { // SSC crypto DomainInfo added as a substructure of CryptoConfig structure type DomainInfo struct { - DomainIdx int `json:"domain-index,omitempty"` - AccessMode string `json:"access-mode,omitempty"` + DomainIdx int `json:"domain-index"` + AccessMode string `json:"access-mode"` } // SSC crypto-configuration object properties added to Support Crypto Card working