Cloud OS Config V1 API - Class Google::Cloud::OsConfig::V1::CreatePatchDeploymentRequest (v0.10.0)

Reference documentation and code samples for the Cloud OS Config V1 API class Google::Cloud::OsConfig::V1::CreatePatchDeploymentRequest.

A request message for creating a patch deployment.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The project to apply this patch deployment to in the form projects/*.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The project to apply this patch deployment to in the form projects/*.
Returns
  • (::String) — Required. The project to apply this patch deployment to in the form projects/*.

#patch_deployment

def patch_deployment() -> ::Google::Cloud::OsConfig::V1::PatchDeployment
Returns

#patch_deployment=

def patch_deployment=(value) -> ::Google::Cloud::OsConfig::V1::PatchDeployment
Parameter
Returns

#patch_deployment_id

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

    Required. A name for the patch deployment in the project. When creating a name the following rules apply:

    • Must contain only lowercase letters, numbers, and hyphens.
    • Must start with a letter.
    • Must be between 1-63 characters.
    • Must end with a number or a letter.
    • Must be unique within the project.

#patch_deployment_id=

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

    Required. A name for the patch deployment in the project. When creating a name the following rules apply:

    • Must contain only lowercase letters, numbers, and hyphens.
    • Must start with a letter.
    • Must be between 1-63 characters.
    • Must end with a number or a letter.
    • Must be unique within the project.
Returns
  • (::String) —

    Required. A name for the patch deployment in the project. When creating a name the following rules apply:

    • Must contain only lowercase letters, numbers, and hyphens.
    • Must start with a letter.
    • Must be between 1-63 characters.
    • Must end with a number or a letter.
    • Must be unique within the project.