Class: Google::Apis::ManagedidentitiesV1::DomainJoinMachineResponse

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

Overview

DomainJoinMachineResponse is the response message for DomainJoinMachine method

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DomainJoinMachineResponse

Returns a new instance of DomainJoinMachineResponse.



606
607
608
# File 'lib/google/apis/managedidentities_v1/classes.rb', line 606

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

Instance Attribute Details

#domain_join_blobString

Offline domain join blob as the response Corresponds to the JSON property domainJoinBlob

Returns:

  • (String)


604
605
606
# File 'lib/google/apis/managedidentities_v1/classes.rb', line 604

def domain_join_blob
  @domain_join_blob
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



611
612
613
# File 'lib/google/apis/managedidentities_v1/classes.rb', line 611

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