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

public sealed class CreateUrlListRequest : IMessage<CreateUrlListRequest>, IEquatable<CreateUrlListRequest>, IDeepCloneable<CreateUrlListRequest>, IBufferMessage, IMessage

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

Request used by the CreateUrlList method.

Inheritance

object > CreateUrlListRequest

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Constructors

CreateUrlListRequest()

public CreateUrlListRequest()

CreateUrlListRequest(CreateUrlListRequest)

public CreateUrlListRequest(CreateUrlListRequest other)
Parameter
Name Description
other CreateUrlListRequest

Properties

Parent

public string Parent { get; set; }

Required. The parent resource of the UrlList. Must be in the format projects/*/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

UrlList

public UrlList UrlList { get; set; }

Required. UrlList resource to be created.

Property Value
Type Description
UrlList

UrlListId

public string UrlListId { get; set; }

Required. Short name of the UrlList 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. "url_list".

Property Value
Type Description
string