Class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2ExternalExposure
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2ExternalExposure
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/securitycenter_v1/classes.rb,
lib/google/apis/securitycenter_v1/representations.rb,
lib/google/apis/securitycenter_v1/representations.rb
Instance Attribute Summary collapse
-
#backend_bucket ⇒ String
Corresponds to the JSON property
backendBucket. -
#backend_service ⇒ String
Corresponds to the JSON property
backendService. -
#exposed_application ⇒ String
Corresponds to the JSON property
exposedApplication. -
#exposed_endpoint ⇒ String
Corresponds to the JSON property
exposedEndpoint. -
#exposed_service ⇒ String
Corresponds to the JSON property
exposedService. -
#forwarding_rule ⇒ String
Corresponds to the JSON property
forwardingRule. -
#hostname_uri ⇒ String
Corresponds to the JSON property
hostnameUri. -
#http_response ⇒ Array<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2HttpResponse>
Corresponds to the JSON property
httpResponse. -
#instance_group ⇒ String
Corresponds to the JSON property
instanceGroup. -
#internal_backend_service ⇒ String
Corresponds to the JSON property
internalBackendService. -
#load_balancer_firewall_policy ⇒ String
Corresponds to the JSON property
loadBalancerFirewallPolicy. -
#network_endpoint_group ⇒ String
Corresponds to the JSON property
networkEndpointGroup. -
#network_ingress_firewall_policy ⇒ String
Corresponds to the JSON property
networkIngressFirewallPolicy. -
#network_path_insights_generation_time ⇒ String
Corresponds to the JSON property
networkPathInsightsGenerationTime. -
#private_ip_address ⇒ String
Corresponds to the JSON property
privateIpAddress. -
#private_port ⇒ String
Corresponds to the JSON property
privatePort. -
#psc_network_attachment ⇒ String
Corresponds to the JSON property
pscNetworkAttachment. -
#psc_service_attachment ⇒ String
Corresponds to the JSON property
pscServiceAttachment. -
#public_ip_address ⇒ String
Corresponds to the JSON property
publicIpAddress. -
#public_port ⇒ String
Corresponds to the JSON property
publicPort. -
#service_firewall_policy ⇒ String
Corresponds to the JSON property
serviceFirewallPolicy.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2ExternalExposure
constructor
A new instance of GoogleCloudSecuritycenterV2ExternalExposure.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2ExternalExposure
Returns a new instance of GoogleCloudSecuritycenterV2ExternalExposure.
6738 6739 6740 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 6738 def initialize(**args) update!(**args) end |
Instance Attribute Details
#backend_bucket ⇒ String
Corresponds to the JSON property backendBucket
6636 6637 6638 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 6636 def backend_bucket @backend_bucket end |
#backend_service ⇒ String
Corresponds to the JSON property backendService
6641 6642 6643 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 6641 def backend_service @backend_service end |
#exposed_application ⇒ String
Corresponds to the JSON property exposedApplication
6646 6647 6648 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 6646 def exposed_application @exposed_application end |
#exposed_endpoint ⇒ String
Corresponds to the JSON property exposedEndpoint
6651 6652 6653 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 6651 def exposed_endpoint @exposed_endpoint end |
#exposed_service ⇒ String
Corresponds to the JSON property exposedService
6656 6657 6658 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 6656 def exposed_service @exposed_service end |
#forwarding_rule ⇒ String
Corresponds to the JSON property forwardingRule
6661 6662 6663 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 6661 def forwarding_rule @forwarding_rule end |
#hostname_uri ⇒ String
Corresponds to the JSON property hostnameUri
6666 6667 6668 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 6666 def hostname_uri @hostname_uri end |
#http_response ⇒ Array<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2HttpResponse>
Corresponds to the JSON property httpResponse
6671 6672 6673 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 6671 def http_response @http_response end |
#instance_group ⇒ String
Corresponds to the JSON property instanceGroup
6676 6677 6678 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 6676 def instance_group @instance_group end |
#internal_backend_service ⇒ String
Corresponds to the JSON property internalBackendService
6681 6682 6683 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 6681 def internal_backend_service @internal_backend_service end |
#load_balancer_firewall_policy ⇒ String
Corresponds to the JSON property loadBalancerFirewallPolicy
6686 6687 6688 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 6686 def load_balancer_firewall_policy @load_balancer_firewall_policy end |
#network_endpoint_group ⇒ String
Corresponds to the JSON property networkEndpointGroup
6691 6692 6693 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 6691 def network_endpoint_group @network_endpoint_group end |
#network_ingress_firewall_policy ⇒ String
Corresponds to the JSON property networkIngressFirewallPolicy
6696 6697 6698 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 6696 def network_ingress_firewall_policy @network_ingress_firewall_policy end |
#network_path_insights_generation_time ⇒ String
Corresponds to the JSON property networkPathInsightsGenerationTime
6701 6702 6703 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 6701 def network_path_insights_generation_time @network_path_insights_generation_time end |
#private_ip_address ⇒ String
Corresponds to the JSON property privateIpAddress
6706 6707 6708 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 6706 def private_ip_address @private_ip_address end |
#private_port ⇒ String
Corresponds to the JSON property privatePort
6711 6712 6713 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 6711 def private_port @private_port end |
#psc_network_attachment ⇒ String
Corresponds to the JSON property pscNetworkAttachment
6716 6717 6718 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 6716 def @psc_network_attachment end |
#psc_service_attachment ⇒ String
Corresponds to the JSON property pscServiceAttachment
6721 6722 6723 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 6721 def @psc_service_attachment end |
#public_ip_address ⇒ String
Corresponds to the JSON property publicIpAddress
6726 6727 6728 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 6726 def public_ip_address @public_ip_address end |
#public_port ⇒ String
Corresponds to the JSON property publicPort
6731 6732 6733 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 6731 def public_port @public_port end |
#service_firewall_policy ⇒ String
Corresponds to the JSON property serviceFirewallPolicy
6736 6737 6738 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 6736 def service_firewall_policy @service_firewall_policy end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6743 6744 6745 6746 6747 6748 6749 6750 6751 6752 6753 6754 6755 6756 6757 6758 6759 6760 6761 6762 6763 6764 6765 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 6743 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 |