Class AppsResource.DomainMappingsResource.CreateRequest
Maps a domain to an application. A user must be authorized to administer a domain in order to map it to an application. For a list of available authorized domains, see AuthorizedDomains.ListAuthorizedDomains.
Inheritance
Inherited Members
Namespace: Google.Apis.Appengine.v1alpha
Assembly: Google.Apis.Appengine.v1alpha.dll
Syntax
public class AppsResource.DomainMappingsResource.CreateRequest : AppengineBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
CreateRequest(IClientService, DomainMapping, string)
Constructs a new Create request.
Declaration
public CreateRequest(IClientService service, DomainMapping body, string appsId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
DomainMapping | body | |
string | appsId |
Properties
AppsId
Part of parent
. Name of the parent Application resource. Example: apps/myapp.
Declaration
[RequestParameter("appsId", RequestParameterType.Path)]
public virtual string AppsId { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
NoManagedCertificate
Whether a managed certificate should be provided by App Engine. If true, a certificate ID must be manaually set in the DomainMapping resource to configure SSL for this domain. If false, a managed certificate will be provisioned and a certificate ID will be automatically populated.
Declaration
[RequestParameter("noManagedCertificate", RequestParameterType.Query)]
public virtual bool? NoManagedCertificate { get; set; }
Property Value
Type | Description |
---|---|
bool? |
OverrideStrategy
Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected.
Declaration
[RequestParameter("overrideStrategy", RequestParameterType.Query)]
public virtual AppsResource.DomainMappingsResource.CreateRequest.OverrideStrategyEnum? OverrideStrategy { get; set; }
Property Value
Type | Description |
---|---|
AppsResource.DomainMappingsResource.CreateRequest.OverrideStrategyEnum? |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Create parameter list.
Declaration
protected override void InitParameters()