Class: Google::Apis::ProdTtSasportalV1alpha1::SasPortalDeployment

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

Overview

The Deployment.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SasPortalDeployment

Returns a new instance of SasPortalDeployment.



162
163
164
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 162

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

Instance Attribute Details

#display_nameString

The deployment's display name. Corresponds to the JSON property displayName

Returns:

  • (String)


144
145
146
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 144

def display_name
  @display_name
end

#frnsArray<String>

Output only. The FCC Registration Numbers (FRNs) copied from its direct parent. Corresponds to the JSON property frns

Returns:

  • (Array<String>)


149
150
151
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 149

def frns
  @frns
end

#nameString

Output only. Resource name. Corresponds to the JSON property name

Returns:

  • (String)


154
155
156
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 154

def name
  @name
end

#sas_user_idsArray<String>

User ID used by the devices belonging to this deployment. Each deployment should be associated with one unique user ID. Corresponds to the JSON property sasUserIds

Returns:

  • (Array<String>)


160
161
162
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 160

def sas_user_ids
  @sas_user_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



167
168
169
170
171
172
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 167

def update!(**args)
  @display_name = args[:display_name] if args.key?(:display_name)
  @frns = args[:frns] if args.key?(:frns)
  @name = args[:name] if args.key?(:name)
  @sas_user_ids = args[:sas_user_ids] if args.key?(:sas_user_ids)
end