class Google::Apis::ComputeV1::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_v1/classes.rb, line 23495
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_v1/classes.rb, line 23500
def update!(**args)
  @organization = args[:organization] if args.key?(:organization)
end