Name | Type | Description | Notes |
---|---|---|---|
ComputerId | Pointer to string | [optional] [readonly] | |
Name | Pointer to string | [optional] | |
PersonalRecoveryKey | Pointer to string | [optional] | |
BootPartitionEncryptionDetails | Pointer to ComputerPartitionEncryption | [optional] | |
IndividualRecoveryKeyValidityStatus | Pointer to string | [optional] | |
InstitutionalRecoveryKeyPresent | Pointer to bool | [optional] | |
DiskEncryptionConfigurationName | Pointer to string | [optional] |
func NewComputerInventoryFileVault() *ComputerInventoryFileVault
NewComputerInventoryFileVault instantiates a new ComputerInventoryFileVault object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewComputerInventoryFileVaultWithDefaults() *ComputerInventoryFileVault
NewComputerInventoryFileVaultWithDefaults instantiates a new ComputerInventoryFileVault object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ComputerInventoryFileVault) GetComputerId() string
GetComputerId returns the ComputerId field if non-nil, zero value otherwise.
func (o *ComputerInventoryFileVault) GetComputerIdOk() (*string, bool)
GetComputerIdOk returns a tuple with the ComputerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComputerInventoryFileVault) SetComputerId(v string)
SetComputerId sets ComputerId field to given value.
func (o *ComputerInventoryFileVault) HasComputerId() bool
HasComputerId returns a boolean if a field has been set.
func (o *ComputerInventoryFileVault) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ComputerInventoryFileVault) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComputerInventoryFileVault) SetName(v string)
SetName sets Name field to given value.
func (o *ComputerInventoryFileVault) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ComputerInventoryFileVault) GetPersonalRecoveryKey() string
GetPersonalRecoveryKey returns the PersonalRecoveryKey field if non-nil, zero value otherwise.
func (o *ComputerInventoryFileVault) GetPersonalRecoveryKeyOk() (*string, bool)
GetPersonalRecoveryKeyOk returns a tuple with the PersonalRecoveryKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComputerInventoryFileVault) SetPersonalRecoveryKey(v string)
SetPersonalRecoveryKey sets PersonalRecoveryKey field to given value.
func (o *ComputerInventoryFileVault) HasPersonalRecoveryKey() bool
HasPersonalRecoveryKey returns a boolean if a field has been set.
func (o *ComputerInventoryFileVault) GetBootPartitionEncryptionDetails() ComputerPartitionEncryption
GetBootPartitionEncryptionDetails returns the BootPartitionEncryptionDetails field if non-nil, zero value otherwise.
func (o *ComputerInventoryFileVault) GetBootPartitionEncryptionDetailsOk() (*ComputerPartitionEncryption, bool)
GetBootPartitionEncryptionDetailsOk returns a tuple with the BootPartitionEncryptionDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComputerInventoryFileVault) SetBootPartitionEncryptionDetails(v ComputerPartitionEncryption)
SetBootPartitionEncryptionDetails sets BootPartitionEncryptionDetails field to given value.
func (o *ComputerInventoryFileVault) HasBootPartitionEncryptionDetails() bool
HasBootPartitionEncryptionDetails returns a boolean if a field has been set.
func (o *ComputerInventoryFileVault) GetIndividualRecoveryKeyValidityStatus() string
GetIndividualRecoveryKeyValidityStatus returns the IndividualRecoveryKeyValidityStatus field if non-nil, zero value otherwise.
func (o *ComputerInventoryFileVault) GetIndividualRecoveryKeyValidityStatusOk() (*string, bool)
GetIndividualRecoveryKeyValidityStatusOk returns a tuple with the IndividualRecoveryKeyValidityStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComputerInventoryFileVault) SetIndividualRecoveryKeyValidityStatus(v string)
SetIndividualRecoveryKeyValidityStatus sets IndividualRecoveryKeyValidityStatus field to given value.
func (o *ComputerInventoryFileVault) HasIndividualRecoveryKeyValidityStatus() bool
HasIndividualRecoveryKeyValidityStatus returns a boolean if a field has been set.
func (o *ComputerInventoryFileVault) GetInstitutionalRecoveryKeyPresent() bool
GetInstitutionalRecoveryKeyPresent returns the InstitutionalRecoveryKeyPresent field if non-nil, zero value otherwise.
func (o *ComputerInventoryFileVault) GetInstitutionalRecoveryKeyPresentOk() (*bool, bool)
GetInstitutionalRecoveryKeyPresentOk returns a tuple with the InstitutionalRecoveryKeyPresent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComputerInventoryFileVault) SetInstitutionalRecoveryKeyPresent(v bool)
SetInstitutionalRecoveryKeyPresent sets InstitutionalRecoveryKeyPresent field to given value.
func (o *ComputerInventoryFileVault) HasInstitutionalRecoveryKeyPresent() bool
HasInstitutionalRecoveryKeyPresent returns a boolean if a field has been set.
func (o *ComputerInventoryFileVault) GetDiskEncryptionConfigurationName() string
GetDiskEncryptionConfigurationName returns the DiskEncryptionConfigurationName field if non-nil, zero value otherwise.
func (o *ComputerInventoryFileVault) GetDiskEncryptionConfigurationNameOk() (*string, bool)
GetDiskEncryptionConfigurationNameOk returns a tuple with the DiskEncryptionConfigurationName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComputerInventoryFileVault) SetDiskEncryptionConfigurationName(v string)
SetDiskEncryptionConfigurationName sets DiskEncryptionConfigurationName field to given value.
func (o *ComputerInventoryFileVault) HasDiskEncryptionConfigurationName() bool
HasDiskEncryptionConfigurationName returns a boolean if a field has been set.