Class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2ExternalExposure

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) ⇒ GoogleCloudSecuritycenterV2ExternalExposure

Returns a new instance of GoogleCloudSecuritycenterV2ExternalExposure.



6344
6345
6346
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 6344

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

Instance Attribute Details

#backend_bucketString

Corresponds to the JSON property backendBucket

Returns:

  • (String)


6247
6248
6249
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 6247

def backend_bucket
  @backend_bucket
end

#backend_serviceString

Corresponds to the JSON property backendService

Returns:

  • (String)


6252
6253
6254
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 6252

def backend_service
  @backend_service
end

#exposed_applicationString

Corresponds to the JSON property exposedApplication

Returns:

  • (String)


6257
6258
6259
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 6257

def exposed_application
  @exposed_application
end

#exposed_endpointString

Corresponds to the JSON property exposedEndpoint

Returns:

  • (String)


6262
6263
6264
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 6262

def exposed_endpoint
  @exposed_endpoint
end

#exposed_serviceString

Corresponds to the JSON property exposedService

Returns:

  • (String)


6267
6268
6269
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 6267

def exposed_service
  @exposed_service
end

#forwarding_ruleString

Corresponds to the JSON property forwardingRule

Returns:

  • (String)


6272
6273
6274
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 6272

def forwarding_rule
  @forwarding_rule
end

#hostname_uriString

Corresponds to the JSON property hostnameUri

Returns:

  • (String)


6277
6278
6279
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 6277

def hostname_uri
  @hostname_uri
end

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

Corresponds to the JSON property httpResponse



6282
6283
6284
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 6282

def http_response
  @http_response
end

#instance_groupString

Corresponds to the JSON property instanceGroup

Returns:

  • (String)


6287
6288
6289
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 6287

def instance_group
  @instance_group
end

#internal_backend_serviceString

Corresponds to the JSON property internalBackendService

Returns:

  • (String)


6292
6293
6294
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 6292

def internal_backend_service
  @internal_backend_service
end

#load_balancer_firewall_policyString

Corresponds to the JSON property loadBalancerFirewallPolicy

Returns:

  • (String)


6297
6298
6299
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 6297

def load_balancer_firewall_policy
  @load_balancer_firewall_policy
end

#network_endpoint_groupString

Corresponds to the JSON property networkEndpointGroup

Returns:

  • (String)


6302
6303
6304
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 6302

def network_endpoint_group
  @network_endpoint_group
end

#network_ingress_firewall_policyString

Corresponds to the JSON property networkIngressFirewallPolicy

Returns:

  • (String)


6307
6308
6309
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 6307

def network_ingress_firewall_policy
  @network_ingress_firewall_policy
end

#private_ip_addressString

Corresponds to the JSON property privateIpAddress

Returns:

  • (String)


6312
6313
6314
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 6312

def private_ip_address
  @private_ip_address
end

#private_portString

Corresponds to the JSON property privatePort

Returns:

  • (String)


6317
6318
6319
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 6317

def private_port
  @private_port
end

#psc_network_attachmentString

Corresponds to the JSON property pscNetworkAttachment

Returns:

  • (String)


6322
6323
6324
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 6322

def psc_network_attachment
  @psc_network_attachment
end

#psc_service_attachmentString

Corresponds to the JSON property pscServiceAttachment

Returns:

  • (String)


6327
6328
6329
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 6327

def psc_service_attachment
  @psc_service_attachment
end

#public_ip_addressString

Corresponds to the JSON property publicIpAddress

Returns:

  • (String)


6332
6333
6334
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 6332

def public_ip_address
  @public_ip_address
end

#public_portString

Corresponds to the JSON property publicPort

Returns:

  • (String)


6337
6338
6339
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 6337

def public_port
  @public_port
end

#service_firewall_policyString

Corresponds to the JSON property serviceFirewallPolicy

Returns:

  • (String)


6342
6343
6344
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 6342

def service_firewall_policy
  @service_firewall_policy
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6349
6350
6351
6352
6353
6354
6355
6356
6357
6358
6359
6360
6361
6362
6363
6364
6365
6366
6367
6368
6369
6370
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 6349

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