Show / Hide Table of Contents

Class SecurityPolicyUserDefinedField

Inheritance
object
SecurityPolicyUserDefinedField
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class SecurityPolicyUserDefinedField : IDirectResponseSchema

Properties

Base__

The base relative to which 'offset' is measured. Possible values are: - IPV4: Points to the beginning of the IPv4 header. - IPV6: Points to the beginning of the IPv6 header. - TCP: Points to the beginning of the TCP header, skipping over any IPv4 options or IPv6 extension headers. Not present for non-first fragments. - UDP: Points to the beginning of the UDP header, skipping over any IPv4 options or IPv6 extension headers. Not present for non-first fragments. required

Declaration
[JsonProperty("base")]
public virtual string Base__ { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Mask

If specified, apply this mask (bitwise AND) to the field to ignore bits before matching. Encoded as a hexadecimal number (starting with "0x"). The last byte of the field (in network byte order) corresponds to the least significant byte of the mask.

Declaration
[JsonProperty("mask")]
public virtual string Mask { get; set; }
Property Value
Type Description
string

Name

The name of this field. Must be unique within the policy.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Offset

Offset of the first byte of the field (in network byte order) relative to 'base'.

Declaration
[JsonProperty("offset")]
public virtual int? Offset { get; set; }
Property Value
Type Description
int?

Size

Size of the field in bytes. Valid values: 1-4.

Declaration
[JsonProperty("size")]
public virtual int? Size { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX