Class: Google::Cloud::OsConfig::V1alpha::CreateOSPolicyAssignmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1alpha::CreateOSPolicyAssignmentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1alpha/os_policy_assignments.rb
Overview
A request message to create an OS policy assignment
Instance Attribute Summary collapse
-
#os_policy_assignment ⇒ ::Google::Cloud::OsConfig::V1alpha::OSPolicyAssignment
Required.
-
#os_policy_assignment_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#os_policy_assignment ⇒ ::Google::Cloud::OsConfig::V1alpha::OSPolicyAssignment
Returns Required. The OS policy assignment to be created.
297 298 299 300 |
# File 'proto_docs/google/cloud/osconfig/v1alpha/os_policy_assignments.rb', line 297 class CreateOSPolicyAssignmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#os_policy_assignment_id ⇒ ::String
Returns Required. The logical name of the OS policy assignment in the project with the following restrictions:
- 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.
297 298 299 300 |
# File 'proto_docs/google/cloud/osconfig/v1alpha/os_policy_assignments.rb', line 297 class CreateOSPolicyAssignmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent resource name in the form: projects/{project}/locations/{location}.
297 298 299 300 |
# File 'proto_docs/google/cloud/osconfig/v1alpha/os_policy_assignments.rb', line 297 class CreateOSPolicyAssignmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |