RecoveryBackupSchedulesCreateRequestBody

This is a request body class for an operation.


Properties

string
schedule Required

Identifier of the schedule The parameter must be an identifier for the resource type: com.vmware.appliance.recovery.backup.schedule.


spec Required

CreateSpec Structure

JSON Example

{
	"schedule": "string",
	"spec": {
		"location": "string"
	}
}

Feedback

Was this page helpful?