You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Workload-specific properties for disk backups generated by this plan. guest-flush Indicates whether to perform a guest flush operation before taking a disk backup. When set to true, the system will attempt to ensure application-consistent backups. When set to false, the system will create crash-consistent backups. Default value is false. Example: --disk-properties=guest-flush=true
/// Configure the maximum retention period for on-demand backups. The value must be greater than or equal to the minimum enforced retention period set on the backup vault.
Copy file name to clipboardExpand all lines: src/ModularPipelines.Google/Options/GcloudBeyondcorpSecurityGatewaysCreateOptions.Generated.cs
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,13 @@ public record GcloudBeyondcorpSecurityGatewaysCreateOptions : GcloudOptions
38
38
publicIEnumerable<string>?Hubs{get;set;}
39
39
40
40
/// <summary>
41
-
/// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. Settings related to the Service Discovery. If Service Discovery is done through API, defines its settings. This must be specified. API operation descriptor. This must be specified. --resource-override-path=RESOURCE_OVERRIDE_PATH Contains the URI path fragment where HTTP request is sent. The configuration for the proxy.
/// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. The configuration for the proxy.
@@ -86,7 +92,7 @@ public record GcloudBeyondcorpSecurityGatewaysCreateOptions : GcloudOptions
86
92
publicstring?GroupInfoOutputType{get;set;}
87
93
88
94
/// <summary>
89
-
/// The delegated user's information. USER_INFO_OUTPUT_TYPE must be one of: json JSON output type. none Explicitly disable header output. protobuf Protobuf output type.
95
+
/// The delegated user's information. USER_INFO_OUTPUT_TYPE must be one of: json JSON output type. none Explicitly disable header output. protobuf Protobuf output type. Set the value of googleCloudBeyondcorpSecuritygatewaysV1SecurityGateway.serviceDiscovery by using flag [service-discovery] or flags []. At most one of these can be specified: Settings related to the Service Discovery. If Service Discovery is done through API, defines its settings. API operation descriptor. --resource-override-path=RESOURCE_OVERRIDE_PATH Contains the URI path fragment where HTTP request is sent. --service-discovery=[apiGateway=APIGATEWAY] Settings related to the Service Discovery. Shorthand Example: --service-discovery=apiGateway={resourceOverride={path=string}} JSON Example: --service-discovery='{"apiGateway": {"resourceOverride": {"path": "string"}}}' File Example: --service-discovery=path_to_file.(yaml|json)
0 commit comments