Name | Type | Description | Notes |
---|---|---|---|
PartitionName | Pointer to string | [optional] | |
PartitionFileVault2State | Pointer to ComputerPartitionFileVault2State | [optional] | |
PartitionFileVault2Percent | Pointer to int64 | [optional] |
func NewComputerPartitionEncryption() *ComputerPartitionEncryption
NewComputerPartitionEncryption instantiates a new ComputerPartitionEncryption 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 NewComputerPartitionEncryptionWithDefaults() *ComputerPartitionEncryption
NewComputerPartitionEncryptionWithDefaults instantiates a new ComputerPartitionEncryption 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 *ComputerPartitionEncryption) GetPartitionName() string
GetPartitionName returns the PartitionName field if non-nil, zero value otherwise.
func (o *ComputerPartitionEncryption) GetPartitionNameOk() (*string, bool)
GetPartitionNameOk returns a tuple with the PartitionName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComputerPartitionEncryption) SetPartitionName(v string)
SetPartitionName sets PartitionName field to given value.
func (o *ComputerPartitionEncryption) HasPartitionName() bool
HasPartitionName returns a boolean if a field has been set.
func (o *ComputerPartitionEncryption) GetPartitionFileVault2State() ComputerPartitionFileVault2State
GetPartitionFileVault2State returns the PartitionFileVault2State field if non-nil, zero value otherwise.
func (o *ComputerPartitionEncryption) GetPartitionFileVault2StateOk() (*ComputerPartitionFileVault2State, bool)
GetPartitionFileVault2StateOk returns a tuple with the PartitionFileVault2State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComputerPartitionEncryption) SetPartitionFileVault2State(v ComputerPartitionFileVault2State)
SetPartitionFileVault2State sets PartitionFileVault2State field to given value.
func (o *ComputerPartitionEncryption) HasPartitionFileVault2State() bool
HasPartitionFileVault2State returns a boolean if a field has been set.
func (o *ComputerPartitionEncryption) GetPartitionFileVault2Percent() int64
GetPartitionFileVault2Percent returns the PartitionFileVault2Percent field if non-nil, zero value otherwise.
func (o *ComputerPartitionEncryption) GetPartitionFileVault2PercentOk() (*int64, bool)
GetPartitionFileVault2PercentOk returns a tuple with the PartitionFileVault2Percent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComputerPartitionEncryption) SetPartitionFileVault2Percent(v int64)
SetPartitionFileVault2Percent sets PartitionFileVault2Percent field to given value.
func (o *ComputerPartitionEncryption) HasPartitionFileVault2Percent() bool
HasPartitionFileVault2Percent returns a boolean if a field has been set.