BackupUnitProperties
Name | Type | Description | Notes |
---|---|---|---|
name | String | The name of the resource (alphanumeric characters only). | |
password | String | The password associated with that resource. | [optional] |
email | String | The email associated with the backup unit. Bear in mind that this email does not be the same email as of the user. | [optional] |
require 'ionoscloud'
instance = Ionoscloud::BackupUnitProperties.new(
name: BackupUnitName,
password: mypass123,
email: email@email.com
)
Last modified 1yr ago