From 5ce7a94f3db66bf4ab36111c75b5df50577728a1 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Wed, 21 Nov 2018 18:59:00 +0000 Subject: [PATCH] Generated from 137e05a25a4672804d1527142f4f3763195f44db Adds canFailover boolean flag under storage account's GeoReplicationStats properties --- services/storage/mgmt/2018-07-01/storage/models.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/storage/mgmt/2018-07-01/storage/models.go b/services/storage/mgmt/2018-07-01/storage/models.go index 3559bf11d82c..eebb1288f8bf 100644 --- a/services/storage/mgmt/2018-07-01/storage/models.go +++ b/services/storage/mgmt/2018-07-01/storage/models.go @@ -1513,6 +1513,8 @@ type GeoReplicationStats struct { Status GeoReplicationStatus `json:"status,omitempty"` // LastSyncTime - All primary writes preceding this UTC date/time value are guaranteed to be available for read operations. Primary writes following this point in time may or may not be available for reads. Element may be default value if value of LastSyncTime is not available, this can happen if secondary is offline or we are in bootstrap. LastSyncTime *date.Time `json:"lastSyncTime,omitempty"` + // CanFailover - A boolean flag which indicates whether or not account failover is supported for the account. + CanFailover *bool `json:"canFailover,omitempty"` } // Identity identity for the resource.