Class ZoneSettingsOverrideSettingsMobileRedirectArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Cloudflare.Inputs
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class ZoneSettingsOverrideSettingsMobileRedirectArgs : ResourceArgs
Constructors
View SourceZoneSettingsOverrideSettingsMobileRedirectArgs()
Declaration
public ZoneSettingsOverrideSettingsMobileRedirectArgs()
Properties
View SourceMobileSubdomain
String value
Declaration
public Input<string> MobileSubdomain { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Status
"on"/"off"
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StripUri
true/false
Declaration
public Input<bool> StripUri { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |