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

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

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

Request used with the ListSecurityProfiles method.

Inheritance

object > ListSecurityProfilesRequest

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Constructors

ListSecurityProfilesRequest()

public ListSecurityProfilesRequest()

ListSecurityProfilesRequest(ListSecurityProfilesRequest)

public ListSecurityProfilesRequest(ListSecurityProfilesRequest other)
Parameter
Name Description
other ListSecurityProfilesRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. Maximum number of SecurityProfiles to return per call.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. The value returned by the last ListSecurityProfilesResponse Indicates that this is a continuation of a prior ListSecurityProfiles 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 SecurityProfiles 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