Class: Google::Apis::SasportalV1alpha1::SasPortalProvisionDeploymentRequest

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

Overview

Request for [ProvisionDeployment]. [spectrum.sas.portal.v1alpha1.Provisioning. ProvisionDeployment]. GCP Project, Organization Info, and caller’s GAIA ID should be retrieved from the RPC handler, and used as inputs to create a new SAS organization (if not exists) and a new SAS deployment.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SasPortalProvisionDeploymentRequest

Returns a new instance of SasPortalProvisionDeploymentRequest.



1133
1134
1135
# File 'lib/google/apis/sasportal_v1alpha1/classes.rb', line 1133

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

Instance Attribute Details

#new_deployment_display_nameString

Optional. If this field is set, and a new SAS Portal Deployment needs to be created, its display name will be set to the value of this field. Corresponds to the JSON property newDeploymentDisplayName

Returns:

  • (String)


1125
1126
1127
# File 'lib/google/apis/sasportal_v1alpha1/classes.rb', line 1125

def new_deployment_display_name
  @new_deployment_display_name
end

#new_organization_display_nameString

Optional. If this field is set, and a new SAS Portal Organization needs to be created, its display name will be set to the value of this field. Corresponds to the JSON property newOrganizationDisplayName

Returns:

  • (String)


1131
1132
1133
# File 'lib/google/apis/sasportal_v1alpha1/classes.rb', line 1131

def new_organization_display_name
  @new_organization_display_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1138
1139
1140
1141
# File 'lib/google/apis/sasportal_v1alpha1/classes.rb', line 1138

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