Backup for GKE V1 API - Class Google::Cloud::GkeBackup::V1::CreateBackupPlanRequest (v0.3.0)

Reference documentation and code samples for the Backup for GKE V1 API class Google::Cloud::GkeBackup::V1::CreateBackupPlanRequest.

Request message for CreateBackupPlan.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#backup_plan

def backup_plan() -> ::Google::Cloud::GkeBackup::V1::BackupPlan
Returns

#backup_plan=

def backup_plan=(value) -> ::Google::Cloud::GkeBackup::V1::BackupPlan
Parameter
Returns

#backup_plan_id

def backup_plan_id() -> ::String
Returns
  • (::String) —

    Required. The client-provided short name for the BackupPlan resource. This name must:

    • be between 1 and 63 characters long (inclusive)
    • consist of only lower-case ASCII letters, numbers, and dashes
    • start with a lower-case letter
    • end with a lower-case letter or number
    • be unique within the set of BackupPlans in this location

#backup_plan_id=

def backup_plan_id=(value) -> ::String
Parameter
  • value (::String) —

    Required. The client-provided short name for the BackupPlan resource. This name must:

    • be between 1 and 63 characters long (inclusive)
    • consist of only lower-case ASCII letters, numbers, and dashes
    • start with a lower-case letter
    • end with a lower-case letter or number
    • be unique within the set of BackupPlans in this location
Returns
  • (::String) —

    Required. The client-provided short name for the BackupPlan resource. This name must:

    • be between 1 and 63 characters long (inclusive)
    • consist of only lower-case ASCII letters, numbers, and dashes
    • start with a lower-case letter
    • end with a lower-case letter or number
    • be unique within the set of BackupPlans in this location

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The location within which to create the BackupPlan. Format: projects//locations/

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The location within which to create the BackupPlan. Format: projects//locations/
Returns
  • (::String) — Required. The location within which to create the BackupPlan. Format: projects//locations/