Skip to content

Commit

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

The following keys were added:
- schemas.AbortInfo.properties.ipAddress.type (Total Keys: 1)
- schemas.DeliverInfo.properties.ipAddress.type (Total Keys: 1)
- schemas.ForwardInfo.properties.ipAddress.type (Total Keys: 1)

#### networkmanagement:v1beta1

The following keys were added:
- schemas.AbortInfo.properties.ipAddress.type (Total Keys: 1)
- schemas.DeliverInfo.properties.ipAddress.type (Total Keys: 1)
- schemas.ForwardInfo.properties.ipAddress.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Mar 5, 2024
1 parent dd635a4 commit d1b5e99
Show file tree
Hide file tree
Showing 4 changed files with 194 additions and 50 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@ <h3>Method Details</h3>
{ # A simulated forwarding path is composed of multiple steps. Each step has a well-defined state and an associated configuration.
&quot;abort&quot;: { # Details of the final state &quot;abort&quot; and associated resource. # Display information of the final state &quot;abort&quot; and reason.
&quot;cause&quot;: &quot;A String&quot;, # Causes that the analysis is aborted.
&quot;projectsMissingPermission&quot;: [ # List of project IDs that the user has specified in the request but does not have permission to access network configs. Analysis is aborted in this case with the PERMISSION_DENIED cause.
&quot;ipAddress&quot;: &quot;A String&quot;, # IP address that caused the abort.
&quot;projectsMissingPermission&quot;: [ # List of project IDs the user specified in the request but lacks access to. In this case, analysis is aborted with the PERMISSION_DENIED cause.
&quot;A String&quot;,
],
&quot;resourceUri&quot;: &quot;A String&quot;, # URI of the resource that caused the abort.
Expand Down Expand Up @@ -252,6 +253,7 @@ <h3>Method Details</h3>
&quot;uri&quot;: &quot;A String&quot;, # URI of a Cloud SQL instance.
},
&quot;deliver&quot;: { # Details of the final state &quot;deliver&quot; and associated resource. # Display information of the final state &quot;deliver&quot; and reason.
&quot;ipAddress&quot;: &quot;A String&quot;, # IP address of the target (if applicable).
&quot;resourceUri&quot;: &quot;A String&quot;, # URI of the resource that the packet is delivered to.
&quot;target&quot;: &quot;A String&quot;, # Target type where the packet is delivered to.
},
Expand Down Expand Up @@ -290,6 +292,7 @@ <h3>Method Details</h3>
&quot;uri&quot;: &quot;A String&quot;, # The URI of the VPC firewall rule. This field is not applicable to implied firewall rules or hierarchical firewall policy rules.
},
&quot;forward&quot;: { # Details of the final state &quot;forward&quot; and associated resource. # Display information of the final state &quot;forward&quot; and reason.
&quot;ipAddress&quot;: &quot;A String&quot;, # IP address of the target (if applicable).
&quot;resourceUri&quot;: &quot;A String&quot;, # URI of the resource that the packet is forwarded to.
&quot;target&quot;: &quot;A String&quot;, # Target type where this packet is forwarded to.
},
Expand Down Expand Up @@ -654,7 +657,8 @@ <h3>Method Details</h3>
{ # A simulated forwarding path is composed of multiple steps. Each step has a well-defined state and an associated configuration.
&quot;abort&quot;: { # Details of the final state &quot;abort&quot; and associated resource. # Display information of the final state &quot;abort&quot; and reason.
&quot;cause&quot;: &quot;A String&quot;, # Causes that the analysis is aborted.
&quot;projectsMissingPermission&quot;: [ # List of project IDs that the user has specified in the request but does not have permission to access network configs. Analysis is aborted in this case with the PERMISSION_DENIED cause.
&quot;ipAddress&quot;: &quot;A String&quot;, # IP address that caused the abort.
&quot;projectsMissingPermission&quot;: [ # List of project IDs the user specified in the request but lacks access to. In this case, analysis is aborted with the PERMISSION_DENIED cause.
&quot;A String&quot;,
],
&quot;resourceUri&quot;: &quot;A String&quot;, # URI of the resource that caused the abort.
Expand Down Expand Up @@ -687,6 +691,7 @@ <h3>Method Details</h3>
&quot;uri&quot;: &quot;A String&quot;, # URI of a Cloud SQL instance.
},
&quot;deliver&quot;: { # Details of the final state &quot;deliver&quot; and associated resource. # Display information of the final state &quot;deliver&quot; and reason.
&quot;ipAddress&quot;: &quot;A String&quot;, # IP address of the target (if applicable).
&quot;resourceUri&quot;: &quot;A String&quot;, # URI of the resource that the packet is delivered to.
&quot;target&quot;: &quot;A String&quot;, # Target type where the packet is delivered to.
},
Expand Down Expand Up @@ -725,6 +730,7 @@ <h3>Method Details</h3>
&quot;uri&quot;: &quot;A String&quot;, # The URI of the VPC firewall rule. This field is not applicable to implied firewall rules or hierarchical firewall policy rules.
},
&quot;forward&quot;: { # Details of the final state &quot;forward&quot; and associated resource. # Display information of the final state &quot;forward&quot; and reason.
&quot;ipAddress&quot;: &quot;A String&quot;, # IP address of the target (if applicable).
&quot;resourceUri&quot;: &quot;A String&quot;, # URI of the resource that the packet is forwarded to.
&quot;target&quot;: &quot;A String&quot;, # Target type where this packet is forwarded to.
},
Expand Down Expand Up @@ -1080,7 +1086,8 @@ <h3>Method Details</h3>
{ # A simulated forwarding path is composed of multiple steps. Each step has a well-defined state and an associated configuration.
&quot;abort&quot;: { # Details of the final state &quot;abort&quot; and associated resource. # Display information of the final state &quot;abort&quot; and reason.
&quot;cause&quot;: &quot;A String&quot;, # Causes that the analysis is aborted.
&quot;projectsMissingPermission&quot;: [ # List of project IDs that the user has specified in the request but does not have permission to access network configs. Analysis is aborted in this case with the PERMISSION_DENIED cause.
&quot;ipAddress&quot;: &quot;A String&quot;, # IP address that caused the abort.
&quot;projectsMissingPermission&quot;: [ # List of project IDs the user specified in the request but lacks access to. In this case, analysis is aborted with the PERMISSION_DENIED cause.
&quot;A String&quot;,
],
&quot;resourceUri&quot;: &quot;A String&quot;, # URI of the resource that caused the abort.
Expand Down Expand Up @@ -1113,6 +1120,7 @@ <h3>Method Details</h3>
&quot;uri&quot;: &quot;A String&quot;, # URI of a Cloud SQL instance.
},
&quot;deliver&quot;: { # Details of the final state &quot;deliver&quot; and associated resource. # Display information of the final state &quot;deliver&quot; and reason.
&quot;ipAddress&quot;: &quot;A String&quot;, # IP address of the target (if applicable).
&quot;resourceUri&quot;: &quot;A String&quot;, # URI of the resource that the packet is delivered to.
&quot;target&quot;: &quot;A String&quot;, # Target type where the packet is delivered to.
},
Expand Down Expand Up @@ -1151,6 +1159,7 @@ <h3>Method Details</h3>
&quot;uri&quot;: &quot;A String&quot;, # The URI of the VPC firewall rule. This field is not applicable to implied firewall rules or hierarchical firewall policy rules.
},
&quot;forward&quot;: { # Details of the final state &quot;forward&quot; and associated resource. # Display information of the final state &quot;forward&quot; and reason.
&quot;ipAddress&quot;: &quot;A String&quot;, # IP address of the target (if applicable).
&quot;resourceUri&quot;: &quot;A String&quot;, # URI of the resource that the packet is forwarded to.
&quot;target&quot;: &quot;A String&quot;, # Target type where this packet is forwarded to.
},
Expand Down Expand Up @@ -1465,7 +1474,8 @@ <h3>Method Details</h3>
{ # A simulated forwarding path is composed of multiple steps. Each step has a well-defined state and an associated configuration.
&quot;abort&quot;: { # Details of the final state &quot;abort&quot; and associated resource. # Display information of the final state &quot;abort&quot; and reason.
&quot;cause&quot;: &quot;A String&quot;, # Causes that the analysis is aborted.
&quot;projectsMissingPermission&quot;: [ # List of project IDs that the user has specified in the request but does not have permission to access network configs. Analysis is aborted in this case with the PERMISSION_DENIED cause.
&quot;ipAddress&quot;: &quot;A String&quot;, # IP address that caused the abort.
&quot;projectsMissingPermission&quot;: [ # List of project IDs the user specified in the request but lacks access to. In this case, analysis is aborted with the PERMISSION_DENIED cause.
&quot;A String&quot;,
],
&quot;resourceUri&quot;: &quot;A String&quot;, # URI of the resource that caused the abort.
Expand Down Expand Up @@ -1498,6 +1508,7 @@ <h3>Method Details</h3>
&quot;uri&quot;: &quot;A String&quot;, # URI of a Cloud SQL instance.
},
&quot;deliver&quot;: { # Details of the final state &quot;deliver&quot; and associated resource. # Display information of the final state &quot;deliver&quot; and reason.
&quot;ipAddress&quot;: &quot;A String&quot;, # IP address of the target (if applicable).
&quot;resourceUri&quot;: &quot;A String&quot;, # URI of the resource that the packet is delivered to.
&quot;target&quot;: &quot;A String&quot;, # Target type where the packet is delivered to.
},
Expand Down Expand Up @@ -1536,6 +1547,7 @@ <h3>Method Details</h3>
&quot;uri&quot;: &quot;A String&quot;, # The URI of the VPC firewall rule. This field is not applicable to implied firewall rules or hierarchical firewall policy rules.
},
&quot;forward&quot;: { # Details of the final state &quot;forward&quot; and associated resource. # Display information of the final state &quot;forward&quot; and reason.
&quot;ipAddress&quot;: &quot;A String&quot;, # IP address of the target (if applicable).
&quot;resourceUri&quot;: &quot;A String&quot;, # URI of the resource that the packet is forwarded to.
&quot;target&quot;: &quot;A String&quot;, # Target type where this packet is forwarded to.
},
Expand Down
Loading

0 comments on commit d1b5e99

Please sign in to comment.