Class: Google::Cloud::Compute::V1::FutureReservation
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::FutureReservation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Defined Under Namespace
Modules: ConfidentialComputeType, DeploymentType, PlanningStatus, ReservationMode, SchedulingType
Instance Attribute Summary collapse
-
#aggregate_reservation ⇒ ::Google::Cloud::Compute::V1::AllocationAggregateReservation
Aggregate reservation details for the future reservation.
-
#auto_created_reservations_delete_time ⇒ ::String
Future timestamp when the FR auto-created reservations will be deleted by Compute Engine.
-
#auto_created_reservations_duration ⇒ ::Google::Cloud::Compute::V1::Duration
Specifies the duration of auto-created reservations.
-
#auto_delete_auto_created_reservations ⇒ ::Boolean
Setting for enabling or disabling automatic deletion for auto-created reservation.
-
#commitment_info ⇒ ::Google::Cloud::Compute::V1::FutureReservationCommitmentInfo
If not present, then FR will not deliver a new commitment or update an existing commitment.
-
#confidential_compute_type ⇒ ::String
Check the ConfidentialComputeType enum for the list of possible values.
-
#creation_timestamp ⇒ ::String
Output only.
-
#deployment_type ⇒ ::String
Type of the deployment requested as part of future reservation.
-
#description ⇒ ::String
An optional description of this resource.
-
#enable_emergent_maintenance ⇒ ::Boolean
Indicates if this group of VMs have emergent maintenance enabled.
-
#id ⇒ ::Integer
Output only.
-
#kind ⇒ ::String
Output only.
-
#name ⇒ ::String
The name of the resource, provided by the client when initially creating the resource.
-
#name_prefix ⇒ ::String
Name prefix for the reservations to be created at the time of delivery.
-
#params ⇒ ::Google::Cloud::Compute::V1::FutureReservationParams
Input only.
-
#planning_status ⇒ ::String
Planning state before being submitted for evaluation Check the PlanningStatus enum for the list of possible values.
-
#reservation_mode ⇒ ::String
The reservation mode which determines reservation-termination behavior and expected pricing.
-
#reservation_name ⇒ ::String
Name of reservations where the capacity is provisioned at the time of delivery of future reservations.
-
#scheduling_type ⇒ ::String
Maintenance information for this reservation Check the SchedulingType enum for the list of possible values.
-
#self_link ⇒ ::String
Output only.
-
#self_link_with_id ⇒ ::String
Output only.
-
#share_settings ⇒ ::Google::Cloud::Compute::V1::ShareSettings
List of Projects/Folders to share with.
-
#specific_reservation_required ⇒ ::Boolean
Indicates whether the auto-created reservation can be consumed by VMs with affinity for "any" reservation.
-
#specific_sku_properties ⇒ ::Google::Cloud::Compute::V1::FutureReservationSpecificSKUProperties
Future Reservation configuration to indicate instance properties and total count.
-
#status ⇒ ::Google::Cloud::Compute::V1::FutureReservationStatus
Output only.
-
#time_window ⇒ ::Google::Cloud::Compute::V1::FutureReservationTimeWindow
Time window for this Future Reservation.
-
#zone ⇒ ::String
Output only.
Instance Attribute Details
#aggregate_reservation ⇒ ::Google::Cloud::Compute::V1::AllocationAggregateReservation
Returns Aggregate reservation details for the future reservation.
21781 21782 21783 21784 21785 21786 21787 21788 21789 21790 21791 21792 21793 21794 21795 21796 21797 21798 21799 21800 21801 21802 21803 21804 21805 21806 21807 21808 21809 21810 21811 21812 21813 21814 21815 21816 21817 21818 21819 21820 21821 21822 21823 21824 21825 21826 21827 21828 21829 21830 21831 21832 21833 21834 21835 21836 21837 21838 21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 21853 21854 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21781 class FutureReservation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module ConfidentialComputeType # A value indicating that the enum field is not set. UNDEFINED_CONFIDENTIAL_COMPUTE_TYPE = 0 # Intel Trust Domain Extensions. CONFIDENTIAL_COMPUTE_TYPE_TDX = 301_241_954 CONFIDENTIAL_COMPUTE_TYPE_UNSPECIFIED = 42_227_601 end # Type of the deployment requested as part of future reservation. module DeploymentType # A value indicating that the enum field is not set. UNDEFINED_DEPLOYMENT_TYPE = 0 # The reserved capacity is made up of densely deployed reservation blocks. DENSE = 64_932_607 DEPLOYMENT_TYPE_UNSPECIFIED = 234_847_180 end # Planning state before being submitted for evaluation module PlanningStatus # A value indicating that the enum field is not set. UNDEFINED_PLANNING_STATUS = 0 # Future Reservation is being drafted. DRAFT = 65_307_009 PLANNING_STATUS_UNSPECIFIED = 252_728_940 # Future Reservation has been submitted for evaluation by GCP. SUBMITTED = 450_918_619 end # The reservation mode which determines reservation-termination behavior and # expected pricing. module ReservationMode # A value indicating that the enum field is not set. UNDEFINED_RESERVATION_MODE = 0 # The delivered reservations will delivered at specified start time and # terminated at specified end time along with terminating the VMs running # on it. CALENDAR = 67_431_230 # The delivered reservations do not terminate VMs at the end of # reservations. This is default mode. DEFAULT = 115_302_945 RESERVATION_MODE_UNSPECIFIED = 233_810_606 end # Maintenance information for this reservation module SchedulingType # A value indicating that the enum field is not set. UNDEFINED_SCHEDULING_TYPE = 0 # Maintenance on all reserved instances in the reservation is synchronized. GROUPED = 474_540_862 # Unknown maintenance type. GROUP_MAINTENANCE_TYPE_UNSPECIFIED = 447_183_678 # Maintenance is not synchronized for this reservation. Instead, each # instance has its own maintenance window. INDEPENDENT = 127_011_674 end end |
#auto_created_reservations_delete_time ⇒ ::String
Returns Future timestamp when the FR auto-created reservations will be deleted by Compute Engine. Format of this field must be a valid href="https://www.ietf.org/rfc/rfc3339.txt">RFC3339 value.
21781 21782 21783 21784 21785 21786 21787 21788 21789 21790 21791 21792 21793 21794 21795 21796 21797 21798 21799 21800 21801 21802 21803 21804 21805 21806 21807 21808 21809 21810 21811 21812 21813 21814 21815 21816 21817 21818 21819 21820 21821 21822 21823 21824 21825 21826 21827 21828 21829 21830 21831 21832 21833 21834 21835 21836 21837 21838 21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 21853 21854 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21781 class FutureReservation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module ConfidentialComputeType # A value indicating that the enum field is not set. UNDEFINED_CONFIDENTIAL_COMPUTE_TYPE = 0 # Intel Trust Domain Extensions. CONFIDENTIAL_COMPUTE_TYPE_TDX = 301_241_954 CONFIDENTIAL_COMPUTE_TYPE_UNSPECIFIED = 42_227_601 end # Type of the deployment requested as part of future reservation. module DeploymentType # A value indicating that the enum field is not set. UNDEFINED_DEPLOYMENT_TYPE = 0 # The reserved capacity is made up of densely deployed reservation blocks. DENSE = 64_932_607 DEPLOYMENT_TYPE_UNSPECIFIED = 234_847_180 end # Planning state before being submitted for evaluation module PlanningStatus # A value indicating that the enum field is not set. UNDEFINED_PLANNING_STATUS = 0 # Future Reservation is being drafted. DRAFT = 65_307_009 PLANNING_STATUS_UNSPECIFIED = 252_728_940 # Future Reservation has been submitted for evaluation by GCP. SUBMITTED = 450_918_619 end # The reservation mode which determines reservation-termination behavior and # expected pricing. module ReservationMode # A value indicating that the enum field is not set. UNDEFINED_RESERVATION_MODE = 0 # The delivered reservations will delivered at specified start time and # terminated at specified end time along with terminating the VMs running # on it. CALENDAR = 67_431_230 # The delivered reservations do not terminate VMs at the end of # reservations. This is default mode. DEFAULT = 115_302_945 RESERVATION_MODE_UNSPECIFIED = 233_810_606 end # Maintenance information for this reservation module SchedulingType # A value indicating that the enum field is not set. UNDEFINED_SCHEDULING_TYPE = 0 # Maintenance on all reserved instances in the reservation is synchronized. GROUPED = 474_540_862 # Unknown maintenance type. GROUP_MAINTENANCE_TYPE_UNSPECIFIED = 447_183_678 # Maintenance is not synchronized for this reservation. Instead, each # instance has its own maintenance window. INDEPENDENT = 127_011_674 end end |
#auto_created_reservations_duration ⇒ ::Google::Cloud::Compute::V1::Duration
Returns Specifies the duration of auto-created reservations. It represents relative time to future reservation start_time when auto-created reservations will be automatically deleted by Compute Engine. Duration time unit is represented as a count of seconds and fractions of seconds at nanosecond resolution.
21781 21782 21783 21784 21785 21786 21787 21788 21789 21790 21791 21792 21793 21794 21795 21796 21797 21798 21799 21800 21801 21802 21803 21804 21805 21806 21807 21808 21809 21810 21811 21812 21813 21814 21815 21816 21817 21818 21819 21820 21821 21822 21823 21824 21825 21826 21827 21828 21829 21830 21831 21832 21833 21834 21835 21836 21837 21838 21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 21853 21854 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21781 class FutureReservation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module ConfidentialComputeType # A value indicating that the enum field is not set. UNDEFINED_CONFIDENTIAL_COMPUTE_TYPE = 0 # Intel Trust Domain Extensions. CONFIDENTIAL_COMPUTE_TYPE_TDX = 301_241_954 CONFIDENTIAL_COMPUTE_TYPE_UNSPECIFIED = 42_227_601 end # Type of the deployment requested as part of future reservation. module DeploymentType # A value indicating that the enum field is not set. UNDEFINED_DEPLOYMENT_TYPE = 0 # The reserved capacity is made up of densely deployed reservation blocks. DENSE = 64_932_607 DEPLOYMENT_TYPE_UNSPECIFIED = 234_847_180 end # Planning state before being submitted for evaluation module PlanningStatus # A value indicating that the enum field is not set. UNDEFINED_PLANNING_STATUS = 0 # Future Reservation is being drafted. DRAFT = 65_307_009 PLANNING_STATUS_UNSPECIFIED = 252_728_940 # Future Reservation has been submitted for evaluation by GCP. SUBMITTED = 450_918_619 end # The reservation mode which determines reservation-termination behavior and # expected pricing. module ReservationMode # A value indicating that the enum field is not set. UNDEFINED_RESERVATION_MODE = 0 # The delivered reservations will delivered at specified start time and # terminated at specified end time along with terminating the VMs running # on it. CALENDAR = 67_431_230 # The delivered reservations do not terminate VMs at the end of # reservations. This is default mode. DEFAULT = 115_302_945 RESERVATION_MODE_UNSPECIFIED = 233_810_606 end # Maintenance information for this reservation module SchedulingType # A value indicating that the enum field is not set. UNDEFINED_SCHEDULING_TYPE = 0 # Maintenance on all reserved instances in the reservation is synchronized. GROUPED = 474_540_862 # Unknown maintenance type. GROUP_MAINTENANCE_TYPE_UNSPECIFIED = 447_183_678 # Maintenance is not synchronized for this reservation. Instead, each # instance has its own maintenance window. INDEPENDENT = 127_011_674 end end |
#auto_delete_auto_created_reservations ⇒ ::Boolean
Returns Setting for enabling or disabling automatic deletion for auto-created reservation. If set to true, auto-created reservations will be deleted at Future Reservation's end time (default) or at user's defined timestamp if any of the [auto_created_reservations_delete_time, auto_created_reservations_duration] values is specified. For keeping auto-created reservation indefinitely, this value should be set to false.
21781 21782 21783 21784 21785 21786 21787 21788 21789 21790 21791 21792 21793 21794 21795 21796 21797 21798 21799 21800 21801 21802 21803 21804 21805 21806 21807 21808 21809 21810 21811 21812 21813 21814 21815 21816 21817 21818 21819 21820 21821 21822 21823 21824 21825 21826 21827 21828 21829 21830 21831 21832 21833 21834 21835 21836 21837 21838 21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 21853 21854 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21781 class FutureReservation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module ConfidentialComputeType # A value indicating that the enum field is not set. UNDEFINED_CONFIDENTIAL_COMPUTE_TYPE = 0 # Intel Trust Domain Extensions. CONFIDENTIAL_COMPUTE_TYPE_TDX = 301_241_954 CONFIDENTIAL_COMPUTE_TYPE_UNSPECIFIED = 42_227_601 end # Type of the deployment requested as part of future reservation. module DeploymentType # A value indicating that the enum field is not set. UNDEFINED_DEPLOYMENT_TYPE = 0 # The reserved capacity is made up of densely deployed reservation blocks. DENSE = 64_932_607 DEPLOYMENT_TYPE_UNSPECIFIED = 234_847_180 end # Planning state before being submitted for evaluation module PlanningStatus # A value indicating that the enum field is not set. UNDEFINED_PLANNING_STATUS = 0 # Future Reservation is being drafted. DRAFT = 65_307_009 PLANNING_STATUS_UNSPECIFIED = 252_728_940 # Future Reservation has been submitted for evaluation by GCP. SUBMITTED = 450_918_619 end # The reservation mode which determines reservation-termination behavior and # expected pricing. module ReservationMode # A value indicating that the enum field is not set. UNDEFINED_RESERVATION_MODE = 0 # The delivered reservations will delivered at specified start time and # terminated at specified end time along with terminating the VMs running # on it. CALENDAR = 67_431_230 # The delivered reservations do not terminate VMs at the end of # reservations. This is default mode. DEFAULT = 115_302_945 RESERVATION_MODE_UNSPECIFIED = 233_810_606 end # Maintenance information for this reservation module SchedulingType # A value indicating that the enum field is not set. UNDEFINED_SCHEDULING_TYPE = 0 # Maintenance on all reserved instances in the reservation is synchronized. GROUPED = 474_540_862 # Unknown maintenance type. GROUP_MAINTENANCE_TYPE_UNSPECIFIED = 447_183_678 # Maintenance is not synchronized for this reservation. Instead, each # instance has its own maintenance window. INDEPENDENT = 127_011_674 end end |
#commitment_info ⇒ ::Google::Cloud::Compute::V1::FutureReservationCommitmentInfo
Returns If not present, then FR will not deliver a new commitment or update an existing commitment.
21781 21782 21783 21784 21785 21786 21787 21788 21789 21790 21791 21792 21793 21794 21795 21796 21797 21798 21799 21800 21801 21802 21803 21804 21805 21806 21807 21808 21809 21810 21811 21812 21813 21814 21815 21816 21817 21818 21819 21820 21821 21822 21823 21824 21825 21826 21827 21828 21829 21830 21831 21832 21833 21834 21835 21836 21837 21838 21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 21853 21854 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21781 class FutureReservation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module ConfidentialComputeType # A value indicating that the enum field is not set. UNDEFINED_CONFIDENTIAL_COMPUTE_TYPE = 0 # Intel Trust Domain Extensions. CONFIDENTIAL_COMPUTE_TYPE_TDX = 301_241_954 CONFIDENTIAL_COMPUTE_TYPE_UNSPECIFIED = 42_227_601 end # Type of the deployment requested as part of future reservation. module DeploymentType # A value indicating that the enum field is not set. UNDEFINED_DEPLOYMENT_TYPE = 0 # The reserved capacity is made up of densely deployed reservation blocks. DENSE = 64_932_607 DEPLOYMENT_TYPE_UNSPECIFIED = 234_847_180 end # Planning state before being submitted for evaluation module PlanningStatus # A value indicating that the enum field is not set. UNDEFINED_PLANNING_STATUS = 0 # Future Reservation is being drafted. DRAFT = 65_307_009 PLANNING_STATUS_UNSPECIFIED = 252_728_940 # Future Reservation has been submitted for evaluation by GCP. SUBMITTED = 450_918_619 end # The reservation mode which determines reservation-termination behavior and # expected pricing. module ReservationMode # A value indicating that the enum field is not set. UNDEFINED_RESERVATION_MODE = 0 # The delivered reservations will delivered at specified start time and # terminated at specified end time along with terminating the VMs running # on it. CALENDAR = 67_431_230 # The delivered reservations do not terminate VMs at the end of # reservations. This is default mode. DEFAULT = 115_302_945 RESERVATION_MODE_UNSPECIFIED = 233_810_606 end # Maintenance information for this reservation module SchedulingType # A value indicating that the enum field is not set. UNDEFINED_SCHEDULING_TYPE = 0 # Maintenance on all reserved instances in the reservation is synchronized. GROUPED = 474_540_862 # Unknown maintenance type. GROUP_MAINTENANCE_TYPE_UNSPECIFIED = 447_183_678 # Maintenance is not synchronized for this reservation. Instead, each # instance has its own maintenance window. INDEPENDENT = 127_011_674 end end |
#confidential_compute_type ⇒ ::String
Returns Check the ConfidentialComputeType enum for the list of possible values.
21781 21782 21783 21784 21785 21786 21787 21788 21789 21790 21791 21792 21793 21794 21795 21796 21797 21798 21799 21800 21801 21802 21803 21804 21805 21806 21807 21808 21809 21810 21811 21812 21813 21814 21815 21816 21817 21818 21819 21820 21821 21822 21823 21824 21825 21826 21827 21828 21829 21830 21831 21832 21833 21834 21835 21836 21837 21838 21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 21853 21854 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21781 class FutureReservation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module ConfidentialComputeType # A value indicating that the enum field is not set. UNDEFINED_CONFIDENTIAL_COMPUTE_TYPE = 0 # Intel Trust Domain Extensions. CONFIDENTIAL_COMPUTE_TYPE_TDX = 301_241_954 CONFIDENTIAL_COMPUTE_TYPE_UNSPECIFIED = 42_227_601 end # Type of the deployment requested as part of future reservation. module DeploymentType # A value indicating that the enum field is not set. UNDEFINED_DEPLOYMENT_TYPE = 0 # The reserved capacity is made up of densely deployed reservation blocks. DENSE = 64_932_607 DEPLOYMENT_TYPE_UNSPECIFIED = 234_847_180 end # Planning state before being submitted for evaluation module PlanningStatus # A value indicating that the enum field is not set. UNDEFINED_PLANNING_STATUS = 0 # Future Reservation is being drafted. DRAFT = 65_307_009 PLANNING_STATUS_UNSPECIFIED = 252_728_940 # Future Reservation has been submitted for evaluation by GCP. SUBMITTED = 450_918_619 end # The reservation mode which determines reservation-termination behavior and # expected pricing. module ReservationMode # A value indicating that the enum field is not set. UNDEFINED_RESERVATION_MODE = 0 # The delivered reservations will delivered at specified start time and # terminated at specified end time along with terminating the VMs running # on it. CALENDAR = 67_431_230 # The delivered reservations do not terminate VMs at the end of # reservations. This is default mode. DEFAULT = 115_302_945 RESERVATION_MODE_UNSPECIFIED = 233_810_606 end # Maintenance information for this reservation module SchedulingType # A value indicating that the enum field is not set. UNDEFINED_SCHEDULING_TYPE = 0 # Maintenance on all reserved instances in the reservation is synchronized. GROUPED = 474_540_862 # Unknown maintenance type. GROUP_MAINTENANCE_TYPE_UNSPECIFIED = 447_183_678 # Maintenance is not synchronized for this reservation. Instead, each # instance has its own maintenance window. INDEPENDENT = 127_011_674 end end |
#creation_timestamp ⇒ ::String
Returns Output only. [Output Only] The creation timestamp for this future reservation inRFC3339 text format.
21781 21782 21783 21784 21785 21786 21787 21788 21789 21790 21791 21792 21793 21794 21795 21796 21797 21798 21799 21800 21801 21802 21803 21804 21805 21806 21807 21808 21809 21810 21811 21812 21813 21814 21815 21816 21817 21818 21819 21820 21821 21822 21823 21824 21825 21826 21827 21828 21829 21830 21831 21832 21833 21834 21835 21836 21837 21838 21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 21853 21854 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21781 class FutureReservation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module ConfidentialComputeType # A value indicating that the enum field is not set. UNDEFINED_CONFIDENTIAL_COMPUTE_TYPE = 0 # Intel Trust Domain Extensions. CONFIDENTIAL_COMPUTE_TYPE_TDX = 301_241_954 CONFIDENTIAL_COMPUTE_TYPE_UNSPECIFIED = 42_227_601 end # Type of the deployment requested as part of future reservation. module DeploymentType # A value indicating that the enum field is not set. UNDEFINED_DEPLOYMENT_TYPE = 0 # The reserved capacity is made up of densely deployed reservation blocks. DENSE = 64_932_607 DEPLOYMENT_TYPE_UNSPECIFIED = 234_847_180 end # Planning state before being submitted for evaluation module PlanningStatus # A value indicating that the enum field is not set. UNDEFINED_PLANNING_STATUS = 0 # Future Reservation is being drafted. DRAFT = 65_307_009 PLANNING_STATUS_UNSPECIFIED = 252_728_940 # Future Reservation has been submitted for evaluation by GCP. SUBMITTED = 450_918_619 end # The reservation mode which determines reservation-termination behavior and # expected pricing. module ReservationMode # A value indicating that the enum field is not set. UNDEFINED_RESERVATION_MODE = 0 # The delivered reservations will delivered at specified start time and # terminated at specified end time along with terminating the VMs running # on it. CALENDAR = 67_431_230 # The delivered reservations do not terminate VMs at the end of # reservations. This is default mode. DEFAULT = 115_302_945 RESERVATION_MODE_UNSPECIFIED = 233_810_606 end # Maintenance information for this reservation module SchedulingType # A value indicating that the enum field is not set. UNDEFINED_SCHEDULING_TYPE = 0 # Maintenance on all reserved instances in the reservation is synchronized. GROUPED = 474_540_862 # Unknown maintenance type. GROUP_MAINTENANCE_TYPE_UNSPECIFIED = 447_183_678 # Maintenance is not synchronized for this reservation. Instead, each # instance has its own maintenance window. INDEPENDENT = 127_011_674 end end |
#deployment_type ⇒ ::String
Returns Type of the deployment requested as part of future reservation. Check the DeploymentType enum for the list of possible values.
21781 21782 21783 21784 21785 21786 21787 21788 21789 21790 21791 21792 21793 21794 21795 21796 21797 21798 21799 21800 21801 21802 21803 21804 21805 21806 21807 21808 21809 21810 21811 21812 21813 21814 21815 21816 21817 21818 21819 21820 21821 21822 21823 21824 21825 21826 21827 21828 21829 21830 21831 21832 21833 21834 21835 21836 21837 21838 21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 21853 21854 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21781 class FutureReservation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module ConfidentialComputeType # A value indicating that the enum field is not set. UNDEFINED_CONFIDENTIAL_COMPUTE_TYPE = 0 # Intel Trust Domain Extensions. CONFIDENTIAL_COMPUTE_TYPE_TDX = 301_241_954 CONFIDENTIAL_COMPUTE_TYPE_UNSPECIFIED = 42_227_601 end # Type of the deployment requested as part of future reservation. module DeploymentType # A value indicating that the enum field is not set. UNDEFINED_DEPLOYMENT_TYPE = 0 # The reserved capacity is made up of densely deployed reservation blocks. DENSE = 64_932_607 DEPLOYMENT_TYPE_UNSPECIFIED = 234_847_180 end # Planning state before being submitted for evaluation module PlanningStatus # A value indicating that the enum field is not set. UNDEFINED_PLANNING_STATUS = 0 # Future Reservation is being drafted. DRAFT = 65_307_009 PLANNING_STATUS_UNSPECIFIED = 252_728_940 # Future Reservation has been submitted for evaluation by GCP. SUBMITTED = 450_918_619 end # The reservation mode which determines reservation-termination behavior and # expected pricing. module ReservationMode # A value indicating that the enum field is not set. UNDEFINED_RESERVATION_MODE = 0 # The delivered reservations will delivered at specified start time and # terminated at specified end time along with terminating the VMs running # on it. CALENDAR = 67_431_230 # The delivered reservations do not terminate VMs at the end of # reservations. This is default mode. DEFAULT = 115_302_945 RESERVATION_MODE_UNSPECIFIED = 233_810_606 end # Maintenance information for this reservation module SchedulingType # A value indicating that the enum field is not set. UNDEFINED_SCHEDULING_TYPE = 0 # Maintenance on all reserved instances in the reservation is synchronized. GROUPED = 474_540_862 # Unknown maintenance type. GROUP_MAINTENANCE_TYPE_UNSPECIFIED = 447_183_678 # Maintenance is not synchronized for this reservation. Instead, each # instance has its own maintenance window. INDEPENDENT = 127_011_674 end end |
#description ⇒ ::String
Returns An optional description of this resource. Provide this property when you create the future reservation.
21781 21782 21783 21784 21785 21786 21787 21788 21789 21790 21791 21792 21793 21794 21795 21796 21797 21798 21799 21800 21801 21802 21803 21804 21805 21806 21807 21808 21809 21810 21811 21812 21813 21814 21815 21816 21817 21818 21819 21820 21821 21822 21823 21824 21825 21826 21827 21828 21829 21830 21831 21832 21833 21834 21835 21836 21837 21838 21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 21853 21854 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21781 class FutureReservation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module ConfidentialComputeType # A value indicating that the enum field is not set. UNDEFINED_CONFIDENTIAL_COMPUTE_TYPE = 0 # Intel Trust Domain Extensions. CONFIDENTIAL_COMPUTE_TYPE_TDX = 301_241_954 CONFIDENTIAL_COMPUTE_TYPE_UNSPECIFIED = 42_227_601 end # Type of the deployment requested as part of future reservation. module DeploymentType # A value indicating that the enum field is not set. UNDEFINED_DEPLOYMENT_TYPE = 0 # The reserved capacity is made up of densely deployed reservation blocks. DENSE = 64_932_607 DEPLOYMENT_TYPE_UNSPECIFIED = 234_847_180 end # Planning state before being submitted for evaluation module PlanningStatus # A value indicating that the enum field is not set. UNDEFINED_PLANNING_STATUS = 0 # Future Reservation is being drafted. DRAFT = 65_307_009 PLANNING_STATUS_UNSPECIFIED = 252_728_940 # Future Reservation has been submitted for evaluation by GCP. SUBMITTED = 450_918_619 end # The reservation mode which determines reservation-termination behavior and # expected pricing. module ReservationMode # A value indicating that the enum field is not set. UNDEFINED_RESERVATION_MODE = 0 # The delivered reservations will delivered at specified start time and # terminated at specified end time along with terminating the VMs running # on it. CALENDAR = 67_431_230 # The delivered reservations do not terminate VMs at the end of # reservations. This is default mode. DEFAULT = 115_302_945 RESERVATION_MODE_UNSPECIFIED = 233_810_606 end # Maintenance information for this reservation module SchedulingType # A value indicating that the enum field is not set. UNDEFINED_SCHEDULING_TYPE = 0 # Maintenance on all reserved instances in the reservation is synchronized. GROUPED = 474_540_862 # Unknown maintenance type. GROUP_MAINTENANCE_TYPE_UNSPECIFIED = 447_183_678 # Maintenance is not synchronized for this reservation. Instead, each # instance has its own maintenance window. INDEPENDENT = 127_011_674 end end |
#enable_emergent_maintenance ⇒ ::Boolean
Returns Indicates if this group of VMs have emergent maintenance enabled.
21781 21782 21783 21784 21785 21786 21787 21788 21789 21790 21791 21792 21793 21794 21795 21796 21797 21798 21799 21800 21801 21802 21803 21804 21805 21806 21807 21808 21809 21810 21811 21812 21813 21814 21815 21816 21817 21818 21819 21820 21821 21822 21823 21824 21825 21826 21827 21828 21829 21830 21831 21832 21833 21834 21835 21836 21837 21838 21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 21853 21854 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21781 class FutureReservation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module ConfidentialComputeType # A value indicating that the enum field is not set. UNDEFINED_CONFIDENTIAL_COMPUTE_TYPE = 0 # Intel Trust Domain Extensions. CONFIDENTIAL_COMPUTE_TYPE_TDX = 301_241_954 CONFIDENTIAL_COMPUTE_TYPE_UNSPECIFIED = 42_227_601 end # Type of the deployment requested as part of future reservation. module DeploymentType # A value indicating that the enum field is not set. UNDEFINED_DEPLOYMENT_TYPE = 0 # The reserved capacity is made up of densely deployed reservation blocks. DENSE = 64_932_607 DEPLOYMENT_TYPE_UNSPECIFIED = 234_847_180 end # Planning state before being submitted for evaluation module PlanningStatus # A value indicating that the enum field is not set. UNDEFINED_PLANNING_STATUS = 0 # Future Reservation is being drafted. DRAFT = 65_307_009 PLANNING_STATUS_UNSPECIFIED = 252_728_940 # Future Reservation has been submitted for evaluation by GCP. SUBMITTED = 450_918_619 end # The reservation mode which determines reservation-termination behavior and # expected pricing. module ReservationMode # A value indicating that the enum field is not set. UNDEFINED_RESERVATION_MODE = 0 # The delivered reservations will delivered at specified start time and # terminated at specified end time along with terminating the VMs running # on it. CALENDAR = 67_431_230 # The delivered reservations do not terminate VMs at the end of # reservations. This is default mode. DEFAULT = 115_302_945 RESERVATION_MODE_UNSPECIFIED = 233_810_606 end # Maintenance information for this reservation module SchedulingType # A value indicating that the enum field is not set. UNDEFINED_SCHEDULING_TYPE = 0 # Maintenance on all reserved instances in the reservation is synchronized. GROUPED = 474_540_862 # Unknown maintenance type. GROUP_MAINTENANCE_TYPE_UNSPECIFIED = 447_183_678 # Maintenance is not synchronized for this reservation. Instead, each # instance has its own maintenance window. INDEPENDENT = 127_011_674 end end |
#id ⇒ ::Integer
Returns Output only. [Output Only] A unique identifier for this future reservation. The server defines this identifier.
21781 21782 21783 21784 21785 21786 21787 21788 21789 21790 21791 21792 21793 21794 21795 21796 21797 21798 21799 21800 21801 21802 21803 21804 21805 21806 21807 21808 21809 21810 21811 21812 21813 21814 21815 21816 21817 21818 21819 21820 21821 21822 21823 21824 21825 21826 21827 21828 21829 21830 21831 21832 21833 21834 21835 21836 21837 21838 21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 21853 21854 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21781 class FutureReservation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module ConfidentialComputeType # A value indicating that the enum field is not set. UNDEFINED_CONFIDENTIAL_COMPUTE_TYPE = 0 # Intel Trust Domain Extensions. CONFIDENTIAL_COMPUTE_TYPE_TDX = 301_241_954 CONFIDENTIAL_COMPUTE_TYPE_UNSPECIFIED = 42_227_601 end # Type of the deployment requested as part of future reservation. module DeploymentType # A value indicating that the enum field is not set. UNDEFINED_DEPLOYMENT_TYPE = 0 # The reserved capacity is made up of densely deployed reservation blocks. DENSE = 64_932_607 DEPLOYMENT_TYPE_UNSPECIFIED = 234_847_180 end # Planning state before being submitted for evaluation module PlanningStatus # A value indicating that the enum field is not set. UNDEFINED_PLANNING_STATUS = 0 # Future Reservation is being drafted. DRAFT = 65_307_009 PLANNING_STATUS_UNSPECIFIED = 252_728_940 # Future Reservation has been submitted for evaluation by GCP. SUBMITTED = 450_918_619 end # The reservation mode which determines reservation-termination behavior and # expected pricing. module ReservationMode # A value indicating that the enum field is not set. UNDEFINED_RESERVATION_MODE = 0 # The delivered reservations will delivered at specified start time and # terminated at specified end time along with terminating the VMs running # on it. CALENDAR = 67_431_230 # The delivered reservations do not terminate VMs at the end of # reservations. This is default mode. DEFAULT = 115_302_945 RESERVATION_MODE_UNSPECIFIED = 233_810_606 end # Maintenance information for this reservation module SchedulingType # A value indicating that the enum field is not set. UNDEFINED_SCHEDULING_TYPE = 0 # Maintenance on all reserved instances in the reservation is synchronized. GROUPED = 474_540_862 # Unknown maintenance type. GROUP_MAINTENANCE_TYPE_UNSPECIFIED = 447_183_678 # Maintenance is not synchronized for this reservation. Instead, each # instance has its own maintenance window. INDEPENDENT = 127_011_674 end end |
#kind ⇒ ::String
Returns Output only. [Output Only] Type of the resource. Alwayscompute#futureReservation for future reservations.
21781 21782 21783 21784 21785 21786 21787 21788 21789 21790 21791 21792 21793 21794 21795 21796 21797 21798 21799 21800 21801 21802 21803 21804 21805 21806 21807 21808 21809 21810 21811 21812 21813 21814 21815 21816 21817 21818 21819 21820 21821 21822 21823 21824 21825 21826 21827 21828 21829 21830 21831 21832 21833 21834 21835 21836 21837 21838 21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 21853 21854 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21781 class FutureReservation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module ConfidentialComputeType # A value indicating that the enum field is not set. UNDEFINED_CONFIDENTIAL_COMPUTE_TYPE = 0 # Intel Trust Domain Extensions. CONFIDENTIAL_COMPUTE_TYPE_TDX = 301_241_954 CONFIDENTIAL_COMPUTE_TYPE_UNSPECIFIED = 42_227_601 end # Type of the deployment requested as part of future reservation. module DeploymentType # A value indicating that the enum field is not set. UNDEFINED_DEPLOYMENT_TYPE = 0 # The reserved capacity is made up of densely deployed reservation blocks. DENSE = 64_932_607 DEPLOYMENT_TYPE_UNSPECIFIED = 234_847_180 end # Planning state before being submitted for evaluation module PlanningStatus # A value indicating that the enum field is not set. UNDEFINED_PLANNING_STATUS = 0 # Future Reservation is being drafted. DRAFT = 65_307_009 PLANNING_STATUS_UNSPECIFIED = 252_728_940 # Future Reservation has been submitted for evaluation by GCP. SUBMITTED = 450_918_619 end # The reservation mode which determines reservation-termination behavior and # expected pricing. module ReservationMode # A value indicating that the enum field is not set. UNDEFINED_RESERVATION_MODE = 0 # The delivered reservations will delivered at specified start time and # terminated at specified end time along with terminating the VMs running # on it. CALENDAR = 67_431_230 # The delivered reservations do not terminate VMs at the end of # reservations. This is default mode. DEFAULT = 115_302_945 RESERVATION_MODE_UNSPECIFIED = 233_810_606 end # Maintenance information for this reservation module SchedulingType # A value indicating that the enum field is not set. UNDEFINED_SCHEDULING_TYPE = 0 # Maintenance on all reserved instances in the reservation is synchronized. GROUPED = 474_540_862 # Unknown maintenance type. GROUP_MAINTENANCE_TYPE_UNSPECIFIED = 447_183_678 # Maintenance is not synchronized for this reservation. Instead, each # instance has its own maintenance window. INDEPENDENT = 127_011_674 end end |
#name ⇒ ::String
Returns The name of the resource, provided by the client when initially creating
the resource. The resource name must be 1-63 characters long, and comply
withRFC1035.
Specifically, the name must be 1-63 characters long and match the regular
expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first
character must be a lowercase letter, and all following characters must be
a dash, lowercase letter, or digit, except the last character, which cannot
be a dash.
21781 21782 21783 21784 21785 21786 21787 21788 21789 21790 21791 21792 21793 21794 21795 21796 21797 21798 21799 21800 21801 21802 21803 21804 21805 21806 21807 21808 21809 21810 21811 21812 21813 21814 21815 21816 21817 21818 21819 21820 21821 21822 21823 21824 21825 21826 21827 21828 21829 21830 21831 21832 21833 21834 21835 21836 21837 21838 21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 21853 21854 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21781 class FutureReservation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module ConfidentialComputeType # A value indicating that the enum field is not set. UNDEFINED_CONFIDENTIAL_COMPUTE_TYPE = 0 # Intel Trust Domain Extensions. CONFIDENTIAL_COMPUTE_TYPE_TDX = 301_241_954 CONFIDENTIAL_COMPUTE_TYPE_UNSPECIFIED = 42_227_601 end # Type of the deployment requested as part of future reservation. module DeploymentType # A value indicating that the enum field is not set. UNDEFINED_DEPLOYMENT_TYPE = 0 # The reserved capacity is made up of densely deployed reservation blocks. DENSE = 64_932_607 DEPLOYMENT_TYPE_UNSPECIFIED = 234_847_180 end # Planning state before being submitted for evaluation module PlanningStatus # A value indicating that the enum field is not set. UNDEFINED_PLANNING_STATUS = 0 # Future Reservation is being drafted. DRAFT = 65_307_009 PLANNING_STATUS_UNSPECIFIED = 252_728_940 # Future Reservation has been submitted for evaluation by GCP. SUBMITTED = 450_918_619 end # The reservation mode which determines reservation-termination behavior and # expected pricing. module ReservationMode # A value indicating that the enum field is not set. UNDEFINED_RESERVATION_MODE = 0 # The delivered reservations will delivered at specified start time and # terminated at specified end time along with terminating the VMs running # on it. CALENDAR = 67_431_230 # The delivered reservations do not terminate VMs at the end of # reservations. This is default mode. DEFAULT = 115_302_945 RESERVATION_MODE_UNSPECIFIED = 233_810_606 end # Maintenance information for this reservation module SchedulingType # A value indicating that the enum field is not set. UNDEFINED_SCHEDULING_TYPE = 0 # Maintenance on all reserved instances in the reservation is synchronized. GROUPED = 474_540_862 # Unknown maintenance type. GROUP_MAINTENANCE_TYPE_UNSPECIFIED = 447_183_678 # Maintenance is not synchronized for this reservation. Instead, each # instance has its own maintenance window. INDEPENDENT = 127_011_674 end end |
#name_prefix ⇒ ::String
Returns Name prefix for the reservations to be created at the time of delivery. The name prefix must comply with RFC1035. Maximum allowed length for name prefix is 20. Automatically created reservations name format will be -date-####.
21781 21782 21783 21784 21785 21786 21787 21788 21789 21790 21791 21792 21793 21794 21795 21796 21797 21798 21799 21800 21801 21802 21803 21804 21805 21806 21807 21808 21809 21810 21811 21812 21813 21814 21815 21816 21817 21818 21819 21820 21821 21822 21823 21824 21825 21826 21827 21828 21829 21830 21831 21832 21833 21834 21835 21836 21837 21838 21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 21853 21854 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21781 class FutureReservation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module ConfidentialComputeType # A value indicating that the enum field is not set. UNDEFINED_CONFIDENTIAL_COMPUTE_TYPE = 0 # Intel Trust Domain Extensions. CONFIDENTIAL_COMPUTE_TYPE_TDX = 301_241_954 CONFIDENTIAL_COMPUTE_TYPE_UNSPECIFIED = 42_227_601 end # Type of the deployment requested as part of future reservation. module DeploymentType # A value indicating that the enum field is not set. UNDEFINED_DEPLOYMENT_TYPE = 0 # The reserved capacity is made up of densely deployed reservation blocks. DENSE = 64_932_607 DEPLOYMENT_TYPE_UNSPECIFIED = 234_847_180 end # Planning state before being submitted for evaluation module PlanningStatus # A value indicating that the enum field is not set. UNDEFINED_PLANNING_STATUS = 0 # Future Reservation is being drafted. DRAFT = 65_307_009 PLANNING_STATUS_UNSPECIFIED = 252_728_940 # Future Reservation has been submitted for evaluation by GCP. SUBMITTED = 450_918_619 end # The reservation mode which determines reservation-termination behavior and # expected pricing. module ReservationMode # A value indicating that the enum field is not set. UNDEFINED_RESERVATION_MODE = 0 # The delivered reservations will delivered at specified start time and # terminated at specified end time along with terminating the VMs running # on it. CALENDAR = 67_431_230 # The delivered reservations do not terminate VMs at the end of # reservations. This is default mode. DEFAULT = 115_302_945 RESERVATION_MODE_UNSPECIFIED = 233_810_606 end # Maintenance information for this reservation module SchedulingType # A value indicating that the enum field is not set. UNDEFINED_SCHEDULING_TYPE = 0 # Maintenance on all reserved instances in the reservation is synchronized. GROUPED = 474_540_862 # Unknown maintenance type. GROUP_MAINTENANCE_TYPE_UNSPECIFIED = 447_183_678 # Maintenance is not synchronized for this reservation. Instead, each # instance has its own maintenance window. INDEPENDENT = 127_011_674 end end |
#params ⇒ ::Google::Cloud::Compute::V1::FutureReservationParams
Returns Input only. Additional params passed with the request, but not persisted as part of resource payload.
21781 21782 21783 21784 21785 21786 21787 21788 21789 21790 21791 21792 21793 21794 21795 21796 21797 21798 21799 21800 21801 21802 21803 21804 21805 21806 21807 21808 21809 21810 21811 21812 21813 21814 21815 21816 21817 21818 21819 21820 21821 21822 21823 21824 21825 21826 21827 21828 21829 21830 21831 21832 21833 21834 21835 21836 21837 21838 21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 21853 21854 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21781 class FutureReservation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module ConfidentialComputeType # A value indicating that the enum field is not set. UNDEFINED_CONFIDENTIAL_COMPUTE_TYPE = 0 # Intel Trust Domain Extensions. CONFIDENTIAL_COMPUTE_TYPE_TDX = 301_241_954 CONFIDENTIAL_COMPUTE_TYPE_UNSPECIFIED = 42_227_601 end # Type of the deployment requested as part of future reservation. module DeploymentType # A value indicating that the enum field is not set. UNDEFINED_DEPLOYMENT_TYPE = 0 # The reserved capacity is made up of densely deployed reservation blocks. DENSE = 64_932_607 DEPLOYMENT_TYPE_UNSPECIFIED = 234_847_180 end # Planning state before being submitted for evaluation module PlanningStatus # A value indicating that the enum field is not set. UNDEFINED_PLANNING_STATUS = 0 # Future Reservation is being drafted. DRAFT = 65_307_009 PLANNING_STATUS_UNSPECIFIED = 252_728_940 # Future Reservation has been submitted for evaluation by GCP. SUBMITTED = 450_918_619 end # The reservation mode which determines reservation-termination behavior and # expected pricing. module ReservationMode # A value indicating that the enum field is not set. UNDEFINED_RESERVATION_MODE = 0 # The delivered reservations will delivered at specified start time and # terminated at specified end time along with terminating the VMs running # on it. CALENDAR = 67_431_230 # The delivered reservations do not terminate VMs at the end of # reservations. This is default mode. DEFAULT = 115_302_945 RESERVATION_MODE_UNSPECIFIED = 233_810_606 end # Maintenance information for this reservation module SchedulingType # A value indicating that the enum field is not set. UNDEFINED_SCHEDULING_TYPE = 0 # Maintenance on all reserved instances in the reservation is synchronized. GROUPED = 474_540_862 # Unknown maintenance type. GROUP_MAINTENANCE_TYPE_UNSPECIFIED = 447_183_678 # Maintenance is not synchronized for this reservation. Instead, each # instance has its own maintenance window. INDEPENDENT = 127_011_674 end end |
#planning_status ⇒ ::String
Returns Planning state before being submitted for evaluation Check the PlanningStatus enum for the list of possible values.
21781 21782 21783 21784 21785 21786 21787 21788 21789 21790 21791 21792 21793 21794 21795 21796 21797 21798 21799 21800 21801 21802 21803 21804 21805 21806 21807 21808 21809 21810 21811 21812 21813 21814 21815 21816 21817 21818 21819 21820 21821 21822 21823 21824 21825 21826 21827 21828 21829 21830 21831 21832 21833 21834 21835 21836 21837 21838 21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 21853 21854 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21781 class FutureReservation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module ConfidentialComputeType # A value indicating that the enum field is not set. UNDEFINED_CONFIDENTIAL_COMPUTE_TYPE = 0 # Intel Trust Domain Extensions. CONFIDENTIAL_COMPUTE_TYPE_TDX = 301_241_954 CONFIDENTIAL_COMPUTE_TYPE_UNSPECIFIED = 42_227_601 end # Type of the deployment requested as part of future reservation. module DeploymentType # A value indicating that the enum field is not set. UNDEFINED_DEPLOYMENT_TYPE = 0 # The reserved capacity is made up of densely deployed reservation blocks. DENSE = 64_932_607 DEPLOYMENT_TYPE_UNSPECIFIED = 234_847_180 end # Planning state before being submitted for evaluation module PlanningStatus # A value indicating that the enum field is not set. UNDEFINED_PLANNING_STATUS = 0 # Future Reservation is being drafted. DRAFT = 65_307_009 PLANNING_STATUS_UNSPECIFIED = 252_728_940 # Future Reservation has been submitted for evaluation by GCP. SUBMITTED = 450_918_619 end # The reservation mode which determines reservation-termination behavior and # expected pricing. module ReservationMode # A value indicating that the enum field is not set. UNDEFINED_RESERVATION_MODE = 0 # The delivered reservations will delivered at specified start time and # terminated at specified end time along with terminating the VMs running # on it. CALENDAR = 67_431_230 # The delivered reservations do not terminate VMs at the end of # reservations. This is default mode. DEFAULT = 115_302_945 RESERVATION_MODE_UNSPECIFIED = 233_810_606 end # Maintenance information for this reservation module SchedulingType # A value indicating that the enum field is not set. UNDEFINED_SCHEDULING_TYPE = 0 # Maintenance on all reserved instances in the reservation is synchronized. GROUPED = 474_540_862 # Unknown maintenance type. GROUP_MAINTENANCE_TYPE_UNSPECIFIED = 447_183_678 # Maintenance is not synchronized for this reservation. Instead, each # instance has its own maintenance window. INDEPENDENT = 127_011_674 end end |
#reservation_mode ⇒ ::String
Returns The reservation mode which determines reservation-termination behavior and expected pricing. Check the ReservationMode enum for the list of possible values.
21781 21782 21783 21784 21785 21786 21787 21788 21789 21790 21791 21792 21793 21794 21795 21796 21797 21798 21799 21800 21801 21802 21803 21804 21805 21806 21807 21808 21809 21810 21811 21812 21813 21814 21815 21816 21817 21818 21819 21820 21821 21822 21823 21824 21825 21826 21827 21828 21829 21830 21831 21832 21833 21834 21835 21836 21837 21838 21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 21853 21854 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21781 class FutureReservation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module ConfidentialComputeType # A value indicating that the enum field is not set. UNDEFINED_CONFIDENTIAL_COMPUTE_TYPE = 0 # Intel Trust Domain Extensions. CONFIDENTIAL_COMPUTE_TYPE_TDX = 301_241_954 CONFIDENTIAL_COMPUTE_TYPE_UNSPECIFIED = 42_227_601 end # Type of the deployment requested as part of future reservation. module DeploymentType # A value indicating that the enum field is not set. UNDEFINED_DEPLOYMENT_TYPE = 0 # The reserved capacity is made up of densely deployed reservation blocks. DENSE = 64_932_607 DEPLOYMENT_TYPE_UNSPECIFIED = 234_847_180 end # Planning state before being submitted for evaluation module PlanningStatus # A value indicating that the enum field is not set. UNDEFINED_PLANNING_STATUS = 0 # Future Reservation is being drafted. DRAFT = 65_307_009 PLANNING_STATUS_UNSPECIFIED = 252_728_940 # Future Reservation has been submitted for evaluation by GCP. SUBMITTED = 450_918_619 end # The reservation mode which determines reservation-termination behavior and # expected pricing. module ReservationMode # A value indicating that the enum field is not set. UNDEFINED_RESERVATION_MODE = 0 # The delivered reservations will delivered at specified start time and # terminated at specified end time along with terminating the VMs running # on it. CALENDAR = 67_431_230 # The delivered reservations do not terminate VMs at the end of # reservations. This is default mode. DEFAULT = 115_302_945 RESERVATION_MODE_UNSPECIFIED = 233_810_606 end # Maintenance information for this reservation module SchedulingType # A value indicating that the enum field is not set. UNDEFINED_SCHEDULING_TYPE = 0 # Maintenance on all reserved instances in the reservation is synchronized. GROUPED = 474_540_862 # Unknown maintenance type. GROUP_MAINTENANCE_TYPE_UNSPECIFIED = 447_183_678 # Maintenance is not synchronized for this reservation. Instead, each # instance has its own maintenance window. INDEPENDENT = 127_011_674 end end |
#reservation_name ⇒ ::String
Returns Name of reservations where the capacity is provisioned at the time of delivery of future reservations. If the reservation with the given name does not exist already, it is created automatically at the time of Approval with INACTIVE state till specified start-time. Either provide the reservation_name or a name_prefix.
21781 21782 21783 21784 21785 21786 21787 21788 21789 21790 21791 21792 21793 21794 21795 21796 21797 21798 21799 21800 21801 21802 21803 21804 21805 21806 21807 21808 21809 21810 21811 21812 21813 21814 21815 21816 21817 21818 21819 21820 21821 21822 21823 21824 21825 21826 21827 21828 21829 21830 21831 21832 21833 21834 21835 21836 21837 21838 21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 21853 21854 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21781 class FutureReservation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module ConfidentialComputeType # A value indicating that the enum field is not set. UNDEFINED_CONFIDENTIAL_COMPUTE_TYPE = 0 # Intel Trust Domain Extensions. CONFIDENTIAL_COMPUTE_TYPE_TDX = 301_241_954 CONFIDENTIAL_COMPUTE_TYPE_UNSPECIFIED = 42_227_601 end # Type of the deployment requested as part of future reservation. module DeploymentType # A value indicating that the enum field is not set. UNDEFINED_DEPLOYMENT_TYPE = 0 # The reserved capacity is made up of densely deployed reservation blocks. DENSE = 64_932_607 DEPLOYMENT_TYPE_UNSPECIFIED = 234_847_180 end # Planning state before being submitted for evaluation module PlanningStatus # A value indicating that the enum field is not set. UNDEFINED_PLANNING_STATUS = 0 # Future Reservation is being drafted. DRAFT = 65_307_009 PLANNING_STATUS_UNSPECIFIED = 252_728_940 # Future Reservation has been submitted for evaluation by GCP. SUBMITTED = 450_918_619 end # The reservation mode which determines reservation-termination behavior and # expected pricing. module ReservationMode # A value indicating that the enum field is not set. UNDEFINED_RESERVATION_MODE = 0 # The delivered reservations will delivered at specified start time and # terminated at specified end time along with terminating the VMs running # on it. CALENDAR = 67_431_230 # The delivered reservations do not terminate VMs at the end of # reservations. This is default mode. DEFAULT = 115_302_945 RESERVATION_MODE_UNSPECIFIED = 233_810_606 end # Maintenance information for this reservation module SchedulingType # A value indicating that the enum field is not set. UNDEFINED_SCHEDULING_TYPE = 0 # Maintenance on all reserved instances in the reservation is synchronized. GROUPED = 474_540_862 # Unknown maintenance type. GROUP_MAINTENANCE_TYPE_UNSPECIFIED = 447_183_678 # Maintenance is not synchronized for this reservation. Instead, each # instance has its own maintenance window. INDEPENDENT = 127_011_674 end end |
#scheduling_type ⇒ ::String
Returns Maintenance information for this reservation Check the SchedulingType enum for the list of possible values.
21781 21782 21783 21784 21785 21786 21787 21788 21789 21790 21791 21792 21793 21794 21795 21796 21797 21798 21799 21800 21801 21802 21803 21804 21805 21806 21807 21808 21809 21810 21811 21812 21813 21814 21815 21816 21817 21818 21819 21820 21821 21822 21823 21824 21825 21826 21827 21828 21829 21830 21831 21832 21833 21834 21835 21836 21837 21838 21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 21853 21854 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21781 class FutureReservation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module ConfidentialComputeType # A value indicating that the enum field is not set. UNDEFINED_CONFIDENTIAL_COMPUTE_TYPE = 0 # Intel Trust Domain Extensions. CONFIDENTIAL_COMPUTE_TYPE_TDX = 301_241_954 CONFIDENTIAL_COMPUTE_TYPE_UNSPECIFIED = 42_227_601 end # Type of the deployment requested as part of future reservation. module DeploymentType # A value indicating that the enum field is not set. UNDEFINED_DEPLOYMENT_TYPE = 0 # The reserved capacity is made up of densely deployed reservation blocks. DENSE = 64_932_607 DEPLOYMENT_TYPE_UNSPECIFIED = 234_847_180 end # Planning state before being submitted for evaluation module PlanningStatus # A value indicating that the enum field is not set. UNDEFINED_PLANNING_STATUS = 0 # Future Reservation is being drafted. DRAFT = 65_307_009 PLANNING_STATUS_UNSPECIFIED = 252_728_940 # Future Reservation has been submitted for evaluation by GCP. SUBMITTED = 450_918_619 end # The reservation mode which determines reservation-termination behavior and # expected pricing. module ReservationMode # A value indicating that the enum field is not set. UNDEFINED_RESERVATION_MODE = 0 # The delivered reservations will delivered at specified start time and # terminated at specified end time along with terminating the VMs running # on it. CALENDAR = 67_431_230 # The delivered reservations do not terminate VMs at the end of # reservations. This is default mode. DEFAULT = 115_302_945 RESERVATION_MODE_UNSPECIFIED = 233_810_606 end # Maintenance information for this reservation module SchedulingType # A value indicating that the enum field is not set. UNDEFINED_SCHEDULING_TYPE = 0 # Maintenance on all reserved instances in the reservation is synchronized. GROUPED = 474_540_862 # Unknown maintenance type. GROUP_MAINTENANCE_TYPE_UNSPECIFIED = 447_183_678 # Maintenance is not synchronized for this reservation. Instead, each # instance has its own maintenance window. INDEPENDENT = 127_011_674 end end |
#self_link ⇒ ::String
Returns Output only. [Output Only] Server-defined fully-qualified URL for this resource.
21781 21782 21783 21784 21785 21786 21787 21788 21789 21790 21791 21792 21793 21794 21795 21796 21797 21798 21799 21800 21801 21802 21803 21804 21805 21806 21807 21808 21809 21810 21811 21812 21813 21814 21815 21816 21817 21818 21819 21820 21821 21822 21823 21824 21825 21826 21827 21828 21829 21830 21831 21832 21833 21834 21835 21836 21837 21838 21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 21853 21854 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21781 class FutureReservation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module ConfidentialComputeType # A value indicating that the enum field is not set. UNDEFINED_CONFIDENTIAL_COMPUTE_TYPE = 0 # Intel Trust Domain Extensions. CONFIDENTIAL_COMPUTE_TYPE_TDX = 301_241_954 CONFIDENTIAL_COMPUTE_TYPE_UNSPECIFIED = 42_227_601 end # Type of the deployment requested as part of future reservation. module DeploymentType # A value indicating that the enum field is not set. UNDEFINED_DEPLOYMENT_TYPE = 0 # The reserved capacity is made up of densely deployed reservation blocks. DENSE = 64_932_607 DEPLOYMENT_TYPE_UNSPECIFIED = 234_847_180 end # Planning state before being submitted for evaluation module PlanningStatus # A value indicating that the enum field is not set. UNDEFINED_PLANNING_STATUS = 0 # Future Reservation is being drafted. DRAFT = 65_307_009 PLANNING_STATUS_UNSPECIFIED = 252_728_940 # Future Reservation has been submitted for evaluation by GCP. SUBMITTED = 450_918_619 end # The reservation mode which determines reservation-termination behavior and # expected pricing. module ReservationMode # A value indicating that the enum field is not set. UNDEFINED_RESERVATION_MODE = 0 # The delivered reservations will delivered at specified start time and # terminated at specified end time along with terminating the VMs running # on it. CALENDAR = 67_431_230 # The delivered reservations do not terminate VMs at the end of # reservations. This is default mode. DEFAULT = 115_302_945 RESERVATION_MODE_UNSPECIFIED = 233_810_606 end # Maintenance information for this reservation module SchedulingType # A value indicating that the enum field is not set. UNDEFINED_SCHEDULING_TYPE = 0 # Maintenance on all reserved instances in the reservation is synchronized. GROUPED = 474_540_862 # Unknown maintenance type. GROUP_MAINTENANCE_TYPE_UNSPECIFIED = 447_183_678 # Maintenance is not synchronized for this reservation. Instead, each # instance has its own maintenance window. INDEPENDENT = 127_011_674 end end |
#self_link_with_id ⇒ ::String
Returns Output only. [Output Only] Server-defined URL for this resource with the resource id.
21781 21782 21783 21784 21785 21786 21787 21788 21789 21790 21791 21792 21793 21794 21795 21796 21797 21798 21799 21800 21801 21802 21803 21804 21805 21806 21807 21808 21809 21810 21811 21812 21813 21814 21815 21816 21817 21818 21819 21820 21821 21822 21823 21824 21825 21826 21827 21828 21829 21830 21831 21832 21833 21834 21835 21836 21837 21838 21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 21853 21854 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21781 class FutureReservation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module ConfidentialComputeType # A value indicating that the enum field is not set. UNDEFINED_CONFIDENTIAL_COMPUTE_TYPE = 0 # Intel Trust Domain Extensions. CONFIDENTIAL_COMPUTE_TYPE_TDX = 301_241_954 CONFIDENTIAL_COMPUTE_TYPE_UNSPECIFIED = 42_227_601 end # Type of the deployment requested as part of future reservation. module DeploymentType # A value indicating that the enum field is not set. UNDEFINED_DEPLOYMENT_TYPE = 0 # The reserved capacity is made up of densely deployed reservation blocks. DENSE = 64_932_607 DEPLOYMENT_TYPE_UNSPECIFIED = 234_847_180 end # Planning state before being submitted for evaluation module PlanningStatus # A value indicating that the enum field is not set. UNDEFINED_PLANNING_STATUS = 0 # Future Reservation is being drafted. DRAFT = 65_307_009 PLANNING_STATUS_UNSPECIFIED = 252_728_940 # Future Reservation has been submitted for evaluation by GCP. SUBMITTED = 450_918_619 end # The reservation mode which determines reservation-termination behavior and # expected pricing. module ReservationMode # A value indicating that the enum field is not set. UNDEFINED_RESERVATION_MODE = 0 # The delivered reservations will delivered at specified start time and # terminated at specified end time along with terminating the VMs running # on it. CALENDAR = 67_431_230 # The delivered reservations do not terminate VMs at the end of # reservations. This is default mode. DEFAULT = 115_302_945 RESERVATION_MODE_UNSPECIFIED = 233_810_606 end # Maintenance information for this reservation module SchedulingType # A value indicating that the enum field is not set. UNDEFINED_SCHEDULING_TYPE = 0 # Maintenance on all reserved instances in the reservation is synchronized. GROUPED = 474_540_862 # Unknown maintenance type. GROUP_MAINTENANCE_TYPE_UNSPECIFIED = 447_183_678 # Maintenance is not synchronized for this reservation. Instead, each # instance has its own maintenance window. INDEPENDENT = 127_011_674 end end |
#share_settings ⇒ ::Google::Cloud::Compute::V1::ShareSettings
Returns List of Projects/Folders to share with.
21781 21782 21783 21784 21785 21786 21787 21788 21789 21790 21791 21792 21793 21794 21795 21796 21797 21798 21799 21800 21801 21802 21803 21804 21805 21806 21807 21808 21809 21810 21811 21812 21813 21814 21815 21816 21817 21818 21819 21820 21821 21822 21823 21824 21825 21826 21827 21828 21829 21830 21831 21832 21833 21834 21835 21836 21837 21838 21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 21853 21854 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21781 class FutureReservation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module ConfidentialComputeType # A value indicating that the enum field is not set. UNDEFINED_CONFIDENTIAL_COMPUTE_TYPE = 0 # Intel Trust Domain Extensions. CONFIDENTIAL_COMPUTE_TYPE_TDX = 301_241_954 CONFIDENTIAL_COMPUTE_TYPE_UNSPECIFIED = 42_227_601 end # Type of the deployment requested as part of future reservation. module DeploymentType # A value indicating that the enum field is not set. UNDEFINED_DEPLOYMENT_TYPE = 0 # The reserved capacity is made up of densely deployed reservation blocks. DENSE = 64_932_607 DEPLOYMENT_TYPE_UNSPECIFIED = 234_847_180 end # Planning state before being submitted for evaluation module PlanningStatus # A value indicating that the enum field is not set. UNDEFINED_PLANNING_STATUS = 0 # Future Reservation is being drafted. DRAFT = 65_307_009 PLANNING_STATUS_UNSPECIFIED = 252_728_940 # Future Reservation has been submitted for evaluation by GCP. SUBMITTED = 450_918_619 end # The reservation mode which determines reservation-termination behavior and # expected pricing. module ReservationMode # A value indicating that the enum field is not set. UNDEFINED_RESERVATION_MODE = 0 # The delivered reservations will delivered at specified start time and # terminated at specified end time along with terminating the VMs running # on it. CALENDAR = 67_431_230 # The delivered reservations do not terminate VMs at the end of # reservations. This is default mode. DEFAULT = 115_302_945 RESERVATION_MODE_UNSPECIFIED = 233_810_606 end # Maintenance information for this reservation module SchedulingType # A value indicating that the enum field is not set. UNDEFINED_SCHEDULING_TYPE = 0 # Maintenance on all reserved instances in the reservation is synchronized. GROUPED = 474_540_862 # Unknown maintenance type. GROUP_MAINTENANCE_TYPE_UNSPECIFIED = 447_183_678 # Maintenance is not synchronized for this reservation. Instead, each # instance has its own maintenance window. INDEPENDENT = 127_011_674 end end |
#specific_reservation_required ⇒ ::Boolean
Returns Indicates whether the auto-created reservation can be consumed by VMs with affinity for "any" reservation. If the field is set, then only VMs that target the reservation by name can consume from the delivered reservation.
21781 21782 21783 21784 21785 21786 21787 21788 21789 21790 21791 21792 21793 21794 21795 21796 21797 21798 21799 21800 21801 21802 21803 21804 21805 21806 21807 21808 21809 21810 21811 21812 21813 21814 21815 21816 21817 21818 21819 21820 21821 21822 21823 21824 21825 21826 21827 21828 21829 21830 21831 21832 21833 21834 21835 21836 21837 21838 21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 21853 21854 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21781 class FutureReservation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module ConfidentialComputeType # A value indicating that the enum field is not set. UNDEFINED_CONFIDENTIAL_COMPUTE_TYPE = 0 # Intel Trust Domain Extensions. CONFIDENTIAL_COMPUTE_TYPE_TDX = 301_241_954 CONFIDENTIAL_COMPUTE_TYPE_UNSPECIFIED = 42_227_601 end # Type of the deployment requested as part of future reservation. module DeploymentType # A value indicating that the enum field is not set. UNDEFINED_DEPLOYMENT_TYPE = 0 # The reserved capacity is made up of densely deployed reservation blocks. DENSE = 64_932_607 DEPLOYMENT_TYPE_UNSPECIFIED = 234_847_180 end # Planning state before being submitted for evaluation module PlanningStatus # A value indicating that the enum field is not set. UNDEFINED_PLANNING_STATUS = 0 # Future Reservation is being drafted. DRAFT = 65_307_009 PLANNING_STATUS_UNSPECIFIED = 252_728_940 # Future Reservation has been submitted for evaluation by GCP. SUBMITTED = 450_918_619 end # The reservation mode which determines reservation-termination behavior and # expected pricing. module ReservationMode # A value indicating that the enum field is not set. UNDEFINED_RESERVATION_MODE = 0 # The delivered reservations will delivered at specified start time and # terminated at specified end time along with terminating the VMs running # on it. CALENDAR = 67_431_230 # The delivered reservations do not terminate VMs at the end of # reservations. This is default mode. DEFAULT = 115_302_945 RESERVATION_MODE_UNSPECIFIED = 233_810_606 end # Maintenance information for this reservation module SchedulingType # A value indicating that the enum field is not set. UNDEFINED_SCHEDULING_TYPE = 0 # Maintenance on all reserved instances in the reservation is synchronized. GROUPED = 474_540_862 # Unknown maintenance type. GROUP_MAINTENANCE_TYPE_UNSPECIFIED = 447_183_678 # Maintenance is not synchronized for this reservation. Instead, each # instance has its own maintenance window. INDEPENDENT = 127_011_674 end end |
#specific_sku_properties ⇒ ::Google::Cloud::Compute::V1::FutureReservationSpecificSKUProperties
Returns Future Reservation configuration to indicate instance properties and total count.
21781 21782 21783 21784 21785 21786 21787 21788 21789 21790 21791 21792 21793 21794 21795 21796 21797 21798 21799 21800 21801 21802 21803 21804 21805 21806 21807 21808 21809 21810 21811 21812 21813 21814 21815 21816 21817 21818 21819 21820 21821 21822 21823 21824 21825 21826 21827 21828 21829 21830 21831 21832 21833 21834 21835 21836 21837 21838 21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 21853 21854 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21781 class FutureReservation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module ConfidentialComputeType # A value indicating that the enum field is not set. UNDEFINED_CONFIDENTIAL_COMPUTE_TYPE = 0 # Intel Trust Domain Extensions. CONFIDENTIAL_COMPUTE_TYPE_TDX = 301_241_954 CONFIDENTIAL_COMPUTE_TYPE_UNSPECIFIED = 42_227_601 end # Type of the deployment requested as part of future reservation. module DeploymentType # A value indicating that the enum field is not set. UNDEFINED_DEPLOYMENT_TYPE = 0 # The reserved capacity is made up of densely deployed reservation blocks. DENSE = 64_932_607 DEPLOYMENT_TYPE_UNSPECIFIED = 234_847_180 end # Planning state before being submitted for evaluation module PlanningStatus # A value indicating that the enum field is not set. UNDEFINED_PLANNING_STATUS = 0 # Future Reservation is being drafted. DRAFT = 65_307_009 PLANNING_STATUS_UNSPECIFIED = 252_728_940 # Future Reservation has been submitted for evaluation by GCP. SUBMITTED = 450_918_619 end # The reservation mode which determines reservation-termination behavior and # expected pricing. module ReservationMode # A value indicating that the enum field is not set. UNDEFINED_RESERVATION_MODE = 0 # The delivered reservations will delivered at specified start time and # terminated at specified end time along with terminating the VMs running # on it. CALENDAR = 67_431_230 # The delivered reservations do not terminate VMs at the end of # reservations. This is default mode. DEFAULT = 115_302_945 RESERVATION_MODE_UNSPECIFIED = 233_810_606 end # Maintenance information for this reservation module SchedulingType # A value indicating that the enum field is not set. UNDEFINED_SCHEDULING_TYPE = 0 # Maintenance on all reserved instances in the reservation is synchronized. GROUPED = 474_540_862 # Unknown maintenance type. GROUP_MAINTENANCE_TYPE_UNSPECIFIED = 447_183_678 # Maintenance is not synchronized for this reservation. Instead, each # instance has its own maintenance window. INDEPENDENT = 127_011_674 end end |
#status ⇒ ::Google::Cloud::Compute::V1::FutureReservationStatus
Returns Output only. [Output only] Status of the Future Reservation.
21781 21782 21783 21784 21785 21786 21787 21788 21789 21790 21791 21792 21793 21794 21795 21796 21797 21798 21799 21800 21801 21802 21803 21804 21805 21806 21807 21808 21809 21810 21811 21812 21813 21814 21815 21816 21817 21818 21819 21820 21821 21822 21823 21824 21825 21826 21827 21828 21829 21830 21831 21832 21833 21834 21835 21836 21837 21838 21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 21853 21854 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21781 class FutureReservation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module ConfidentialComputeType # A value indicating that the enum field is not set. UNDEFINED_CONFIDENTIAL_COMPUTE_TYPE = 0 # Intel Trust Domain Extensions. CONFIDENTIAL_COMPUTE_TYPE_TDX = 301_241_954 CONFIDENTIAL_COMPUTE_TYPE_UNSPECIFIED = 42_227_601 end # Type of the deployment requested as part of future reservation. module DeploymentType # A value indicating that the enum field is not set. UNDEFINED_DEPLOYMENT_TYPE = 0 # The reserved capacity is made up of densely deployed reservation blocks. DENSE = 64_932_607 DEPLOYMENT_TYPE_UNSPECIFIED = 234_847_180 end # Planning state before being submitted for evaluation module PlanningStatus # A value indicating that the enum field is not set. UNDEFINED_PLANNING_STATUS = 0 # Future Reservation is being drafted. DRAFT = 65_307_009 PLANNING_STATUS_UNSPECIFIED = 252_728_940 # Future Reservation has been submitted for evaluation by GCP. SUBMITTED = 450_918_619 end # The reservation mode which determines reservation-termination behavior and # expected pricing. module ReservationMode # A value indicating that the enum field is not set. UNDEFINED_RESERVATION_MODE = 0 # The delivered reservations will delivered at specified start time and # terminated at specified end time along with terminating the VMs running # on it. CALENDAR = 67_431_230 # The delivered reservations do not terminate VMs at the end of # reservations. This is default mode. DEFAULT = 115_302_945 RESERVATION_MODE_UNSPECIFIED = 233_810_606 end # Maintenance information for this reservation module SchedulingType # A value indicating that the enum field is not set. UNDEFINED_SCHEDULING_TYPE = 0 # Maintenance on all reserved instances in the reservation is synchronized. GROUPED = 474_540_862 # Unknown maintenance type. GROUP_MAINTENANCE_TYPE_UNSPECIFIED = 447_183_678 # Maintenance is not synchronized for this reservation. Instead, each # instance has its own maintenance window. INDEPENDENT = 127_011_674 end end |
#time_window ⇒ ::Google::Cloud::Compute::V1::FutureReservationTimeWindow
Returns Time window for this Future Reservation.
21781 21782 21783 21784 21785 21786 21787 21788 21789 21790 21791 21792 21793 21794 21795 21796 21797 21798 21799 21800 21801 21802 21803 21804 21805 21806 21807 21808 21809 21810 21811 21812 21813 21814 21815 21816 21817 21818 21819 21820 21821 21822 21823 21824 21825 21826 21827 21828 21829 21830 21831 21832 21833 21834 21835 21836 21837 21838 21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 21853 21854 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21781 class FutureReservation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module ConfidentialComputeType # A value indicating that the enum field is not set. UNDEFINED_CONFIDENTIAL_COMPUTE_TYPE = 0 # Intel Trust Domain Extensions. CONFIDENTIAL_COMPUTE_TYPE_TDX = 301_241_954 CONFIDENTIAL_COMPUTE_TYPE_UNSPECIFIED = 42_227_601 end # Type of the deployment requested as part of future reservation. module DeploymentType # A value indicating that the enum field is not set. UNDEFINED_DEPLOYMENT_TYPE = 0 # The reserved capacity is made up of densely deployed reservation blocks. DENSE = 64_932_607 DEPLOYMENT_TYPE_UNSPECIFIED = 234_847_180 end # Planning state before being submitted for evaluation module PlanningStatus # A value indicating that the enum field is not set. UNDEFINED_PLANNING_STATUS = 0 # Future Reservation is being drafted. DRAFT = 65_307_009 PLANNING_STATUS_UNSPECIFIED = 252_728_940 # Future Reservation has been submitted for evaluation by GCP. SUBMITTED = 450_918_619 end # The reservation mode which determines reservation-termination behavior and # expected pricing. module ReservationMode # A value indicating that the enum field is not set. UNDEFINED_RESERVATION_MODE = 0 # The delivered reservations will delivered at specified start time and # terminated at specified end time along with terminating the VMs running # on it. CALENDAR = 67_431_230 # The delivered reservations do not terminate VMs at the end of # reservations. This is default mode. DEFAULT = 115_302_945 RESERVATION_MODE_UNSPECIFIED = 233_810_606 end # Maintenance information for this reservation module SchedulingType # A value indicating that the enum field is not set. UNDEFINED_SCHEDULING_TYPE = 0 # Maintenance on all reserved instances in the reservation is synchronized. GROUPED = 474_540_862 # Unknown maintenance type. GROUP_MAINTENANCE_TYPE_UNSPECIFIED = 447_183_678 # Maintenance is not synchronized for this reservation. Instead, each # instance has its own maintenance window. INDEPENDENT = 127_011_674 end end |
#zone ⇒ ::String
Returns Output only. [Output Only] URL of the Zone where this future reservation resides.
21781 21782 21783 21784 21785 21786 21787 21788 21789 21790 21791 21792 21793 21794 21795 21796 21797 21798 21799 21800 21801 21802 21803 21804 21805 21806 21807 21808 21809 21810 21811 21812 21813 21814 21815 21816 21817 21818 21819 21820 21821 21822 21823 21824 21825 21826 21827 21828 21829 21830 21831 21832 21833 21834 21835 21836 21837 21838 21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 21853 21854 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21781 class FutureReservation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module ConfidentialComputeType # A value indicating that the enum field is not set. UNDEFINED_CONFIDENTIAL_COMPUTE_TYPE = 0 # Intel Trust Domain Extensions. CONFIDENTIAL_COMPUTE_TYPE_TDX = 301_241_954 CONFIDENTIAL_COMPUTE_TYPE_UNSPECIFIED = 42_227_601 end # Type of the deployment requested as part of future reservation. module DeploymentType # A value indicating that the enum field is not set. UNDEFINED_DEPLOYMENT_TYPE = 0 # The reserved capacity is made up of densely deployed reservation blocks. DENSE = 64_932_607 DEPLOYMENT_TYPE_UNSPECIFIED = 234_847_180 end # Planning state before being submitted for evaluation module PlanningStatus # A value indicating that the enum field is not set. UNDEFINED_PLANNING_STATUS = 0 # Future Reservation is being drafted. DRAFT = 65_307_009 PLANNING_STATUS_UNSPECIFIED = 252_728_940 # Future Reservation has been submitted for evaluation by GCP. SUBMITTED = 450_918_619 end # The reservation mode which determines reservation-termination behavior and # expected pricing. module ReservationMode # A value indicating that the enum field is not set. UNDEFINED_RESERVATION_MODE = 0 # The delivered reservations will delivered at specified start time and # terminated at specified end time along with terminating the VMs running # on it. CALENDAR = 67_431_230 # The delivered reservations do not terminate VMs at the end of # reservations. This is default mode. DEFAULT = 115_302_945 RESERVATION_MODE_UNSPECIFIED = 233_810_606 end # Maintenance information for this reservation module SchedulingType # A value indicating that the enum field is not set. UNDEFINED_SCHEDULING_TYPE = 0 # Maintenance on all reserved instances in the reservation is synchronized. GROUPED = 474_540_862 # Unknown maintenance type. GROUP_MAINTENANCE_TYPE_UNSPECIFIED = 447_183_678 # Maintenance is not synchronized for this reservation. Instead, each # instance has its own maintenance window. INDEPENDENT = 127_011_674 end end |