Network Security V1 API - Class Google::Cloud::NetworkSecurity::V1::CreateSecurityProfileGroupRequest (v0.1.0)

Reference documentation and code samples for the Network Security V1 API class Google::Cloud::NetworkSecurity::V1::CreateSecurityProfileGroupRequest.

Request used by the CreateSecurityProfileGroup method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource of the SecurityProfileGroup. Must be in the format projects|organizations/*/locations/{location}.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent resource of the SecurityProfileGroup. Must be in the format projects|organizations/*/locations/{location}.
Returns
  • (::String) — Required. The parent resource of the SecurityProfileGroup. Must be in the format projects|organizations/*/locations/{location}.

#security_profile_group

def security_profile_group() -> ::Google::Cloud::NetworkSecurity::V1::SecurityProfileGroup
Returns

#security_profile_group=

def security_profile_group=(value) -> ::Google::Cloud::NetworkSecurity::V1::SecurityProfileGroup
Parameter
Returns

#security_profile_group_id

def security_profile_group_id() -> ::String
Returns
  • (::String) — Required. Short name of the SecurityProfileGroup resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "security_profile_group1".

#security_profile_group_id=

def security_profile_group_id=(value) -> ::String
Parameter
  • value (::String) — Required. Short name of the SecurityProfileGroup resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "security_profile_group1".
Returns
  • (::String) — Required. Short name of the SecurityProfileGroup resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "security_profile_group1".