Class: Google::Apis::CloudassetV1p1beta1::GoogleIdentityAccesscontextmanagerV1VpcNetworkSource
- Inherits:
-
Object
- Object
- Google::Apis::CloudassetV1p1beta1::GoogleIdentityAccesscontextmanagerV1VpcNetworkSource
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudasset_v1p1beta1/classes.rb,
lib/google/apis/cloudasset_v1p1beta1/representations.rb,
lib/google/apis/cloudasset_v1p1beta1/representations.rb
Overview
The originating network source in Google Cloud.
Instance Attribute Summary collapse
-
#vpc_subnetwork ⇒ Google::Apis::CloudassetV1p1beta1::GoogleIdentityAccesscontextmanagerV1VpcSubNetwork
Sub-segment ranges inside of a VPC Network.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleIdentityAccesscontextmanagerV1VpcNetworkSource
constructor
A new instance of GoogleIdentityAccesscontextmanagerV1VpcNetworkSource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleIdentityAccesscontextmanagerV1VpcNetworkSource
Returns a new instance of GoogleIdentityAccesscontextmanagerV1VpcNetworkSource.
1826 1827 1828 |
# File 'lib/google/apis/cloudasset_v1p1beta1/classes.rb', line 1826 def initialize(**args) update!(**args) end |
Instance Attribute Details
#vpc_subnetwork ⇒ Google::Apis::CloudassetV1p1beta1::GoogleIdentityAccesscontextmanagerV1VpcSubNetwork
Sub-segment ranges inside of a VPC Network.
Corresponds to the JSON property vpcSubnetwork
1824 1825 1826 |
# File 'lib/google/apis/cloudasset_v1p1beta1/classes.rb', line 1824 def vpc_subnetwork @vpc_subnetwork end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1831 1832 1833 |
# File 'lib/google/apis/cloudasset_v1p1beta1/classes.rb', line 1831 def update!(**args) @vpc_subnetwork = args[:vpc_subnetwork] if args.key?(:vpc_subnetwork) end |