Class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2ExternalExposure

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

Returns a new instance of GoogleCloudSecuritycenterV2ExternalExposure.



6163
6164
6165
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 6163

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

Instance Attribute Details

#backend_bucketString

Corresponds to the JSON property backendBucket

Returns:

  • (String)


6066
6067
6068
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 6066

def backend_bucket
  @backend_bucket
end

#backend_serviceString

Corresponds to the JSON property backendService

Returns:

  • (String)


6071
6072
6073
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 6071

def backend_service
  @backend_service
end

#exposed_applicationString

Corresponds to the JSON property exposedApplication

Returns:

  • (String)


6076
6077
6078
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 6076

def exposed_application
  @exposed_application
end

#exposed_endpointString

Corresponds to the JSON property exposedEndpoint

Returns:

  • (String)


6081
6082
6083
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 6081

def exposed_endpoint
  @exposed_endpoint
end

#exposed_serviceString

Corresponds to the JSON property exposedService

Returns:

  • (String)


6086
6087
6088
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 6086

def exposed_service
  @exposed_service
end

#forwarding_ruleString

Corresponds to the JSON property forwardingRule

Returns:

  • (String)


6091
6092
6093
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 6091

def forwarding_rule
  @forwarding_rule
end

#hostname_uriString

Corresponds to the JSON property hostnameUri

Returns:

  • (String)


6096
6097
6098
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 6096

def hostname_uri
  @hostname_uri
end

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

Corresponds to the JSON property httpResponse



6101
6102
6103
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 6101

def http_response
  @http_response
end

#instance_groupString

Corresponds to the JSON property instanceGroup

Returns:

  • (String)


6106
6107
6108
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 6106

def instance_group
  @instance_group
end

#internal_backend_serviceString

Corresponds to the JSON property internalBackendService

Returns:

  • (String)


6111
6112
6113
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 6111

def internal_backend_service
  @internal_backend_service
end

#load_balancer_firewall_policyString

Corresponds to the JSON property loadBalancerFirewallPolicy

Returns:

  • (String)


6116
6117
6118
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 6116

def load_balancer_firewall_policy
  @load_balancer_firewall_policy
end

#network_endpoint_groupString

Corresponds to the JSON property networkEndpointGroup

Returns:

  • (String)


6121
6122
6123
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 6121

def network_endpoint_group
  @network_endpoint_group
end

#network_ingress_firewall_policyString

Corresponds to the JSON property networkIngressFirewallPolicy

Returns:

  • (String)


6126
6127
6128
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 6126

def network_ingress_firewall_policy
  @network_ingress_firewall_policy
end

#private_ip_addressString

Corresponds to the JSON property privateIpAddress

Returns:

  • (String)


6131
6132
6133
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 6131

def private_ip_address
  @private_ip_address
end

#private_portString

Corresponds to the JSON property privatePort

Returns:

  • (String)


6136
6137
6138
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 6136

def private_port
  @private_port
end

#psc_network_attachmentString

Corresponds to the JSON property pscNetworkAttachment

Returns:

  • (String)


6141
6142
6143
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 6141

def psc_network_attachment
  @psc_network_attachment
end

#psc_service_attachmentString

Corresponds to the JSON property pscServiceAttachment

Returns:

  • (String)


6146
6147
6148
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 6146

def psc_service_attachment
  @psc_service_attachment
end

#public_ip_addressString

Corresponds to the JSON property publicIpAddress

Returns:

  • (String)


6151
6152
6153
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 6151

def public_ip_address
  @public_ip_address
end

#public_portString

Corresponds to the JSON property publicPort

Returns:

  • (String)


6156
6157
6158
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 6156

def public_port
  @public_port
end

#service_firewall_policyString

Corresponds to the JSON property serviceFirewallPolicy

Returns:

  • (String)


6161
6162
6163
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 6161

def service_firewall_policy
  @service_firewall_policy
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6168
6169
6170
6171
6172
6173
6174
6175
6176
6177
6178
6179
6180
6181
6182
6183
6184
6185
6186
6187
6188
6189
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 6168

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