Network Security v1 API - Class ListSecurityProfileGroupsRequest (1.0.0-beta01)

public sealed class ListSecurityProfileGroupsRequest : IPageRequest, IMessage<ListSecurityProfileGroupsRequest>, IEquatable<ListSecurityProfileGroupsRequest>, IDeepCloneable<ListSecurityProfileGroupsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Security v1 API class ListSecurityProfileGroupsRequest.

Request used with the ListSecurityProfileGroups method.

Inheritance

object > ListSecurityProfileGroupsRequest

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Constructors

ListSecurityProfileGroupsRequest()

public ListSecurityProfileGroupsRequest()

ListSecurityProfileGroupsRequest(ListSecurityProfileGroupsRequest)

public ListSecurityProfileGroupsRequest(ListSecurityProfileGroupsRequest other)
Parameter
Name Description
other ListSecurityProfileGroupsRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. Maximum number of SecurityProfileGroups to return per call.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. The value returned by the last ListSecurityProfileGroupsResponse Indicates that this is a continuation of a prior ListSecurityProfileGroups call, and that the system should return the next page of data.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The project or organization and location from which the SecurityProfileGroups should be listed, specified 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