Skip to content

Commit

Permalink
feat(networksecurity): update the api
Browse files Browse the repository at this point in the history
#### networksecurity:v1

The following keys were added:
- schemas.CustomMirroringProfile (Total Keys: 3)
- schemas.SecurityProfile.properties.customMirroringProfile.$ref (Total Keys: 1)
- schemas.SecurityProfileGroup.properties.customMirroringProfile.type (Total Keys: 1)

#### networksecurity:v1beta1

The following keys were added:
- schemas.CustomMirroringProfile (Total Keys: 3)
- schemas.SecurityProfile.properties.customMirroringProfile.$ref (Total Keys: 1)
- schemas.SecurityProfileGroup.properties.customMirroringProfile.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Oct 1, 2024
1 parent 4163dae commit c09fee6
Show file tree
Hide file tree
Showing 8 changed files with 171 additions and 97 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ <h3>Method Details</h3>

{ # SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes. Next ID: 11
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Resource creation timestamp.
&quot;customMirroringProfile&quot;: &quot;A String&quot;, # Optional. Reference to a SecurityProfile with the CustomMirroring configuration.
&quot;description&quot;: &quot;A String&quot;, # Optional. An optional description of the profile group. Max length 2048 characters.
&quot;etag&quot;: &quot;A String&quot;, # Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
&quot;labels&quot;: { # Optional. Labels as key value pairs.
Expand Down Expand Up @@ -204,6 +205,7 @@ <h3>Method Details</h3>

{ # SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes. Next ID: 11
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Resource creation timestamp.
&quot;customMirroringProfile&quot;: &quot;A String&quot;, # Optional. Reference to a SecurityProfile with the CustomMirroring configuration.
&quot;description&quot;: &quot;A String&quot;, # Optional. An optional description of the profile group. Max length 2048 characters.
&quot;etag&quot;: &quot;A String&quot;, # Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
&quot;labels&quot;: { # Optional. Labels as key value pairs.
Expand Down Expand Up @@ -236,6 +238,7 @@ <h3>Method Details</h3>
&quot;securityProfileGroups&quot;: [ # List of SecurityProfileGroups resources.
{ # SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes. Next ID: 11
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Resource creation timestamp.
&quot;customMirroringProfile&quot;: &quot;A String&quot;, # Optional. Reference to a SecurityProfile with the CustomMirroring configuration.
&quot;description&quot;: &quot;A String&quot;, # Optional. An optional description of the profile group. Max length 2048 characters.
&quot;etag&quot;: &quot;A String&quot;, # Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
&quot;labels&quot;: { # Optional. Labels as key value pairs.
Expand Down Expand Up @@ -274,6 +277,7 @@ <h3>Method Details</h3>

{ # SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes. Next ID: 11
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Resource creation timestamp.
&quot;customMirroringProfile&quot;: &quot;A String&quot;, # Optional. Reference to a SecurityProfile with the CustomMirroring configuration.
&quot;description&quot;: &quot;A String&quot;, # Optional. An optional description of the profile group. Max length 2048 characters.
&quot;etag&quot;: &quot;A String&quot;, # Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
&quot;labels&quot;: { # Optional. Labels as key value pairs.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ <h3>Method Details</h3>

{ # SecurityProfile is a resource that defines the behavior for one of many ProfileTypes. Next ID: 12
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Resource creation timestamp.
&quot;customMirroringProfile&quot;: { # CustomMirroringProfile defines an action for mirroring traffic to a collector&#x27;s EndpointGroup # The custom Packet Mirroring v2 configuration for the SecurityProfile.
&quot;mirroringEndpointGroup&quot;: &quot;A String&quot;, # Required. The MirroringEndpointGroup to which traffic associated with the SP should be mirrored.
},
&quot;description&quot;: &quot;A String&quot;, # Optional. An optional description of the profile. Max length 512 characters.
&quot;etag&quot;: &quot;A String&quot;, # Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
&quot;labels&quot;: { # Optional. Labels as key value pairs.
Expand Down Expand Up @@ -219,6 +222,9 @@ <h3>Method Details</h3>

{ # SecurityProfile is a resource that defines the behavior for one of many ProfileTypes. Next ID: 12
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Resource creation timestamp.
&quot;customMirroringProfile&quot;: { # CustomMirroringProfile defines an action for mirroring traffic to a collector&#x27;s EndpointGroup # The custom Packet Mirroring v2 configuration for the SecurityProfile.
&quot;mirroringEndpointGroup&quot;: &quot;A String&quot;, # Required. The MirroringEndpointGroup to which traffic associated with the SP should be mirrored.
},
&quot;description&quot;: &quot;A String&quot;, # Optional. An optional description of the profile. Max length 512 characters.
&quot;etag&quot;: &quot;A String&quot;, # Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
&quot;labels&quot;: { # Optional. Labels as key value pairs.
Expand Down Expand Up @@ -266,6 +272,9 @@ <h3>Method Details</h3>
&quot;securityProfiles&quot;: [ # List of SecurityProfile resources.
{ # SecurityProfile is a resource that defines the behavior for one of many ProfileTypes. Next ID: 12
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Resource creation timestamp.
&quot;customMirroringProfile&quot;: { # CustomMirroringProfile defines an action for mirroring traffic to a collector&#x27;s EndpointGroup # The custom Packet Mirroring v2 configuration for the SecurityProfile.
&quot;mirroringEndpointGroup&quot;: &quot;A String&quot;, # Required. The MirroringEndpointGroup to which traffic associated with the SP should be mirrored.
},
&quot;description&quot;: &quot;A String&quot;, # Optional. An optional description of the profile. Max length 512 characters.
&quot;etag&quot;: &quot;A String&quot;, # Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
&quot;labels&quot;: { # Optional. Labels as key value pairs.
Expand Down Expand Up @@ -319,6 +328,9 @@ <h3>Method Details</h3>

{ # SecurityProfile is a resource that defines the behavior for one of many ProfileTypes. Next ID: 12
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Resource creation timestamp.
&quot;customMirroringProfile&quot;: { # CustomMirroringProfile defines an action for mirroring traffic to a collector&#x27;s EndpointGroup # The custom Packet Mirroring v2 configuration for the SecurityProfile.
&quot;mirroringEndpointGroup&quot;: &quot;A String&quot;, # Required. The MirroringEndpointGroup to which traffic associated with the SP should be mirrored.
},
&quot;description&quot;: &quot;A String&quot;, # Optional. An optional description of the profile. Max length 512 characters.
&quot;etag&quot;: &quot;A String&quot;, # Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
&quot;labels&quot;: { # Optional. Labels as key value pairs.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ <h3>Method Details</h3>

{ # SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes. Next ID: 11
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Resource creation timestamp.
&quot;customMirroringProfile&quot;: &quot;A String&quot;, # Optional. Reference to a SecurityProfile with the CustomMirroring configuration.
&quot;description&quot;: &quot;A String&quot;, # Optional. An optional description of the profile group. Max length 2048 characters.
&quot;etag&quot;: &quot;A String&quot;, # Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
&quot;labels&quot;: { # Optional. Labels as key value pairs.
Expand Down Expand Up @@ -204,6 +205,7 @@ <h3>Method Details</h3>

{ # SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes. Next ID: 11
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Resource creation timestamp.
&quot;customMirroringProfile&quot;: &quot;A String&quot;, # Optional. Reference to a SecurityProfile with the CustomMirroring configuration.
&quot;description&quot;: &quot;A String&quot;, # Optional. An optional description of the profile group. Max length 2048 characters.
&quot;etag&quot;: &quot;A String&quot;, # Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
&quot;labels&quot;: { # Optional. Labels as key value pairs.
Expand Down Expand Up @@ -236,6 +238,7 @@ <h3>Method Details</h3>
&quot;securityProfileGroups&quot;: [ # List of SecurityProfileGroups resources.
{ # SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes. Next ID: 11
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Resource creation timestamp.
&quot;customMirroringProfile&quot;: &quot;A String&quot;, # Optional. Reference to a SecurityProfile with the CustomMirroring configuration.
&quot;description&quot;: &quot;A String&quot;, # Optional. An optional description of the profile group. Max length 2048 characters.
&quot;etag&quot;: &quot;A String&quot;, # Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
&quot;labels&quot;: { # Optional. Labels as key value pairs.
Expand Down Expand Up @@ -274,6 +277,7 @@ <h3>Method Details</h3>

{ # SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes. Next ID: 11
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Resource creation timestamp.
&quot;customMirroringProfile&quot;: &quot;A String&quot;, # Optional. Reference to a SecurityProfile with the CustomMirroring configuration.
&quot;description&quot;: &quot;A String&quot;, # Optional. An optional description of the profile group. Max length 2048 characters.
&quot;etag&quot;: &quot;A String&quot;, # Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
&quot;labels&quot;: { # Optional. Labels as key value pairs.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ <h3>Method Details</h3>

{ # SecurityProfile is a resource that defines the behavior for one of many ProfileTypes. Next ID: 12
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Resource creation timestamp.
&quot;customMirroringProfile&quot;: { # CustomMirroringProfile defines an action for mirroring traffic to a collector&#x27;s EndpointGroup # The custom Packet Mirroring v2 configuration for the SecurityProfile.
&quot;mirroringEndpointGroup&quot;: &quot;A String&quot;, # Required. The MirroringEndpointGroup to which traffic associated with the SP should be mirrored.
},
&quot;description&quot;: &quot;A String&quot;, # Optional. An optional description of the profile. Max length 512 characters.
&quot;etag&quot;: &quot;A String&quot;, # Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
&quot;labels&quot;: { # Optional. Labels as key value pairs.
Expand Down Expand Up @@ -219,6 +222,9 @@ <h3>Method Details</h3>

{ # SecurityProfile is a resource that defines the behavior for one of many ProfileTypes. Next ID: 12
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Resource creation timestamp.
&quot;customMirroringProfile&quot;: { # CustomMirroringProfile defines an action for mirroring traffic to a collector&#x27;s EndpointGroup # The custom Packet Mirroring v2 configuration for the SecurityProfile.
&quot;mirroringEndpointGroup&quot;: &quot;A String&quot;, # Required. The MirroringEndpointGroup to which traffic associated with the SP should be mirrored.
},
&quot;description&quot;: &quot;A String&quot;, # Optional. An optional description of the profile. Max length 512 characters.
&quot;etag&quot;: &quot;A String&quot;, # Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
&quot;labels&quot;: { # Optional. Labels as key value pairs.
Expand Down Expand Up @@ -266,6 +272,9 @@ <h3>Method Details</h3>
&quot;securityProfiles&quot;: [ # List of SecurityProfile resources.
{ # SecurityProfile is a resource that defines the behavior for one of many ProfileTypes. Next ID: 12
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Resource creation timestamp.
&quot;customMirroringProfile&quot;: { # CustomMirroringProfile defines an action for mirroring traffic to a collector&#x27;s EndpointGroup # The custom Packet Mirroring v2 configuration for the SecurityProfile.
&quot;mirroringEndpointGroup&quot;: &quot;A String&quot;, # Required. The MirroringEndpointGroup to which traffic associated with the SP should be mirrored.
},
&quot;description&quot;: &quot;A String&quot;, # Optional. An optional description of the profile. Max length 512 characters.
&quot;etag&quot;: &quot;A String&quot;, # Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
&quot;labels&quot;: { # Optional. Labels as key value pairs.
Expand Down Expand Up @@ -319,6 +328,9 @@ <h3>Method Details</h3>

{ # SecurityProfile is a resource that defines the behavior for one of many ProfileTypes. Next ID: 12
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Resource creation timestamp.
&quot;customMirroringProfile&quot;: { # CustomMirroringProfile defines an action for mirroring traffic to a collector&#x27;s EndpointGroup # The custom Packet Mirroring v2 configuration for the SecurityProfile.
&quot;mirroringEndpointGroup&quot;: &quot;A String&quot;, # Required. The MirroringEndpointGroup to which traffic associated with the SP should be mirrored.
},
&quot;description&quot;: &quot;A String&quot;, # Optional. An optional description of the profile. Max length 512 characters.
&quot;etag&quot;: &quot;A String&quot;, # Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
&quot;labels&quot;: { # Optional. Labels as key value pairs.
Expand Down
Loading

0 comments on commit c09fee6

Please sign in to comment.