FutureReservationCommitmentInfo(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
commitment_name |
str
name of the commitment where capacity is being delivered to. This field is a member of oneof _ _commitment_name .
|
commitment_plan |
str
Indicates if a Commitment needs to be created as part of FR delivery. If this field is not present, then no commitment needs to be created. Check the CommitmentPlan enum for the list of possible values. This field is a member of oneof _ _commitment_plan .
|
previous_commitment_terms |
str
Only applicable if FR is delivering to the same reservation. If set, all parent commitments will be extended to match the end date of the plan for this commitment. Check the PreviousCommitmentTerms enum for the list of possible values. This field is a member of oneof _ _previous_commitment_terms .
|
Classes
CommitmentPlan
CommitmentPlan(value)
Indicates if a Commitment needs to be created as part of FR delivery. If this field is not present, then no commitment needs to be created.
PreviousCommitmentTerms
PreviousCommitmentTerms(value)
Only applicable if FR is delivering to the same reservation. If set, all parent commitments will be extended to match the end date of the plan for this commitment.