class Google::Apis::ComputeBeta::ProjectsListXpnHostsRequest

Attributes

organization[RW]

Optional organization ID managed by Cloud Resource Manager, for which to list shared VPC host projects. If not specified, the organization will be inferred from the project. Corresponds to the JSON property `organization` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 24993
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/compute_beta/classes.rb, line 24998
def update!(**args)
  @organization = args[:organization] if args.key?(:organization)
end