public sealed class CreateSecurityProfileGroupRequest : IMessage<CreateSecurityProfileGroupRequest>, IEquatable<CreateSecurityProfileGroupRequest>, IDeepCloneable<CreateSecurityProfileGroupRequest>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API class CreateSecurityProfileGroupRequest.
Request used by the CreateSecurityProfileGroup method.
Implements
IMessageCreateSecurityProfileGroupRequest, IEquatableCreateSecurityProfileGroupRequest, IDeepCloneableCreateSecurityProfileGroupRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
CreateSecurityProfileGroupRequest()
public CreateSecurityProfileGroupRequest()CreateSecurityProfileGroupRequest(CreateSecurityProfileGroupRequest)
public CreateSecurityProfileGroupRequest(CreateSecurityProfileGroupRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateSecurityProfileGroupRequest |
Properties
Parent
public string Parent { get; set; }Required. The parent resource of the SecurityProfileGroup. Must be in the
format projects|organizations/*/locations/{location}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|
ParentAsOrganizationLocationName
public OrganizationLocationName ParentAsOrganizationLocationName { get; set; }OrganizationLocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
OrganizationLocationName |
|
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }IResourceName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
IResourceName |
|
SecurityProfileGroup
public SecurityProfileGroup SecurityProfileGroup { get; set; }Required. SecurityProfileGroup resource to be created.
| Property Value | |
|---|---|
| Type | Description |
SecurityProfileGroup |
|
SecurityProfileGroupId
public string SecurityProfileGroupId { get; set; }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".
| Property Value | |
|---|---|
| Type | Description |
string |
|