Class: Google::Apis::SecuritycenterV1beta2::ExternalExposure

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/securitycenter_v1beta2/classes.rb,
lib/google/apis/securitycenter_v1beta2/representations.rb,
lib/google/apis/securitycenter_v1beta2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ExternalExposure

Returns a new instance of ExternalExposure.



2233
2234
2235
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2233

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#backend_bucketString

Corresponds to the JSON property backendBucket

Returns:

  • (String)


2136
2137
2138
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2136

def backend_bucket
  @backend_bucket
end

#backend_serviceString

Corresponds to the JSON property backendService

Returns:

  • (String)


2141
2142
2143
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2141

def backend_service
  @backend_service
end

#exposed_applicationString

Corresponds to the JSON property exposedApplication

Returns:

  • (String)


2146
2147
2148
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2146

def exposed_application
  @exposed_application
end

#exposed_endpointString

Corresponds to the JSON property exposedEndpoint

Returns:

  • (String)


2151
2152
2153
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2151

def exposed_endpoint
  @exposed_endpoint
end

#exposed_serviceString

Corresponds to the JSON property exposedService

Returns:

  • (String)


2156
2157
2158
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2156

def exposed_service
  @exposed_service
end

#forwarding_ruleString

Corresponds to the JSON property forwardingRule

Returns:

  • (String)


2161
2162
2163
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2161

def forwarding_rule
  @forwarding_rule
end

#hostname_uriString

Corresponds to the JSON property hostnameUri

Returns:

  • (String)


2166
2167
2168
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2166

def hostname_uri
  @hostname_uri
end

#http_responseArray<Google::Apis::SecuritycenterV1beta2::HttpResponse>

Corresponds to the JSON property httpResponse



2171
2172
2173
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2171

def http_response
  @http_response
end

#instance_groupString

Corresponds to the JSON property instanceGroup

Returns:

  • (String)


2176
2177
2178
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2176

def instance_group
  @instance_group
end

#internal_backend_serviceString

Corresponds to the JSON property internalBackendService

Returns:

  • (String)


2181
2182
2183
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2181

def internal_backend_service
  @internal_backend_service
end

#load_balancer_firewall_policyString

Corresponds to the JSON property loadBalancerFirewallPolicy

Returns:

  • (String)


2186
2187
2188
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2186

def load_balancer_firewall_policy
  @load_balancer_firewall_policy
end

#network_endpoint_groupString

Corresponds to the JSON property networkEndpointGroup

Returns:

  • (String)


2191
2192
2193
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2191

def network_endpoint_group
  @network_endpoint_group
end

#network_ingress_firewall_policyString

Corresponds to the JSON property networkIngressFirewallPolicy

Returns:

  • (String)


2196
2197
2198
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2196

def network_ingress_firewall_policy
  @network_ingress_firewall_policy
end

#private_ip_addressString

Corresponds to the JSON property privateIpAddress

Returns:

  • (String)


2201
2202
2203
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2201

def private_ip_address
  @private_ip_address
end

#private_portString

Corresponds to the JSON property privatePort

Returns:

  • (String)


2206
2207
2208
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2206

def private_port
  @private_port
end

#psc_network_attachmentString

Corresponds to the JSON property pscNetworkAttachment

Returns:

  • (String)


2211
2212
2213
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2211

def psc_network_attachment
  @psc_network_attachment
end

#psc_service_attachmentString

Corresponds to the JSON property pscServiceAttachment

Returns:

  • (String)


2216
2217
2218
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2216

def psc_service_attachment
  @psc_service_attachment
end

#public_ip_addressString

Corresponds to the JSON property publicIpAddress

Returns:

  • (String)


2221
2222
2223
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2221

def public_ip_address
  @public_ip_address
end

#public_portString

Corresponds to the JSON property publicPort

Returns:

  • (String)


2226
2227
2228
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2226

def public_port
  @public_port
end

#service_firewall_policyString

Corresponds to the JSON property serviceFirewallPolicy

Returns:

  • (String)


2231
2232
2233
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2231

def service_firewall_policy
  @service_firewall_policy
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2238

def update!(**args)
  @backend_bucket = args[:backend_bucket] if args.key?(:backend_bucket)
  @backend_service = args[:backend_service] if args.key?(:backend_service)
  @exposed_application = args[:exposed_application] if args.key?(:exposed_application)
  @exposed_endpoint = args[:exposed_endpoint] if args.key?(:exposed_endpoint)
  @exposed_service = args[:exposed_service] if args.key?(:exposed_service)
  @forwarding_rule = args[:forwarding_rule] if args.key?(:forwarding_rule)
  @hostname_uri = args[:hostname_uri] if args.key?(:hostname_uri)
  @http_response = args[:http_response] if args.key?(:http_response)
  @instance_group = args[:instance_group] if args.key?(:instance_group)
  @internal_backend_service = args[:internal_backend_service] if args.key?(:internal_backend_service)
  @load_balancer_firewall_policy = args[:load_balancer_firewall_policy] if args.key?(:load_balancer_firewall_policy)
  @network_endpoint_group = args[:network_endpoint_group] if args.key?(:network_endpoint_group)
  @network_ingress_firewall_policy = args[:network_ingress_firewall_policy] if args.key?(:network_ingress_firewall_policy)
  @private_ip_address = args[:private_ip_address] if args.key?(:private_ip_address)
  @private_port = args[:private_port] if args.key?(:private_port)
  @psc_network_attachment = args[:psc_network_attachment] if args.key?(:psc_network_attachment)
  @psc_service_attachment = args[:psc_service_attachment] if args.key?(:psc_service_attachment)
  @public_ip_address = args[:public_ip_address] if args.key?(:public_ip_address)
  @public_port = args[:public_port] if args.key?(:public_port)
  @service_firewall_policy = args[:service_firewall_policy] if args.key?(:service_firewall_policy)
end