Class: Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1VpcNetworkSource

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

Overview

The originating network source in Google Cloud.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleIdentityAccesscontextmanagerV1VpcNetworkSource

Returns a new instance of GoogleIdentityAccesscontextmanagerV1VpcNetworkSource.



3713
3714
3715
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 3713

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

Instance Attribute Details

#vpc_subnetworkGoogle::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1VpcSubNetwork

Sub-segment ranges inside of a VPC Network. Corresponds to the JSON property vpcSubnetwork



3711
3712
3713
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 3711

def vpc_subnetwork
  @vpc_subnetwork
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3718
3719
3720
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 3718

def update!(**args)
  @vpc_subnetwork = args[:vpc_subnetwork] if args.key?(:vpc_subnetwork)
end