Class: Google::Apis::SecuritycenterV1beta1::ExternalExposure

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ExternalExposure

Returns a new instance of ExternalExposure.



2401
2402
2403
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 2401

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

Instance Attribute Details

#backend_bucketString

Corresponds to the JSON property backendBucket

Returns:

  • (String)


2299
2300
2301
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 2299

def backend_bucket
  @backend_bucket
end

#backend_serviceString

Corresponds to the JSON property backendService

Returns:

  • (String)


2304
2305
2306
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 2304

def backend_service
  @backend_service
end

#exposed_applicationString

Corresponds to the JSON property exposedApplication

Returns:

  • (String)


2309
2310
2311
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 2309

def exposed_application
  @exposed_application
end

#exposed_endpointString

Corresponds to the JSON property exposedEndpoint

Returns:

  • (String)


2314
2315
2316
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 2314

def exposed_endpoint
  @exposed_endpoint
end

#exposed_serviceString

Corresponds to the JSON property exposedService

Returns:

  • (String)


2319
2320
2321
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 2319

def exposed_service
  @exposed_service
end

#forwarding_ruleString

Corresponds to the JSON property forwardingRule

Returns:

  • (String)


2324
2325
2326
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 2324

def forwarding_rule
  @forwarding_rule
end

#hostname_uriString

Corresponds to the JSON property hostnameUri

Returns:

  • (String)


2329
2330
2331
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 2329

def hostname_uri
  @hostname_uri
end

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

Corresponds to the JSON property httpResponse



2334
2335
2336
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 2334

def http_response
  @http_response
end

#instance_groupString

Corresponds to the JSON property instanceGroup

Returns:

  • (String)


2339
2340
2341
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 2339

def instance_group
  @instance_group
end

#internal_backend_serviceString

Corresponds to the JSON property internalBackendService

Returns:

  • (String)


2344
2345
2346
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 2344

def internal_backend_service
  @internal_backend_service
end

#load_balancer_firewall_policyString

Corresponds to the JSON property loadBalancerFirewallPolicy

Returns:

  • (String)


2349
2350
2351
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 2349

def load_balancer_firewall_policy
  @load_balancer_firewall_policy
end

#network_endpoint_groupString

Corresponds to the JSON property networkEndpointGroup

Returns:

  • (String)


2354
2355
2356
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 2354

def network_endpoint_group
  @network_endpoint_group
end

#network_ingress_firewall_policyString

Corresponds to the JSON property networkIngressFirewallPolicy

Returns:

  • (String)


2359
2360
2361
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 2359

def network_ingress_firewall_policy
  @network_ingress_firewall_policy
end

#network_path_insights_generation_timeString

Corresponds to the JSON property networkPathInsightsGenerationTime

Returns:

  • (String)


2364
2365
2366
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 2364

def network_path_insights_generation_time
  @network_path_insights_generation_time
end

#private_ip_addressString

Corresponds to the JSON property privateIpAddress

Returns:

  • (String)


2369
2370
2371
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 2369

def private_ip_address
  @private_ip_address
end

#private_portString

Corresponds to the JSON property privatePort

Returns:

  • (String)


2374
2375
2376
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 2374

def private_port
  @private_port
end

#psc_network_attachmentString

Corresponds to the JSON property pscNetworkAttachment

Returns:

  • (String)


2379
2380
2381
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 2379

def psc_network_attachment
  @psc_network_attachment
end

#psc_service_attachmentString

Corresponds to the JSON property pscServiceAttachment

Returns:

  • (String)


2384
2385
2386
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 2384

def psc_service_attachment
  @psc_service_attachment
end

#public_ip_addressString

Corresponds to the JSON property publicIpAddress

Returns:

  • (String)


2389
2390
2391
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 2389

def public_ip_address
  @public_ip_address
end

#public_portString

Corresponds to the JSON property publicPort

Returns:

  • (String)


2394
2395
2396
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 2394

def public_port
  @public_port
end

#service_firewall_policyString

Corresponds to the JSON property serviceFirewallPolicy

Returns:

  • (String)


2399
2400
2401
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 2399

def service_firewall_policy
  @service_firewall_policy
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 2406

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)
  @network_path_insights_generation_time = args[:network_path_insights_generation_time] if args.key?(:network_path_insights_generation_time)
  @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