Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gogol-container Gogol.Container SetLoggingServiceRequest sets the logging service of a cluster. See: newSetLoggingServiceRequest smart constructor.
-
gogol-container Gogol.Container No documentation available.
data
SetMaintenancePolicyRequest gogol-container Gogol.Container SetMaintenancePolicyRequest sets the maintenance policy for a cluster. See: newSetMaintenancePolicyRequest smart constructor.
-
gogol-container Gogol.Container No documentation available.
-
gogol-container Gogol.Container SetMasterAuthRequest updates the admin password of a cluster. See: newSetMasterAuthRequest smart constructor.
-
gogol-container Gogol.Container No documentation available.
newtype
SetMasterAuthRequest_Action gogol-container Gogol.Container Required. The exact form of action to be taken on the master auth.
SetMasterAuthRequest_Action :: Text -> SetMasterAuthRequest_Actiongogol-container Gogol.Container No documentation available.
pattern
SetMasterAuthRequest_Action_GENERATEPASSWORD :: SetMasterAuthRequest_Actiongogol-container Gogol.Container Generate a new password and set it to that.
pattern
SetMasterAuthRequest_Action_SETPASSWORD :: SetMasterAuthRequest_Actiongogol-container Gogol.Container Set the password to a user generated value.