Reference documentation and code samples for the Backup for GKE V1 API class Google::Cloud::GkeBackup::V1::CreateRestoreChannelRequest.
Request message for CreateRestoreChannel.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
-
(::String) — Required. The location within which to create the RestoreChannel.
Format:
projects/*/locations/*
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The location within which to create the RestoreChannel.
Format:
projects/*/locations/*
-
(::String) — Required. The location within which to create the RestoreChannel.
Format:
projects/*/locations/*
#restore_channel
def restore_channel() -> ::Google::Cloud::GkeBackup::V1::RestoreChannel
- (::Google::Cloud::GkeBackup::V1::RestoreChannel) — Required. The RestoreChannel resource object to create.
#restore_channel=
def restore_channel=(value) -> ::Google::Cloud::GkeBackup::V1::RestoreChannel
- value (::Google::Cloud::GkeBackup::V1::RestoreChannel) — Required. The RestoreChannel resource object to create.
- (::Google::Cloud::GkeBackup::V1::RestoreChannel) — Required. The RestoreChannel resource object to create.
#restore_channel_id
def restore_channel_id() -> ::String
-
(::String) —
Optional. The client-provided short name for the RestoreChannel 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 RestoreChannels in this location If the user does not provide a name, a uuid will be used as the name.
#restore_channel_id=
def restore_channel_id=(value) -> ::String
-
value (::String) —
Optional. The client-provided short name for the RestoreChannel 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 RestoreChannels in this location If the user does not provide a name, a uuid will be used as the name.
-
(::String) —
Optional. The client-provided short name for the RestoreChannel 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 RestoreChannels in this location If the user does not provide a name, a uuid will be used as the name.