Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::ReservationSubBlocksReportFaultyRequest.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#disruption_schedule
def disruption_schedule() -> ::String
Returns
- (::String) — The disruption schedule for the subBlock. Check the DisruptionSchedule enum for the list of possible values.
#disruption_schedule=
def disruption_schedule=(value) -> ::String
Parameter
- value (::String) — The disruption schedule for the subBlock. Check the DisruptionSchedule enum for the list of possible values.
Returns
- (::String) — The disruption schedule for the subBlock. Check the DisruptionSchedule enum for the list of possible values.
#failure_component
def failure_component() -> ::String
Returns
- (::String) — The component that experienced the fault. Check the FailureComponent enum for the list of possible values.
#failure_component=
def failure_component=(value) -> ::String
Parameter
- value (::String) — The component that experienced the fault. Check the FailureComponent enum for the list of possible values.
Returns
- (::String) — The component that experienced the fault. Check the FailureComponent enum for the list of possible values.
#fault_reasons
def fault_reasons() -> ::Array<::Google::Cloud::Compute::V1::ReservationSubBlocksReportFaultyRequestFaultReason>
Returns
- (::Array<::Google::Cloud::Compute::V1::ReservationSubBlocksReportFaultyRequestFaultReason>) — The reasons for the fault experienced with the subBlock.
#fault_reasons=
def fault_reasons=(value) -> ::Array<::Google::Cloud::Compute::V1::ReservationSubBlocksReportFaultyRequestFaultReason>
Parameter
- value (::Array<::Google::Cloud::Compute::V1::ReservationSubBlocksReportFaultyRequestFaultReason>) — The reasons for the fault experienced with the subBlock.
Returns
- (::Array<::Google::Cloud::Compute::V1::ReservationSubBlocksReportFaultyRequestFaultReason>) — The reasons for the fault experienced with the subBlock.