google-apis-networksecurity_v1 0.35.0 → 0.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/networksecurity_v1/classes.rb +636 -0
- data/lib/google/apis/networksecurity_v1/gem_version.rb +2 -2
- data/lib/google/apis/networksecurity_v1/representations.rb +241 -0
- data/lib/google/apis/networksecurity_v1/service.rb +834 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dcd40ff1a0196853e250c0cd91ceb33f14d7f7abc8fc55c2b3891f6cab02bf65
|
4
|
+
data.tar.gz: fbb78db3054645342285f190a953de2389f32e3f0a9f5788039ca69afea2caea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dca96c49caa15ff3bd3780f50e6049d8fc210451a6aaf4790aa1701b8c47f620da638cfe63f8f31278afe194663aff6d6ea64377bf5510d13057c483162cf896
|
7
|
+
data.tar.gz: 1513470e48cfd60f6d02a7285a58ab3b9c60e37405c4f3e15d36cfc87b2b263c90dc0478cb75c95486f6db115cf83024b3723f0ffc50659714ce312d0cff4eed
|
data/CHANGELOG.md
CHANGED
@@ -1793,6 +1793,528 @@ module Google
|
|
1793
1793
|
end
|
1794
1794
|
end
|
1795
1795
|
|
1796
|
+
# A deployment represents a zonal intercept backend ready to accept GENEVE-
|
1797
|
+
# encapsulated traffic, e.g. a zonal instance group fronted by an internal
|
1798
|
+
# passthrough load balancer. Deployments are always part of a global deployment
|
1799
|
+
# group which represents a global intercept service.
|
1800
|
+
class InterceptDeployment
|
1801
|
+
include Google::Apis::Core::Hashable
|
1802
|
+
|
1803
|
+
# Output only. The timestamp when the resource was created. See https://google.
|
1804
|
+
# aip.dev/148#timestamps.
|
1805
|
+
# Corresponds to the JSON property `createTime`
|
1806
|
+
# @return [String]
|
1807
|
+
attr_accessor :create_time
|
1808
|
+
|
1809
|
+
# Optional. User-provided description of the deployment. Used as additional
|
1810
|
+
# context for the deployment.
|
1811
|
+
# Corresponds to the JSON property `description`
|
1812
|
+
# @return [String]
|
1813
|
+
attr_accessor :description
|
1814
|
+
|
1815
|
+
# Required. Immutable. The regional forwarding rule that fronts the interceptors,
|
1816
|
+
# for example: `projects/123456789/regions/us-central1/forwardingRules/my-rule`.
|
1817
|
+
# See https://google.aip.dev/124.
|
1818
|
+
# Corresponds to the JSON property `forwardingRule`
|
1819
|
+
# @return [String]
|
1820
|
+
attr_accessor :forwarding_rule
|
1821
|
+
|
1822
|
+
# Required. Immutable. The deployment group that this deployment is a part of,
|
1823
|
+
# for example: `projects/123456789/locations/global/interceptDeploymentGroups/my-
|
1824
|
+
# dg`. See https://google.aip.dev/124.
|
1825
|
+
# Corresponds to the JSON property `interceptDeploymentGroup`
|
1826
|
+
# @return [String]
|
1827
|
+
attr_accessor :intercept_deployment_group
|
1828
|
+
|
1829
|
+
# Optional. Labels are key/value pairs that help to organize and filter
|
1830
|
+
# resources.
|
1831
|
+
# Corresponds to the JSON property `labels`
|
1832
|
+
# @return [Hash<String,String>]
|
1833
|
+
attr_accessor :labels
|
1834
|
+
|
1835
|
+
# Immutable. Identifier. The resource name of this deployment, for example: `
|
1836
|
+
# projects/123456789/locations/us-central1-a/interceptDeployments/my-dep`. See
|
1837
|
+
# https://google.aip.dev/122 for more details.
|
1838
|
+
# Corresponds to the JSON property `name`
|
1839
|
+
# @return [String]
|
1840
|
+
attr_accessor :name
|
1841
|
+
|
1842
|
+
# Output only. The current state of the resource does not match the user's
|
1843
|
+
# intended state, and the system is working to reconcile them. This part of the
|
1844
|
+
# normal operation (e.g. linking a new association to the parent group). See
|
1845
|
+
# https://google.aip.dev/128.
|
1846
|
+
# Corresponds to the JSON property `reconciling`
|
1847
|
+
# @return [Boolean]
|
1848
|
+
attr_accessor :reconciling
|
1849
|
+
alias_method :reconciling?, :reconciling
|
1850
|
+
|
1851
|
+
# Output only. The current state of the deployment. See https://google.aip.dev/
|
1852
|
+
# 216.
|
1853
|
+
# Corresponds to the JSON property `state`
|
1854
|
+
# @return [String]
|
1855
|
+
attr_accessor :state
|
1856
|
+
|
1857
|
+
# Output only. The timestamp when the resource was most recently updated. See
|
1858
|
+
# https://google.aip.dev/148#timestamps.
|
1859
|
+
# Corresponds to the JSON property `updateTime`
|
1860
|
+
# @return [String]
|
1861
|
+
attr_accessor :update_time
|
1862
|
+
|
1863
|
+
def initialize(**args)
|
1864
|
+
update!(**args)
|
1865
|
+
end
|
1866
|
+
|
1867
|
+
# Update properties of this object
|
1868
|
+
def update!(**args)
|
1869
|
+
@create_time = args[:create_time] if args.key?(:create_time)
|
1870
|
+
@description = args[:description] if args.key?(:description)
|
1871
|
+
@forwarding_rule = args[:forwarding_rule] if args.key?(:forwarding_rule)
|
1872
|
+
@intercept_deployment_group = args[:intercept_deployment_group] if args.key?(:intercept_deployment_group)
|
1873
|
+
@labels = args[:labels] if args.key?(:labels)
|
1874
|
+
@name = args[:name] if args.key?(:name)
|
1875
|
+
@reconciling = args[:reconciling] if args.key?(:reconciling)
|
1876
|
+
@state = args[:state] if args.key?(:state)
|
1877
|
+
@update_time = args[:update_time] if args.key?(:update_time)
|
1878
|
+
end
|
1879
|
+
end
|
1880
|
+
|
1881
|
+
# A deployment group aggregates many zonal intercept backends (deployments) into
|
1882
|
+
# a single global intercept service. Consumers can connect this service using an
|
1883
|
+
# endpoint group.
|
1884
|
+
class InterceptDeploymentGroup
|
1885
|
+
include Google::Apis::Core::Hashable
|
1886
|
+
|
1887
|
+
# Output only. The list of endpoint groups that are connected to this resource.
|
1888
|
+
# Corresponds to the JSON property `connectedEndpointGroups`
|
1889
|
+
# @return [Array<Google::Apis::NetworksecurityV1::InterceptDeploymentGroupConnectedEndpointGroup>]
|
1890
|
+
attr_accessor :connected_endpoint_groups
|
1891
|
+
|
1892
|
+
# Output only. The timestamp when the resource was created. See https://google.
|
1893
|
+
# aip.dev/148#timestamps.
|
1894
|
+
# Corresponds to the JSON property `createTime`
|
1895
|
+
# @return [String]
|
1896
|
+
attr_accessor :create_time
|
1897
|
+
|
1898
|
+
# Optional. User-provided description of the deployment group. Used as
|
1899
|
+
# additional context for the deployment group.
|
1900
|
+
# Corresponds to the JSON property `description`
|
1901
|
+
# @return [String]
|
1902
|
+
attr_accessor :description
|
1903
|
+
|
1904
|
+
# Optional. Labels are key/value pairs that help to organize and filter
|
1905
|
+
# resources.
|
1906
|
+
# Corresponds to the JSON property `labels`
|
1907
|
+
# @return [Hash<String,String>]
|
1908
|
+
attr_accessor :labels
|
1909
|
+
|
1910
|
+
# Output only. The list of locations where the deployment group is present.
|
1911
|
+
# Corresponds to the JSON property `locations`
|
1912
|
+
# @return [Array<Google::Apis::NetworksecurityV1::InterceptLocation>]
|
1913
|
+
attr_accessor :locations
|
1914
|
+
|
1915
|
+
# Immutable. Identifier. The resource name of this deployment group, for example:
|
1916
|
+
# `projects/123456789/locations/global/interceptDeploymentGroups/my-dg`. See
|
1917
|
+
# https://google.aip.dev/122 for more details.
|
1918
|
+
# Corresponds to the JSON property `name`
|
1919
|
+
# @return [String]
|
1920
|
+
attr_accessor :name
|
1921
|
+
|
1922
|
+
# Output only. The list of Intercept Deployments that belong to this group.
|
1923
|
+
# Corresponds to the JSON property `nestedDeployments`
|
1924
|
+
# @return [Array<Google::Apis::NetworksecurityV1::InterceptDeploymentGroupDeployment>]
|
1925
|
+
attr_accessor :nested_deployments
|
1926
|
+
|
1927
|
+
# Required. Immutable. The network that will be used for all child deployments,
|
1928
|
+
# for example: `projects/`project`/global/networks/`network``. See https://
|
1929
|
+
# google.aip.dev/124.
|
1930
|
+
# Corresponds to the JSON property `network`
|
1931
|
+
# @return [String]
|
1932
|
+
attr_accessor :network
|
1933
|
+
|
1934
|
+
# Output only. The current state of the resource does not match the user's
|
1935
|
+
# intended state, and the system is working to reconcile them. This is part of
|
1936
|
+
# the normal operation (e.g. adding a new deployment to the group) See https://
|
1937
|
+
# google.aip.dev/128.
|
1938
|
+
# Corresponds to the JSON property `reconciling`
|
1939
|
+
# @return [Boolean]
|
1940
|
+
attr_accessor :reconciling
|
1941
|
+
alias_method :reconciling?, :reconciling
|
1942
|
+
|
1943
|
+
# Output only. The current state of the deployment group. See https://google.aip.
|
1944
|
+
# dev/216.
|
1945
|
+
# Corresponds to the JSON property `state`
|
1946
|
+
# @return [String]
|
1947
|
+
attr_accessor :state
|
1948
|
+
|
1949
|
+
# Output only. The timestamp when the resource was most recently updated. See
|
1950
|
+
# https://google.aip.dev/148#timestamps.
|
1951
|
+
# Corresponds to the JSON property `updateTime`
|
1952
|
+
# @return [String]
|
1953
|
+
attr_accessor :update_time
|
1954
|
+
|
1955
|
+
def initialize(**args)
|
1956
|
+
update!(**args)
|
1957
|
+
end
|
1958
|
+
|
1959
|
+
# Update properties of this object
|
1960
|
+
def update!(**args)
|
1961
|
+
@connected_endpoint_groups = args[:connected_endpoint_groups] if args.key?(:connected_endpoint_groups)
|
1962
|
+
@create_time = args[:create_time] if args.key?(:create_time)
|
1963
|
+
@description = args[:description] if args.key?(:description)
|
1964
|
+
@labels = args[:labels] if args.key?(:labels)
|
1965
|
+
@locations = args[:locations] if args.key?(:locations)
|
1966
|
+
@name = args[:name] if args.key?(:name)
|
1967
|
+
@nested_deployments = args[:nested_deployments] if args.key?(:nested_deployments)
|
1968
|
+
@network = args[:network] if args.key?(:network)
|
1969
|
+
@reconciling = args[:reconciling] if args.key?(:reconciling)
|
1970
|
+
@state = args[:state] if args.key?(:state)
|
1971
|
+
@update_time = args[:update_time] if args.key?(:update_time)
|
1972
|
+
end
|
1973
|
+
end
|
1974
|
+
|
1975
|
+
# An endpoint group connected to this deployment group.
|
1976
|
+
class InterceptDeploymentGroupConnectedEndpointGroup
|
1977
|
+
include Google::Apis::Core::Hashable
|
1978
|
+
|
1979
|
+
# Output only. The connected endpoint group's resource name, for example: `
|
1980
|
+
# projects/123456789/locations/global/interceptEndpointGroups/my-eg`. See https:/
|
1981
|
+
# /google.aip.dev/124.
|
1982
|
+
# Corresponds to the JSON property `name`
|
1983
|
+
# @return [String]
|
1984
|
+
attr_accessor :name
|
1985
|
+
|
1986
|
+
def initialize(**args)
|
1987
|
+
update!(**args)
|
1988
|
+
end
|
1989
|
+
|
1990
|
+
# Update properties of this object
|
1991
|
+
def update!(**args)
|
1992
|
+
@name = args[:name] if args.key?(:name)
|
1993
|
+
end
|
1994
|
+
end
|
1995
|
+
|
1996
|
+
# A deployment belonging to this deployment group.
|
1997
|
+
class InterceptDeploymentGroupDeployment
|
1998
|
+
include Google::Apis::Core::Hashable
|
1999
|
+
|
2000
|
+
# Output only. The name of the Intercept Deployment, in the format: `projects/`
|
2001
|
+
# project`/locations/`location`/interceptDeployments/`intercept_deployment``.
|
2002
|
+
# Corresponds to the JSON property `name`
|
2003
|
+
# @return [String]
|
2004
|
+
attr_accessor :name
|
2005
|
+
|
2006
|
+
# Output only. Most recent known state of the deployment.
|
2007
|
+
# Corresponds to the JSON property `state`
|
2008
|
+
# @return [String]
|
2009
|
+
attr_accessor :state
|
2010
|
+
|
2011
|
+
def initialize(**args)
|
2012
|
+
update!(**args)
|
2013
|
+
end
|
2014
|
+
|
2015
|
+
# Update properties of this object
|
2016
|
+
def update!(**args)
|
2017
|
+
@name = args[:name] if args.key?(:name)
|
2018
|
+
@state = args[:state] if args.key?(:state)
|
2019
|
+
end
|
2020
|
+
end
|
2021
|
+
|
2022
|
+
# An endpoint group is a consumer frontend for a deployment group (backend). In
|
2023
|
+
# order to configure intercept for a network, consumers must create: - An
|
2024
|
+
# association between their network and the endpoint group. - A security profile
|
2025
|
+
# that points to the endpoint group. - A firewall rule that references the
|
2026
|
+
# security profile (group).
|
2027
|
+
class InterceptEndpointGroup
|
2028
|
+
include Google::Apis::Core::Hashable
|
2029
|
+
|
2030
|
+
# Output only. List of associations to this endpoint group.
|
2031
|
+
# Corresponds to the JSON property `associations`
|
2032
|
+
# @return [Array<Google::Apis::NetworksecurityV1::InterceptEndpointGroupAssociationDetails>]
|
2033
|
+
attr_accessor :associations
|
2034
|
+
|
2035
|
+
# The endpoint group's view of a connected deployment group.
|
2036
|
+
# Corresponds to the JSON property `connectedDeploymentGroup`
|
2037
|
+
# @return [Google::Apis::NetworksecurityV1::InterceptEndpointGroupConnectedDeploymentGroup]
|
2038
|
+
attr_accessor :connected_deployment_group
|
2039
|
+
|
2040
|
+
# Output only. The timestamp when the resource was created. See https://google.
|
2041
|
+
# aip.dev/148#timestamps.
|
2042
|
+
# Corresponds to the JSON property `createTime`
|
2043
|
+
# @return [String]
|
2044
|
+
attr_accessor :create_time
|
2045
|
+
|
2046
|
+
# Optional. User-provided description of the endpoint group. Used as additional
|
2047
|
+
# context for the endpoint group.
|
2048
|
+
# Corresponds to the JSON property `description`
|
2049
|
+
# @return [String]
|
2050
|
+
attr_accessor :description
|
2051
|
+
|
2052
|
+
# Required. Immutable. The deployment group that this endpoint group is
|
2053
|
+
# connected to, for example: `projects/123456789/locations/global/
|
2054
|
+
# interceptDeploymentGroups/my-dg`. See https://google.aip.dev/124.
|
2055
|
+
# Corresponds to the JSON property `interceptDeploymentGroup`
|
2056
|
+
# @return [String]
|
2057
|
+
attr_accessor :intercept_deployment_group
|
2058
|
+
|
2059
|
+
# Optional. Labels are key/value pairs that help to organize and filter
|
2060
|
+
# resources.
|
2061
|
+
# Corresponds to the JSON property `labels`
|
2062
|
+
# @return [Hash<String,String>]
|
2063
|
+
attr_accessor :labels
|
2064
|
+
|
2065
|
+
# Immutable. Identifier. The resource name of this endpoint group, for example: `
|
2066
|
+
# projects/123456789/locations/global/interceptEndpointGroups/my-eg`. See https:/
|
2067
|
+
# /google.aip.dev/122 for more details.
|
2068
|
+
# Corresponds to the JSON property `name`
|
2069
|
+
# @return [String]
|
2070
|
+
attr_accessor :name
|
2071
|
+
|
2072
|
+
# Output only. The current state of the resource does not match the user's
|
2073
|
+
# intended state, and the system is working to reconcile them. This is part of
|
2074
|
+
# the normal operation (e.g. adding a new association to the group). See https://
|
2075
|
+
# google.aip.dev/128.
|
2076
|
+
# Corresponds to the JSON property `reconciling`
|
2077
|
+
# @return [Boolean]
|
2078
|
+
attr_accessor :reconciling
|
2079
|
+
alias_method :reconciling?, :reconciling
|
2080
|
+
|
2081
|
+
# Output only. The current state of the endpoint group. See https://google.aip.
|
2082
|
+
# dev/216.
|
2083
|
+
# Corresponds to the JSON property `state`
|
2084
|
+
# @return [String]
|
2085
|
+
attr_accessor :state
|
2086
|
+
|
2087
|
+
# Output only. The timestamp when the resource was most recently updated. See
|
2088
|
+
# https://google.aip.dev/148#timestamps.
|
2089
|
+
# Corresponds to the JSON property `updateTime`
|
2090
|
+
# @return [String]
|
2091
|
+
attr_accessor :update_time
|
2092
|
+
|
2093
|
+
def initialize(**args)
|
2094
|
+
update!(**args)
|
2095
|
+
end
|
2096
|
+
|
2097
|
+
# Update properties of this object
|
2098
|
+
def update!(**args)
|
2099
|
+
@associations = args[:associations] if args.key?(:associations)
|
2100
|
+
@connected_deployment_group = args[:connected_deployment_group] if args.key?(:connected_deployment_group)
|
2101
|
+
@create_time = args[:create_time] if args.key?(:create_time)
|
2102
|
+
@description = args[:description] if args.key?(:description)
|
2103
|
+
@intercept_deployment_group = args[:intercept_deployment_group] if args.key?(:intercept_deployment_group)
|
2104
|
+
@labels = args[:labels] if args.key?(:labels)
|
2105
|
+
@name = args[:name] if args.key?(:name)
|
2106
|
+
@reconciling = args[:reconciling] if args.key?(:reconciling)
|
2107
|
+
@state = args[:state] if args.key?(:state)
|
2108
|
+
@update_time = args[:update_time] if args.key?(:update_time)
|
2109
|
+
end
|
2110
|
+
end
|
2111
|
+
|
2112
|
+
# An endpoint group association represents a link between a network and an
|
2113
|
+
# endpoint group in the organization. Creating an association creates the
|
2114
|
+
# networking infrastructure linking the network to the endpoint group, but does
|
2115
|
+
# not enable intercept by itself. To enable intercept, the user must also create
|
2116
|
+
# a network firewall policy containing intercept rules and associate it with the
|
2117
|
+
# network.
|
2118
|
+
class InterceptEndpointGroupAssociation
|
2119
|
+
include Google::Apis::Core::Hashable
|
2120
|
+
|
2121
|
+
# Output only. The timestamp when the resource was created. See https://google.
|
2122
|
+
# aip.dev/148#timestamps.
|
2123
|
+
# Corresponds to the JSON property `createTime`
|
2124
|
+
# @return [String]
|
2125
|
+
attr_accessor :create_time
|
2126
|
+
|
2127
|
+
# Required. Immutable. The endpoint group that this association is connected to,
|
2128
|
+
# for example: `projects/123456789/locations/global/interceptEndpointGroups/my-
|
2129
|
+
# eg`. See https://google.aip.dev/124.
|
2130
|
+
# Corresponds to the JSON property `interceptEndpointGroup`
|
2131
|
+
# @return [String]
|
2132
|
+
attr_accessor :intercept_endpoint_group
|
2133
|
+
|
2134
|
+
# Optional. Labels are key/value pairs that help to organize and filter
|
2135
|
+
# resources.
|
2136
|
+
# Corresponds to the JSON property `labels`
|
2137
|
+
# @return [Hash<String,String>]
|
2138
|
+
attr_accessor :labels
|
2139
|
+
|
2140
|
+
# Output only. The list of locations where the association is configured. This
|
2141
|
+
# information is retrieved from the linked endpoint group.
|
2142
|
+
# Corresponds to the JSON property `locations`
|
2143
|
+
# @return [Array<Google::Apis::NetworksecurityV1::InterceptLocation>]
|
2144
|
+
attr_accessor :locations
|
2145
|
+
|
2146
|
+
# Output only. The list of locations where the association is present. This
|
2147
|
+
# information is retrieved from the linked endpoint group, and not configured as
|
2148
|
+
# part of the association itself.
|
2149
|
+
# Corresponds to the JSON property `locationsDetails`
|
2150
|
+
# @return [Array<Google::Apis::NetworksecurityV1::InterceptEndpointGroupAssociationLocationDetails>]
|
2151
|
+
attr_accessor :locations_details
|
2152
|
+
|
2153
|
+
# Immutable. Identifier. The resource name of this endpoint group association,
|
2154
|
+
# for example: `projects/123456789/locations/global/
|
2155
|
+
# interceptEndpointGroupAssociations/my-eg-association`. See https://google.aip.
|
2156
|
+
# dev/122 for more details.
|
2157
|
+
# Corresponds to the JSON property `name`
|
2158
|
+
# @return [String]
|
2159
|
+
attr_accessor :name
|
2160
|
+
|
2161
|
+
# Required. Immutable. The VPC network that is associated. for example: `
|
2162
|
+
# projects/123456789/global/networks/my-network`. See https://google.aip.dev/124.
|
2163
|
+
# Corresponds to the JSON property `network`
|
2164
|
+
# @return [String]
|
2165
|
+
attr_accessor :network
|
2166
|
+
|
2167
|
+
# Output only. The current state of the resource does not match the user's
|
2168
|
+
# intended state, and the system is working to reconcile them. This part of the
|
2169
|
+
# normal operation (e.g. adding a new location to the target deployment group).
|
2170
|
+
# See https://google.aip.dev/128.
|
2171
|
+
# Corresponds to the JSON property `reconciling`
|
2172
|
+
# @return [Boolean]
|
2173
|
+
attr_accessor :reconciling
|
2174
|
+
alias_method :reconciling?, :reconciling
|
2175
|
+
|
2176
|
+
# Output only. Current state of the endpoint group association.
|
2177
|
+
# Corresponds to the JSON property `state`
|
2178
|
+
# @return [String]
|
2179
|
+
attr_accessor :state
|
2180
|
+
|
2181
|
+
# Output only. The timestamp when the resource was most recently updated. See
|
2182
|
+
# https://google.aip.dev/148#timestamps.
|
2183
|
+
# Corresponds to the JSON property `updateTime`
|
2184
|
+
# @return [String]
|
2185
|
+
attr_accessor :update_time
|
2186
|
+
|
2187
|
+
def initialize(**args)
|
2188
|
+
update!(**args)
|
2189
|
+
end
|
2190
|
+
|
2191
|
+
# Update properties of this object
|
2192
|
+
def update!(**args)
|
2193
|
+
@create_time = args[:create_time] if args.key?(:create_time)
|
2194
|
+
@intercept_endpoint_group = args[:intercept_endpoint_group] if args.key?(:intercept_endpoint_group)
|
2195
|
+
@labels = args[:labels] if args.key?(:labels)
|
2196
|
+
@locations = args[:locations] if args.key?(:locations)
|
2197
|
+
@locations_details = args[:locations_details] if args.key?(:locations_details)
|
2198
|
+
@name = args[:name] if args.key?(:name)
|
2199
|
+
@network = args[:network] if args.key?(:network)
|
2200
|
+
@reconciling = args[:reconciling] if args.key?(:reconciling)
|
2201
|
+
@state = args[:state] if args.key?(:state)
|
2202
|
+
@update_time = args[:update_time] if args.key?(:update_time)
|
2203
|
+
end
|
2204
|
+
end
|
2205
|
+
|
2206
|
+
# The endpoint group's view of a connected association.
|
2207
|
+
class InterceptEndpointGroupAssociationDetails
|
2208
|
+
include Google::Apis::Core::Hashable
|
2209
|
+
|
2210
|
+
# Output only. The connected association's resource name, for example: `projects/
|
2211
|
+
# 123456789/locations/global/interceptEndpointGroupAssociations/my-ega`. See
|
2212
|
+
# https://google.aip.dev/124.
|
2213
|
+
# Corresponds to the JSON property `name`
|
2214
|
+
# @return [String]
|
2215
|
+
attr_accessor :name
|
2216
|
+
|
2217
|
+
# Output only. The associated network, for example: projects/123456789/global/
|
2218
|
+
# networks/my-network. See https://google.aip.dev/124.
|
2219
|
+
# Corresponds to the JSON property `network`
|
2220
|
+
# @return [String]
|
2221
|
+
attr_accessor :network
|
2222
|
+
|
2223
|
+
# Output only. Most recent known state of the association.
|
2224
|
+
# Corresponds to the JSON property `state`
|
2225
|
+
# @return [String]
|
2226
|
+
attr_accessor :state
|
2227
|
+
|
2228
|
+
def initialize(**args)
|
2229
|
+
update!(**args)
|
2230
|
+
end
|
2231
|
+
|
2232
|
+
# Update properties of this object
|
2233
|
+
def update!(**args)
|
2234
|
+
@name = args[:name] if args.key?(:name)
|
2235
|
+
@network = args[:network] if args.key?(:network)
|
2236
|
+
@state = args[:state] if args.key?(:state)
|
2237
|
+
end
|
2238
|
+
end
|
2239
|
+
|
2240
|
+
# Contains details about the state of an association in a specific cloud
|
2241
|
+
# location.
|
2242
|
+
class InterceptEndpointGroupAssociationLocationDetails
|
2243
|
+
include Google::Apis::Core::Hashable
|
2244
|
+
|
2245
|
+
# Output only. The cloud location, e.g. "us-central1-a" or "asia-south1".
|
2246
|
+
# Corresponds to the JSON property `location`
|
2247
|
+
# @return [String]
|
2248
|
+
attr_accessor :location
|
2249
|
+
|
2250
|
+
# Output only. The current state of the association in this location.
|
2251
|
+
# Corresponds to the JSON property `state`
|
2252
|
+
# @return [String]
|
2253
|
+
attr_accessor :state
|
2254
|
+
|
2255
|
+
def initialize(**args)
|
2256
|
+
update!(**args)
|
2257
|
+
end
|
2258
|
+
|
2259
|
+
# Update properties of this object
|
2260
|
+
def update!(**args)
|
2261
|
+
@location = args[:location] if args.key?(:location)
|
2262
|
+
@state = args[:state] if args.key?(:state)
|
2263
|
+
end
|
2264
|
+
end
|
2265
|
+
|
2266
|
+
# The endpoint group's view of a connected deployment group.
|
2267
|
+
class InterceptEndpointGroupConnectedDeploymentGroup
|
2268
|
+
include Google::Apis::Core::Hashable
|
2269
|
+
|
2270
|
+
# Output only. The list of locations where the deployment group is present.
|
2271
|
+
# Corresponds to the JSON property `locations`
|
2272
|
+
# @return [Array<Google::Apis::NetworksecurityV1::InterceptLocation>]
|
2273
|
+
attr_accessor :locations
|
2274
|
+
|
2275
|
+
# Output only. The connected deployment group's resource name, for example: `
|
2276
|
+
# projects/123456789/locations/global/interceptDeploymentGroups/my-dg`. See
|
2277
|
+
# https://google.aip.dev/124.
|
2278
|
+
# Corresponds to the JSON property `name`
|
2279
|
+
# @return [String]
|
2280
|
+
attr_accessor :name
|
2281
|
+
|
2282
|
+
def initialize(**args)
|
2283
|
+
update!(**args)
|
2284
|
+
end
|
2285
|
+
|
2286
|
+
# Update properties of this object
|
2287
|
+
def update!(**args)
|
2288
|
+
@locations = args[:locations] if args.key?(:locations)
|
2289
|
+
@name = args[:name] if args.key?(:name)
|
2290
|
+
end
|
2291
|
+
end
|
2292
|
+
|
2293
|
+
# Details about intercept in a specific cloud location.
|
2294
|
+
class InterceptLocation
|
2295
|
+
include Google::Apis::Core::Hashable
|
2296
|
+
|
2297
|
+
# Output only. The cloud location, e.g. "us-central1-a" or "asia-south1".
|
2298
|
+
# Corresponds to the JSON property `location`
|
2299
|
+
# @return [String]
|
2300
|
+
attr_accessor :location
|
2301
|
+
|
2302
|
+
# Output only. The current state of the association in this location.
|
2303
|
+
# Corresponds to the JSON property `state`
|
2304
|
+
# @return [String]
|
2305
|
+
attr_accessor :state
|
2306
|
+
|
2307
|
+
def initialize(**args)
|
2308
|
+
update!(**args)
|
2309
|
+
end
|
2310
|
+
|
2311
|
+
# Update properties of this object
|
2312
|
+
def update!(**args)
|
2313
|
+
@location = args[:location] if args.key?(:location)
|
2314
|
+
@state = args[:state] if args.key?(:state)
|
2315
|
+
end
|
2316
|
+
end
|
2317
|
+
|
1796
2318
|
# Response of the ListAddressGroupReferences method.
|
1797
2319
|
class ListAddressGroupReferencesResponse
|
1798
2320
|
include Google::Apis::Core::Hashable
|
@@ -2097,6 +2619,120 @@ module Google
|
|
2097
2619
|
end
|
2098
2620
|
end
|
2099
2621
|
|
2622
|
+
# Response message for ListInterceptDeploymentGroups.
|
2623
|
+
class ListInterceptDeploymentGroupsResponse
|
2624
|
+
include Google::Apis::Core::Hashable
|
2625
|
+
|
2626
|
+
# The deployment groups from the specified parent.
|
2627
|
+
# Corresponds to the JSON property `interceptDeploymentGroups`
|
2628
|
+
# @return [Array<Google::Apis::NetworksecurityV1::InterceptDeploymentGroup>]
|
2629
|
+
attr_accessor :intercept_deployment_groups
|
2630
|
+
|
2631
|
+
# A token that can be sent as `page_token` to retrieve the next page. If this
|
2632
|
+
# field is omitted, there are no subsequent pages. See https://google.aip.dev/
|
2633
|
+
# 158 for more details.
|
2634
|
+
# Corresponds to the JSON property `nextPageToken`
|
2635
|
+
# @return [String]
|
2636
|
+
attr_accessor :next_page_token
|
2637
|
+
|
2638
|
+
def initialize(**args)
|
2639
|
+
update!(**args)
|
2640
|
+
end
|
2641
|
+
|
2642
|
+
# Update properties of this object
|
2643
|
+
def update!(**args)
|
2644
|
+
@intercept_deployment_groups = args[:intercept_deployment_groups] if args.key?(:intercept_deployment_groups)
|
2645
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
2646
|
+
end
|
2647
|
+
end
|
2648
|
+
|
2649
|
+
# Response message for ListInterceptDeployments.
|
2650
|
+
class ListInterceptDeploymentsResponse
|
2651
|
+
include Google::Apis::Core::Hashable
|
2652
|
+
|
2653
|
+
# The deployments from the specified parent.
|
2654
|
+
# Corresponds to the JSON property `interceptDeployments`
|
2655
|
+
# @return [Array<Google::Apis::NetworksecurityV1::InterceptDeployment>]
|
2656
|
+
attr_accessor :intercept_deployments
|
2657
|
+
|
2658
|
+
# A token that can be sent as `page_token` to retrieve the next page. If this
|
2659
|
+
# field is omitted, there are no subsequent pages. See https://google.aip.dev/
|
2660
|
+
# 158 for more details.
|
2661
|
+
# Corresponds to the JSON property `nextPageToken`
|
2662
|
+
# @return [String]
|
2663
|
+
attr_accessor :next_page_token
|
2664
|
+
|
2665
|
+
# Locations that could not be reached.
|
2666
|
+
# Corresponds to the JSON property `unreachable`
|
2667
|
+
# @return [Array<String>]
|
2668
|
+
attr_accessor :unreachable
|
2669
|
+
|
2670
|
+
def initialize(**args)
|
2671
|
+
update!(**args)
|
2672
|
+
end
|
2673
|
+
|
2674
|
+
# Update properties of this object
|
2675
|
+
def update!(**args)
|
2676
|
+
@intercept_deployments = args[:intercept_deployments] if args.key?(:intercept_deployments)
|
2677
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
2678
|
+
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
2679
|
+
end
|
2680
|
+
end
|
2681
|
+
|
2682
|
+
# Response message for ListInterceptEndpointGroupAssociations.
|
2683
|
+
class ListInterceptEndpointGroupAssociationsResponse
|
2684
|
+
include Google::Apis::Core::Hashable
|
2685
|
+
|
2686
|
+
# The associations from the specified parent.
|
2687
|
+
# Corresponds to the JSON property `interceptEndpointGroupAssociations`
|
2688
|
+
# @return [Array<Google::Apis::NetworksecurityV1::InterceptEndpointGroupAssociation>]
|
2689
|
+
attr_accessor :intercept_endpoint_group_associations
|
2690
|
+
|
2691
|
+
# A token that can be sent as `page_token` to retrieve the next page. If this
|
2692
|
+
# field is omitted, there are no subsequent pages. See https://google.aip.dev/
|
2693
|
+
# 158 for more details.
|
2694
|
+
# Corresponds to the JSON property `nextPageToken`
|
2695
|
+
# @return [String]
|
2696
|
+
attr_accessor :next_page_token
|
2697
|
+
|
2698
|
+
def initialize(**args)
|
2699
|
+
update!(**args)
|
2700
|
+
end
|
2701
|
+
|
2702
|
+
# Update properties of this object
|
2703
|
+
def update!(**args)
|
2704
|
+
@intercept_endpoint_group_associations = args[:intercept_endpoint_group_associations] if args.key?(:intercept_endpoint_group_associations)
|
2705
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
2706
|
+
end
|
2707
|
+
end
|
2708
|
+
|
2709
|
+
# Response message for ListInterceptEndpointGroups.
|
2710
|
+
class ListInterceptEndpointGroupsResponse
|
2711
|
+
include Google::Apis::Core::Hashable
|
2712
|
+
|
2713
|
+
# The endpoint groups from the specified parent.
|
2714
|
+
# Corresponds to the JSON property `interceptEndpointGroups`
|
2715
|
+
# @return [Array<Google::Apis::NetworksecurityV1::InterceptEndpointGroup>]
|
2716
|
+
attr_accessor :intercept_endpoint_groups
|
2717
|
+
|
2718
|
+
# A token that can be sent as `page_token` to retrieve the next page. If this
|
2719
|
+
# field is omitted, there are no subsequent pages. See https://google.aip.dev/
|
2720
|
+
# 158 for more details.
|
2721
|
+
# Corresponds to the JSON property `nextPageToken`
|
2722
|
+
# @return [String]
|
2723
|
+
attr_accessor :next_page_token
|
2724
|
+
|
2725
|
+
def initialize(**args)
|
2726
|
+
update!(**args)
|
2727
|
+
end
|
2728
|
+
|
2729
|
+
# Update properties of this object
|
2730
|
+
def update!(**args)
|
2731
|
+
@intercept_endpoint_groups = args[:intercept_endpoint_groups] if args.key?(:intercept_endpoint_groups)
|
2732
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
2733
|
+
end
|
2734
|
+
end
|
2735
|
+
|
2100
2736
|
# The response message for Locations.ListLocations.
|
2101
2737
|
class ListLocationsResponse
|
2102
2738
|
include Google::Apis::Core::Hashable
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module NetworksecurityV1
|
18
18
|
# Version of the google-apis-networksecurity_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.36.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250416"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|